Use this procedure to troubleshoot a Digi serial port.
Note: Alternatively, you can tie the transmit (TxD) and receive (RxD) signals together on the port or on the end of an attached cable.
# cat < /path/device &
# date > /path/devicewhere
pathanddeviceare the path and device name for the port respectively.The
datecommand is used for this simple test to provide text output (there is no other significance).