I have a system whose output is sent through RS-232. I'm using a Max 232 convertor and reading using Arduino mega controller in serial port 2 using Linx UART. The data is coming at the terminal but some values are represented with symbols, like 1 is represented as "+-", 2 as "^2" and 7 as "." . I used code display to view the incoming data it is not recognizable. No proper format
I am able to get the data using the VISA interface & Arduino IDE in proper format, but i want it to work with LINX interface.
RS-232 requires following configuration data bits=7, Parity= Even, flow control= RTS/CTS, Stop bit=1 . I am unable to set these in LINX interface, Is this causing the problem ? If yes how to i set this in linx inteface?
Attached by vi of linx and output of incoming data