Hi! All,
I am using serial compatiable VIs from serial.llb to read the data from COM1 port. My VI does not read the data correctly and the behaviour is not consistent.
On writing the command "st\n" the hardware actually sends back "ET,100.00,120.25" followed by carriage return.
When I exectute the serial VI then it returns the following string "st\r\n\rET,100.00,120.25\s\r\n".
Now the above string is rturned in every Consecutive runs for example on the first execution it returns the string "st\r\n\rET,100.00,120.25\s\r\n". Then on the second execution it returns empty string and again on third execution it returns the string and so forth.
Any suggestions why is it behaving in this manner?