Dear !
At first, thank you for reading this.
Now I want get the data from my instrument
(London Electronics Co.: Load Indicator)
This instrument have RJ11 port for serial communication
and I made the cable RJ11 to computer (9 pin).
I have test the Loopback.vi and can get (read) the data from serial port.
But Data is not regular.
My instrument displays only 100.0 continuously.
But in the graph and saved data show like this.
0
0
0
0
100.0
0
0
0
0
0
0
100.0
..
..
..
0(1024ea)
(irregular data: I think all the data must be displayed 100.0.)
In serial cable, I just connect Rx, Tx, and Ground.
(no parity, no flow control, Baud rate: 9600, data bit: 8,
stop bit: 1) This is matched between instrument and serial port
(com1)
What is the problem?
my vi file is not right and more need to modify my vi file??
Or my instrument cannot send the right data to serial port?
my program is just reading the data from serial port
(I'm using this function : VISA configure serial port, VISA read, VISA bytes
at Serial port)
----------------------------------------------------
Nam, Jin Ho (njh0105@korea.ac.kr)
----------------------------------------------------
No pains, No gains!
----------------------------------------------------