You can use the cu connection test to diagnose RS-232 connections.
/usr/lib/uucp/Systems /usr/lib/uucp/Devices /usr/lib/uucp/Dialers
| /usr/lib/uucp/Systems | [leave empty] |
| /usr/lib/uucp/Devices | Direct port - Any direct |
| /usr/lib/uucp/Dialers | direct |
port should be replaced with ttyd1 if serial port 1 is being used, or ttyd2 if serial port 2 is being used. Assign read/write permissions to the serial port with the UNIX command:
chmod 666 /dev/ttyd1 (for port 1) chmod 666 /dev/ttyd2 (for port 2)
cu -l /dev/ttyd2 -s 9600
Connected.
If this message does not display, review the steps for using the cu connection test.