Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use CreateFile function
Message
From
02/06/2003 23:29:47
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00795494
Message ID:
00795516
Views:
17
Use the MSCOMM control
But It doesn't send binary Data

*This is my SendData function

function SendData(strData)
dime comout(1)
store chr(strData) to comout
mscomm.olemscomm.object.output=comout
endfunc

Wrong: if strData>128 and strData<255 (WIN98 Chinese operating system )

How can I transmit a single byte Hex data?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform