How to send binary data with the MSComm32.ocx?
Code would be helpfull!
Thanks and regards
Sascha
Printable View
How to send binary data with the MSComm32.ocx?
Code would be helpfull!
Thanks and regards
Sascha
Hi Sascha:
The Output property can transmit text data or binary data. To send text data using the Output property, you must specify a Variant that contains a string. To send binary data, you must pass a Variant which contains a byte array to the Output property.
I hope that this message can help you.
Good luck, Bye.....