Instrument Control Toolbox | ![]() ![]() |
Specify the state of the DTR pin
Description
You can configure DataTerminalReady
to be on
or off
. If DataTerminalReady
is on
, the Data Terminal Ready (DTR) pin is asserted. If DataTerminalReady
is off
, the DTR pin is unasserted.
In normal usage, the DTR and Data Set Ready (DSR) pins work together, and are used to signal if instruments are connected and powered. However, there is nothing in the RS-232 standard that states the DTR pin must be used in any specific way. For example, DTR and DSR might be used for handshaking. You should refer to your instrument documentation to determine its specific pin behavior.
You can return the value of the DSR pin with the PinStatus
property. Handshaking is described in The Control Pins.
Characteristics
Usage |
Serial port, VISA-serial |
Read only |
Never |
Data type |
String |
Values
{on} |
The DTR pin is asserted. |
off |
The DTR pin is unasserted. |
Properties
![]() | DatagramTerminateMode | EOIMode | ![]() |