Series 2600B System SourceMeter® instrument Reference Manual Section 8: Instrument programming
2600BS-901-01 Rev. F/August 2021 8-61
Sending and receiving data
The RS-232 interface transfers data using 7 or 8 data bits; 1 stop bit; and no, even, or odd parity.
Make sure the device you connect to the 2600B also uses the same settings.
RS-232 terminator
When receiving data over the RS-232 interface, the command interface terminates on line feeds. A
line feed is appended to all output messages when the RS-232 interface is used as a command
interface.
Sending data using the serial.write() function does not append a terminator. Be sure to append
the appropriate terminator to the message before sending it.
Baud rate
The baud rate is the rate at which the 2600B and the programming terminal communicate. Select one
of the following available rates:
The factory-selected baud rate is 9600.
Both the 2600B and the programming terminal must be configured for the same baud rate. Make sure
the device connected to the 2600B RS-232 port can support the selected baud rate.
Data bits and parity
The RS-232 interface can be configured to send/receive data that is 7 or 8 bits long using even, odd,
or no parity.
Flow control and signal handshaking
Signal handshaking between the controller and the instrument allows the two devices to communicate
to each other to determine if they are ready to receive data.
The RS-232 interface provides two control lines (request to send and clear to send) for this purpose.
The instrument asserts the RTS signal when it is admissible for the computer to transmit to the
instrument. It sends information to the computer when the CTS signal is asserted by the computer.