Sascha W.
September 15th, 1999, 05:52 AM
How to send binary data with the MSComm32.ocx?
Code would be helpfull!
Thanks and regards
Sascha
Code would be helpfull!
Thanks and regards
Sascha
|
Click to See Complete Forum and Search --> : MSComm32.ocx Sascha W. September 15th, 1999, 05:52 AM How to send binary data with the MSComm32.ocx? Code would be helpfull! Thanks and regards Sascha Miguel September 16th, 1999, 03:00 AM 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..... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |