Hi - I am trying to send a set of extended characters via Bluetooth to a PC.
If I send anything above 127 - two bytes of information are received instead of one byte.
i.e. if I send Chr(48) I get 30 @ the PC. However if I send Chr(149) I get C3 and 95.
TextWriter1.Write(Chr(48) & Chr(149))
Is there a workaround for this??:
Thanks
If I send anything above 127 - two bytes of information are received instead of one byte.
i.e. if I send Chr(48) I get 30 @ the PC. However if I send Chr(149) I get C3 and 95.
TextWriter1.Write(Chr(48) & Chr(149))
Is there a workaround for this??:
Thanks