Configuring Serial Ports for Raw Socket Transport

Use the following CLI syntax to configure raw socket parameters on an RS-232 serial port.

Note:

Raw sockets are only supported on RS-232 serial ports.

CLI Syntax:
port port-id 
    serial
        rs232
            socket socket-id
            description description-string
            encap-type raw
                rx
                    eop
                        idle-timeout milliseconds
                        length bytes
                        special-char value
                        exit
                    unsquelch-delay seconds
                    squelch-reset
                    exit
                tx
                    inter-session-delay milliseconds
                    exit
            no shutdown
        exit
    exit
exit