06-23-2017 05:43 AM
For me I store data comminfg from sensor, it sends hex data when it sends A which is is equivalent to linefeed i lose the next data and I get zeros , how can I solve this ??
Thanks
06-23-2017 06:34 AM
If your instrument is not sending ASCII data, then you need to disable the termination character. This is done with the Configure Serial Port (boolean on the top).
06-24-2017 01:59 PM
Your subject line and question do not match. If the serial interface is swallowing the /0A as described, you would lose part of your data and possibly get out of sync. Getting a zero would depend on the remaining part of the data.
Is the data hex (000A) or binary (/00/0A)? Is the /0A preceded by a /13 CR? If the previous answer does not fix the problem, provide a sample of the data.