Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

suggestion for serial communication thermometer with ASCII commands (for teaching purposes)

The manual only comes with the purchased unit and is not as complete as what has already been provided in this thread.  There was quite a bit of trial and error in order to determine what worked and what did not work with this instrument.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 11 of 14
(646 Views)

Hi, 

I tried serial monitor watching the output of CL3515R while communicating it using its own windows software. I did see the software sending commands, e.g., %001UC and %001P+000372 to the unit when I set 37.2C output in the software. I tried in python by opening the serial port and directly sending these commands to the unit but got no response. Have you tried communicating it by yourself?

0 Kudos
Message 12 of 14
(632 Views)

Ok, I figured out the problem was the serial port setting. It should be parity_even and 2 stop bit. Now it works...

0 Kudos
Message 13 of 14
(627 Views)

Those are the only changes to the default connection settings.  You may also want to make sure that you have a timeout of at least 1 second.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 14 of 14
(617 Views)