Configures the VISA serial settings for the device under test (DUT) specified by the VISA resource name parameter.


icon

Inputs/Outputs

  • cu16.png data bits

    data bits specifies the number of data bits contained in each frame. Valid values are 5 to 8, inclusive. The data bits for each frame are located in the low-order bits of every byte stored in the memory. The default value is 8.

  • cvsrn.png VISA resource name

    VISA resource name specifies the name of the resource to be configured. This parameter also specifies the VISA session and class.

  • cu32.png baud rate

    baud rate specifies the baud rate of the given communication port. The default value is 115,200.

  • cu16.png flow control

    flow control specifies the flow control method used for transmitting and receiving data. The default value is RTS/CTS.

    None (0)

    Does not use flow control, and the buffers on both sides of the connection are assumed to be large enough to hold all the transferred data.

    XON/XOFF (1)

    Uses the XON and XOFF characters to complete flow control. The transfer mechanism controls input flow by transmitting XOFF when the low-level I/O receive buffer is nearly full, and it controls the output flow by suspending transmission when XOFF is received.

    RTS/CTS (2)

    Uses the RTS output signal and the CTS input signal to complete flow control. The transfer mechanism controls input flow by unasserting the RTS signal when the low-level I/O receive buffer is nearly full. The transfer mechanism also controls output flow by suspending the transmission when the CTS signal is unasserted.

    XON/XOFF & RTS/CTS (3)

    Uses values of XON/XOFF and RTS/CTS.

    DTR/DSR (4)

    Uses the DTR output signal and the DSR input signal to complete flow control. The transfer mechanism controls input flow by unasserting the DTR signal when the low-level I/O receive buffer is nearly full. The transfer mechanism also controls output flow by suspending the transmission when the DSR signal is unasserted.

    XON/XOFF & DTR/DSR (5)

    Uses values of XON/XOFF and DTR/DSR.

  • cu16.png stop bits

    stop bits specifies the number of stop bits used to indicate the end of a frame. The default value is 1.0.

    1.0 (10)

    Specifies that the number of stop bits used is 1.

    1.5 (15)

    Specifies that the number of stop bits used is 1.5.

    2.0 (20)

    Specifies that the number of stop bits used is 2.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • cu16.png parity

    parity specifies the parity bit used with each transmitted or received frame. The default value is None.

    None (0)

    Specifies that the frame does not contain a parity bit.

    Odd (1)

    Specifies that the parity is odd.

    Even (2)

    Specifies that the parity is even.

    Mark (3)

    Specifies that the parity bit is always 1.

    Space (4)

    Specifies that the parity bit is always 0.

  • ivsrn.png VISA resource name out

    VISA resource name out returns the resource name to which a VISA session is opened and the resource class. The class name matches the VISA resource name parameter.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.