Serial Communication
I need your help regarding serial communication in VB.
I can't able to sand OR receive the data in BYTE form.
(ie. 00 to FF)
There is no proper example in MSDN.
Can you tell me something in this matter?
Thanks
Kishor Soni
[265 byte] By [
kishorsoni] at [2007-11-11 9:56:36]

# 1 Re: Serial Communication
Are you using the MSComm control? If so, you can use VB's Chr() function to convert bytes to chars. To send the data, assign the characters to the MSComm control's .Output property. For more information on how to use the MSComm control, download this sample application from Microsoft: http://www.microsoft.com/downloads/details.aspx?familyid=01EFE663-E0FF-4147-AA8B-AB9549605EA2&displaylang=en