J
Jason James
Hi all,
does anyone have the faintest idea how t send ASCII(0), not
the ascii of the number 0 (48), but actually ascii(0) to the com
port using VB.Net? I can send arrays of bytes or string, but the
control seems to interpret them as the ascii value, and not the
actual value. For example, if I send
MsComm1.output = 27
I want is to send ascii(27) not 50, followed by ascii(55).
Many thanks for your help.
Jason.
does anyone have the faintest idea how t send ASCII(0), not
the ascii of the number 0 (48), but actually ascii(0) to the com
port using VB.Net? I can send arrays of bytes or string, but the
control seems to interpret them as the ascii value, and not the
actual value. For example, if I send
MsComm1.output = 27
I want is to send ascii(27) not 50, followed by ascii(55).
Many thanks for your help.
Jason.