02-16-2003 08:36 PM
02-17-2003
02:56 PM
- last edited on
07-23-2025
01:21 PM
by
Content Cleaner
If you are using RS-485 then you may have configured your serial port to recieve echoes of your transmissions.For more infor, see the section on tranciever modes the Serial user manual
If you are using RS-232, then there may be a short between your transmit and recieve lines(pins 2&3).
Of course your instrument's normal operation procedure may be to echo back commands. For example, a normal response to "temp?\n" may be "temp?\n100C\n". In this case, you would read twice. The first read would get "temp?\n" and the second read would recieve the "100C\n".
02-19-2003 11:56 AM