Hi,
I'm trying to read my serial port using Instrument I/O Assistant. Before that I have tried to communicate with the instrument sucessfully using hyper terminal.
When I tried to use query and parse I got a "time out" type of error message but it did get the data as expected. Except that I can't parse the data.
Here is an example of a typical read command and expected results for a pressure reading from my instrument.
Data sent Data Returned Meaning
R08<cR> R08<cR><LF> Echo of command sent
5.15 PSI <cR><LF> 5.15 PSI measured on Pressure sensor 1
* End of transmission
When I type my command in Instrument I/O as "R08" then termination character as "\r" then I only got the echo back
When I type my command as "R08\r\n" without any termination character specified (none) then I got a "time out" of error message but I did get the whole data as expected above
What is the proper set up so I can read and parse my data ?
Thanks
dphan128