The first application I'll talk about is "minicom". Most Linux
distributions (i.e. Red Hat) already include minicom. If your particular distribution
does not include minicom, you can download it from the following URL:
http://www.pp.clinet.fi/~walker/mcdevel.html.
Once you have Minicom installed, start it up with the command "minicom". Press "Ctrl-A Z"
to get to the main menu. Press "o" to configure minicom. Go to "Serial port setup" and make sure
that you are set to the correct "Serial Device" and that the speed on line E matches the
speed of the serial console you are connecting to. (In most cases with Sun, this is 9600.) Here are the
settings I made when using my Serial A / COM1 port on my Linux box:
+-----------------------------------------------------------------------+
| A - Serial Device : /dev/ttyS0 |
| B - Lockfile Location : /var/lock |
| C - Callin Program : |
| D - Callout Program : |
| E - Bps/Par/Bits : 9600 8N1 |
| F - Hardware Flow Control : Yes |
| G - Software Flow Control : No |
| |
| Change which setting? |
+-----------------------------------------------------------------------+
After making all necessary changes, hit the ESC key to go back to the "configurations" menu.
Now go to "Modem and dialing". Change the "Init string" to "~^M~". Save the settings (as dflt),
and then restart Minicom. You should now see a login prompt.