rpm -e minicom
rpm -i minicom-2.00.0-2.i386.rpm
This installs /usr/bin/minicom and
/usr/share/doc/minicom-2.00.0/.
chmod a+rw /dev/ttyS0
chmod a+rw /dev/ttyS1
chmod a+rw /dev/ttyUSB0
apt-get install minicom
See
Using Minicom on your Mac for serial communications
/usr/bin/minicom -s
Save setup as dfl
To create /etc/minirc.com1, log in as root and do
minicom -s
select Serial port setup
select A and change the Serial Device to /dev/ttyS0
select E and E to change the Speed to 9600
back at the main menu, select Save setup as..
use com1 as the file name
select Exit from Minicom
Do a similar thing for minicom.modem, with a Serial Device of /dev/ttyS01 for the modem built into the 3Com PCMCIA card when it's plugged into gazelle.
Do a similar thing for minicom.keyspan, with a Serial Device of /dev/ttyUSB0 and a Speed of 9600.
Once the setup files named minicom.com1, minicom.modem and minicom.keyspan exist, set up aliases to use them conveniently. Edit ~/.bashrc to set up the aliases. Here, the -o is used to skip modem initialization when using the COM1 port.
alias com1='minicom -o com1'
alias modem='minicom modem'
alias keyspan='minicom -o keyspan'
.dialdir in your
home directory. See the minicom man page for more.