
How do i send a hex value to the comm port
Quote:
On Friday, April 26, 1996, Justin Broad wrote...
> I need to send a hexedecimal value to to communications port. I am
trying
> to connect ( via modem ) to a piece of medical equipment that only
starts
> responding when it has recived the value 84hex. MSComm will only let me
> store characters on the Output buffer
MSComm1.Output = Chr$(&H84)
Dave
Crescent