Hello list,

I'm developing a console aplication that will run on a Linux Server, it will collect data from a device that sends me information when a change on it's telemetry is detected, the data is sent by the device in a Binary form so for example to recibe a Unsigned Integer where a value of 15 is send I will recibe 2 bytes in binary 0 and F to get 0F or 00000000 00001111 to be more specific, but I noticed that char(0) needed to send the value of 0 aka 00000000 in binary is not detected by Serial <../Topics/2146.html>.BytesAvailable char(0) uses 1 byte why it is not detected?

How can I know I have data ready to be procesed at this time I'm only reading values diferent to 0 and I lost a lot of Info?

Regards

--
Rafael Vallejo S
http://www.goldwaresoft.com


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to