Android Question I need to send and receive char's from 0x00 to 0x1F.

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody,
I need to interface a device via Rs232 and send/receive packets to it. They are framed with char's less then 0x20(blank). The packet, apart from framing char's, is full ascii text. I think I cannot handle them using strings: I have to use bytes array and convert them after packet extraction to strings.
Am I right or there is something I miss?

Ciao
Mauro
 
Top