GETHAND Get RS-232 port handshaking type

Syntax
GETHAND, <port address>

Processor responds with the following
RS232 port handshaking on processor <port address> is <handshaking type>

Parameter Description Format
port address (optional) the port address the request is for pp:ll:aaa (see RS232 Port Addressing) This parameter is optional. If omitted, the request will default to the processor that receives the command
handshaking type the RS-232 port handshaking type The processor will respond with one of the following handshaking types
None, Hardware Handshaking

Description
This command is used to request the handshaking method being used on an RS232 port.

Example
Get RS-232 port handshaking for the port you are connected to

L232> GETHAND
RS232 port handshaking on port 01:03:001 is Hardware Handshaking

Example
Get RS-232 port handshaking for link 7 on processor 2

L232> GETHAND, 2:7:1
RS232 port handshaking on port 02:06:001 is None

See Also
SETHAND - Set RS-232 port handshaking type

back to the table of contents...