Search found 8 matches: serialport

Return to advanced search

Re: List of COM Port

You have to use WMI and "SELECT * FROM Win32_SerialPort"

Please review FWH\samples\pcinfo.prg
by Antonio Linares
Tue Dec 18, 2018 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of COM Port
Replies: 8
Views: 1167

Re: SerialPort Class Using CreateObject (...)

Angelo,

Here you can see how FiveNet access to .NET:

http://code.google.com/p/fivenet/wiki/architecture

This way you can use C#, etc for your .NET code, and easily access it from FWH/Harbour :-)
by Antonio Linares
Sat Mar 03, 2012 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

Re: SerialPort Class Using CreateObject (...)

Nice job, Thanks to you
by jfl@mafact.com
Sat Mar 03, 2012 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

Re: SerialPort Class Using CreateObject (...)

Dear Mr.Angelo

Very useful information. Appreciate your effort.
You have shown a very good and detailed example. Once again thank you :D

Regards
Anser
by anserkk
Mon Jul 20, 2009 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

Re: SerialPort Class Using CreateObject (...)

... for my application. In sharing my approach with everyone, I hope that it too could be useful to you. I specifically asked for "SerialPort" help since I am writing a custom hosting interface between a PC and a USB device (in my case, a Bar Code Reader ... essentially a USB ...
by angelo.c
Sun Jul 19, 2009 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

Re: SerialPort Class Using CreateObject (...)

I believe that the problem is that CreateObject is used to create a comm object, and you are attempting to create this object from a dot.net namespace. I don't think this is going to work. I have not been on this board for a while but I don't believe that FiveWin supports the dot.net framework. In f...
by byron.hopp
Mon Jul 13, 2009 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

SerialPort Class Using CreateObject (...)

Hello All I was wondering if anyone has had some success in using the Class SerialPort in the System.IO.Ports Namespace using FWH CreateObject(...) routine. I have used the following with success: //The following all work //cTry := "ScriptPW.Password" ...
by angelo.c
Wed Jul 08, 2009 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3048

... printer ? On the emulator, use the /c flag: Creates and displays a console window to show output from Serial Port 1 Also /u... may be of help: /u0 serialport /u1 serialport /u2 serialport - Maps guest serial ports 0-2 to Windows serial ports
by Antonio Linares
Thu Dec 21, 2006 8:11 am
 
Forum: FiveWin for Pocket PC
Topic: bluetooth print trouble brother mw 140 bt
Replies: 16
Views: 6677

Return to advanced search