RS232 serial to Arduino data decoding

Hello vivek099

Use a terminal program like Cool Term to analyze the communication protocol.
Look for baurate, start and stop conditions like STX and ETX.

Hello everyone,

now I am little closer to my output
as i have used -
String data = mySerial.readStringUntil('/n');

this line
got the exact data now i just need to convert the data in reading format....
thanks for your support...!!!!!
@ UKHeliBob
@ paulpaulson
@ markd833

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.