Minicom
From Linuxintro
Revision as of 11:58, 3 December 2010 by imported>ThorstenStaerk
Minicom is a program that lets you initiate a communication over a serial interface.
Usage
Start minicom by opening a console and typing
minicom
You will get a message it is initializing a modem (even if you don't have one), then a screen like this:
Welcome to minicom 2.3 OPTIONS: I18n Compiled on Feb 21 2009, 01:32:28. Port /dev/modem Press CTRL-A Z for help on special keys CTRL-A Z for help | 57600 8N1 | NOR | Minicom 2.3 | VT102 | Online 00:00
TroubleShooting
- If you get
minicom: cannot open /dev/modem: No such file or directory
link /dev/modem to your serial port device; for com1, this is usually /dev/ttyS0:
root@computer:~$ ln -s /dev/ttyS0 /dev/modem