Minicom linux ��� ���

How To Install and Use Linux Minicom Command Tutorial with Examples?

minicom is a little command-line based tool used to connect serial-lines. In a more pragmatic definition, minicom can be used to connect modems, routers and switch console ports via the serial port. Minicom is very similar features and user interface to the TELIX.

Install For Debian, Ubuntu, Kali, Mint

We can install minicom with the following command for deb based distributions.

Install For Fedora, CentOS, RHEL

We can also install for rpm-based distributions like below.

List tty Devices

We generally use minicom with a physical port where it connects to a serial device like a switch, router, PBX, etc. Current PC configuration generally does not provides serial ports and prefer to use USB devices. We can use USB to serial converter. We can list existing serial lines or USB converted serial lines simply named tty with the following command.

We also learn from the output that the TTY device base baud rate is 115200. Alternatively, the device can be named ttyUSB because modern TYY devices are created with USB hardware to connect computers.

Start Minicom

We can start minicom without any option or parameter but providing a serial device is a better way. We will provide a USB-Serial converter which is located at /dev/ttyUSB0 . We should provide the sudo command for root privileges.

Exit Minicom

After connecting minicom we may need to exit. But things work differently in minicom application. CTRL a is used for special keys and other keys are used for different actions. We can exit like below.

Help Menu

We can get help with the CTRL a, z like below.

We can see that generic help information about different actions like Clear Screen , Configure Minicom , Send Files etc. listed in this help screen. All of the following options should be used with the CTRL+A keyboard shortcut.

List Current Serial Line Parameters

We can list current serial line communication parameters like below.

We can select the Speed , Parity , Stopbits and Data options from this menu by using letters. For example, to select speed 111200 we will press the E key. We can change the parity to None with L, Even with M, Odd with N, Mark with O and Space with P keys.

Change Serial Line Parameters

We can change serial line parameters while starting the minicom. We need to provide the required options and values. Some of the most used options are as below.

Setup Mode

minicom provides an easy way to set up serial line parameters in command line GUI. We can provide the -s option and enter.

and enter the Serial port setup menu like below.

Источник

Linux / UNIX minicom Serial Communication Program

Linux comes with many serial text and gui based serial communication programs. My favorite is minicom – friendly menu driven serial communication program.

If you are addicted to DOS / Windows TELIX (a telecommunications program originally written for DOS and was released in 1986), minicom is for you under Linux / UNIX.

minicom Common features / usage

=> Setting up a remote serial console
=> Access a computer / server if the LAN is down
=> Connect to embedded Linux / BSD device via null modem cable
=> Connect to Cisco routers for configuration
=> Connect to dump device i.e. device w/o keyboard and mouse
=> Dialing directory with auto-redial
=> Support for UUCP-style lock files on serial devices
=> Separate script language interpreter
=> Capture to file
=> Multiple users with individual configurations

Let us see how to configure minicom for my Soekris net4801 Single Board Computer / embedded Linux device.

Install minicom

Use apt-get under Debian / Ubuntu Linux, enter:
$ sudo apt-get install minicom
If you are using Red hat Linux (RHEL) / CentOS / Fedora Linux, enter:
# yum install minicom

  • No ads and tracking
  • In-depth guides for developers and sysadmins at Opensourceflare✨
  • Join my Patreon to support independent content creators and start reading latest guides:
    • How to set up Redis sentinel cluster on Ubuntu or Debian Linux
    • How To Set Up SSH Keys With YubiKey as two-factor authentication (U2F/FIDO2)
    • How to set up Mariadb Galera cluster on Ubuntu or Debian Linux
    • A podman tutorial for beginners – part I (run Linux containers without Docker and in daemonless mode)
    • How to protect Linux against rogue USB devices using USBGuard

Join Patreon

How do I use minicom?

First, make sure Linux has detected serial ports. Use setserial command to set and/or report the configuration information associated with a serial port.

Читайте также:  Положительные стороны windows 10

Setup minicom

minicom keyboard short cut keys

Use the following keys:

  1. UP arrow-up or k
  2. DOWN arrow-down or j
  3. LEFT arrow-left or h
  4. RIGHT arrow-right or l
  5. CHOOSE (select menu) Enter
  6. CANCEL ESCape

Configure serial port

You need to configure serial port. Use up and down arrows to select menus. Press down and select Serial port setup:

(Fig. 03: Configure serial port with minicom)

  • Press A to setup serial device name such as /dev/ttyS1
  • Press E to setup Bps/Par/Bits
  • Press [ESC] to exit
  • Save setup as DFL
  • Exit

More on shortcut keys

To activate help menu press [CTRL+A] followed by [Z] for help on special keys:

(Fig: 04: minicom command help summary)

minicom in action

Category List of Unix and Linux commands
Documentation help • mandb • man • pinfo
Disk space analyzers df • duf • ncdu • pydf
File Management cat • cp • less • mkdir • more • tree
Firewall Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04
Linux Desktop Apps Skype • Spotify • VLC 3
Modern utilities bat • exa
Network Utilities NetHogs • dig • host • ip • nmap
OpenVPN CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04
Package Manager apk • apt
Processes Management bg • chroot • cron • disown • fg • glances • gtop • jobs • killall • kill • pidof • pstree • pwdx • time • vtop
Searching ag • grep • whereis • which
Shell builtins compgen • echo • printf
Text processing cut • rev
User Information groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w
WireGuard VPN Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04

Comments on this entry are closed.

Hi,
I use minicom to connect to Solaris host, recently I got some problems because minicom send somenthing on the wire that the host fell like a break signal going down to the obp(fortunatly didn’t happen on a production system). I already removed all the intitializtion strings…Any ideas?
Thanks
Cheers
M

Marco,
If you do “man minicom”, you’ll find lots of options. I would suggest starting minicom with -o.

As a side note, I recommend kermit over minicom, it’s way better, as long as you create your own .kermrc containing the options you usually use.

I want to ask you the relationship between comgt and minicom. When i execute the command comgt, why I can find the information in the minicom window ?

Marco needs to edit /etc/default/kbd on his Solaris system to prevent such accidental breaks. Uncomment the line:

I am using a health checkup machine, connected to my redhat linux 4 system with minicom 2.0.0,which sends data to serial port in a hexadecimal format only when it receives a command of 0x68 from the PC. i had tried using stty -F /dev/ttyS0 9600 -parenb cs8 -cstopb but while using cat not getting anything from the port. tried using echo “0x68” > /dev/ttyS0 but in vain. I had tried minicom by configuring it to /dev/ttyS1 and also to /dev/ttyS0 but minicom is showing offline. i am unable to decide the serial port because i have only one serial port which is being used for mouse. to the same port i had connected the machine by unplugging the mouse. Please help me out.
Thanks in advance

hi,
i want to use minicom for connection to my GSM modem so that it can send message to particular mobile..
can u tell me how shud i proceed for this…i only have idea for this.. i dnt know the details for that..

Thank you for give the step how to configure serial communicatin on internet . my suggestion please make one website there we can find all the linux/unix help topic with theory and graphically which is not available in books.

Thank-you
rahul singh ( iiht meeerut ) faculty=N+,REDHAT LINUX

I am trying to log on to my Cisco 836, bought second-hand as training material for the CCNA, and I am having a few difficulties with it.
I was hoping more experienced folks could help me in troubleshooting the problem.

I installed minicom 2.2 on Vector Linux and configured it following the how=to above. When I run minicom =c on, it shows Initializing modem, then goes back to the main menu and asks to “Press CTRL-A Z for help on special keys”.

When I do press CTRL-A, it shows me as OFFLINE in the lower right corner. The same happens with both ttyS0 and ttyS1.

Now a bit background information: Vector Linux kindly starts the serial ports on startup, and a dmesg |grep ttyS reveals that both ttyS0 and ttyS1 are active.
The router itself is linked to the db25 port via a rolled cable and a RJ45 to DB25 adapter (all self made; I do not exclude that the problem is due to my poor wiring skills).

I have no way of telling whether the router itself is working correctly or not, but if I connect it to my Lan, I am able to see its IP address.

Any suggestion as to where the problem might lie would be very welcome.

I am interested in learning kernel.

Currently I have successfully setup virtualbox using serial port (/dev/ttyS0) and minicom (`minicom -s /dev/ttyS0`) looks connect to /dev/ttyS0 as it shows

OPTIONS: I18n
Compiled on Jun 6 2008, 22:41:04.
Port /dev/ttyS0

Would you please to give me some advice or suggestion on how can I capture message sent to minicom (from virtualbox)? Or how can I send command / debug from minicom?

Thank you very much,

You are awesome, thank you for this information.

I have a serial port(15 pin type) and i wanted to find the serial port (S0 or S1), so i tried the following
dmesg | grep ttyS but no warning or nothing comes up in the console, but i am taken to new prompt
$dmesg | grep ttyS
$
What should be done?

I use it to connect to my storage devices.
Thanks

ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!

thats what i can see
minicom sucks
is there any other way ?

hi,
i want to use minicom for connection to my GSM modem so that it can send message to particular mobile..
can u tell me how shud i proceed for thisâ?¦i only have idea for this.. i dnt know the details for that..

hai,
i want send sms using gsm mobile using linux box.i need a C program to send the AT commands to gsm mobile.pls send me the details regrading

I want to configure port no 12 to minicom, but under dev folder I didn’t found ttyS12. But I found ttysc. So I configured port to /dev/ttysc. But after exiting setup, an error is thrown like “cannot open /dev/ttysc: Input/output error”. How to overcome this error.
Thanks in advance.

>Dave Uhring 02.12.08 at 12:35 pm
>
> Marco needs to edit /etc/default/kbd on his Solaris system to prevent such >accidental breaks. Uncomment the line:
>
> KEYBOARD_ABORT=alternate

This was most helpful, especially since I’m rusty in Solaris! Another file to check is /etc/system for the following line:
set abort_enable = 0

You want it set to 1 (default), if you want to be able to initiate a break or Stop-A.

I am trying to connect router through linux but it is unsuccessful.
please suggest me what to do . I am using redhat linux 5.1

I want to use minicom to connect with my embedded systerm,
‘dmesg |grep ttyS’ ,display ‘Xen virtual console successfully installed as ttyS0’
‘minicom -s /dev/ttyS0’,display ‘minicom: there is no global configuration file /etc/minirc._dev_ttyS0’
did u have the same problem?
thanks for help me out!

I use minicom on ubunto to connect via USB 2 serial device. When I type minicom -s and reach the Serial port setup I don’t find baud rate of 57600 to select from. Please advise.

In a response to above questions: please realize that minicom does not set up your serial ports, this is the job of your operating system. Also picking a random tty-name is not the best way to get a connection up and running. I would suggest looking up a serial connection howto on tldp.org (if you’re running Linux), or find some other appropriate documentation.

p.s. if `dmesg|grep tty` ‘presents you’ with a new prompt this means that there were no results. check greps behaviour by creating a text file and then use `fgrep WORD FILE` or `cat FILE|grep WORD` to check for words you know appear and some you know do not appear in this text file. when in doubt, consult the manual, please

pls read some manuals and willingly learn.. “i have trouble please help me very much” is NOT the correct way of asking people to spend their spare time helping you.

Working perfectly fine. JAY Hoo…

My router is linked to the db25 port via a rolled cable and a RJ45 to DB25 adapter and minicom did not work with /dev/ttyS0 or S1 and dmesg with grep ttyS* did not show anything but I noticed /dev/ttyUSB0 entry under /dev/ and when I set minicom to point to /dev/ttyUSB0 everyhting worked fine!

Kewl!
Now i can use my grasshopper (ICnova AP7000 Base) in a colorful terminal! 😀
$ minicom -c on

Thank you for sharing this information.
I like to know if we can use minicom to run in different config to different serial ports in one linux box? I have no problem in using minicom to /dev/ttyS0 (build-in). I add 2 more serial (PCI) and detected it as /dev/ttyS1 and /dev/ttyS2. Problem is when I use this 2 serial ports it says “offline”. cables are ok and devices connected to are all active. check it using /dev/ttyS0. Can anyone help me? TIA

I have ttyS0 , ttyS1, ttyS2 . I can see one of them only . How can i connect and use 3 of them at the same time ?

Thanks – the quick tutorial helped a lot

I have done of the minicom set up, but when it comes to saving the file it states that i dont have the permissions to save the file as dft. Im not sure if i have to be in root to save the file. Currently using Kubuntu 10.10 at the moment. Trying to set up a Cisco Router.

Update… i have sorted it…. pressed enter and router>

I think the issue with the saving of the file is still there, but i think that might be down to not being able to get into root to save the file

Hi all,
I had installed minicom in my Linux PC with “Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 i686 i386 GNU/Linux” installed. when i run minicom i can watch my unit booting
Welcome to minicom 2.2

OPTIONS: I18n
Compiled on Sep 25 2007, 06:13:56.
Port /dev/ttyS0

Press CTRL-A Z for help on special keys

RomBOOT
>Start AT91Bootstrap…

U-Boot 2008.10 (Sep 19 2011 – 17:57:15)

DRAM: 64 MB
Initializing Display
NAND: 256 MiB
DataFlash:AT45DB642
Nb pages: 8192
Page Size: 1056
Size= 8650752 bytes
Logical address: 0xD0000000
Area 0: D0000000 to D00041FF (RO) Bootstrap
Area 1: D0004200 to D00083FF Environment
Area 2: D0008400 to D0041FFF (RO) U-Boot
Area 3: D0042000 to D0251FFF Kernel
Area 4: D0252000 to D083FFFF FS
*** Warning – bad CRC, using defaul

but when i try to type from keyboard i am unable to communicate to minicom
Distribution built by Analogics Tech Ind Limited,Hyderabad
Kernel 2.6.28-ATIL-H10 for armv5tejl
ATIL-H10 login:
i am unable to type a thing on minicom
pls help..
Regards,
Rajeev

Make the setup..
Hardware flow control : NO
software flow control: NO

hello friends,
we are doing a project on pci driver.
our project is write pci driver and use functionality of ARM7 through uart.
i am done with pci driver, now i want to check our driver for full fledge.
i have a problem, when i am starting comunication between two pc using db9 connectors, who will first start the communication get full data & another side some data gets lost may be starting data.
plz tell me that how i will minimizes this problem?
what will i do in driver?
i am use platform “linux”………….
Rgards
parag
dhakeparag81@gmail.com

Hello,
When I tried to configure my minicom using minicom -s, it is displaying dev/modem instead of dev/ttyS0. What does this mean? I need to connect my Embedded Linux board (ARM processor) to one of the ports. Hence I need to configure minicom correctly before doing that. Any help is appreciated.

I use minicom for modem with smslib. But when i connect, i cannot write the AT’s commands. My linux terminal don’t show me the command AT that i write. Can somedy help me please.

I am trying to use minicom within a bash script to logon to a remote computer, poll it to see if files for downloading are present, and then download the files and process them accordingly. Can minicom be used without user interaction? Is there a tutorial present pertaining the script language that minicom supports? Thanks much, Greg Ennis

Don’t bother with minicom unless you need modem functions. Otherwise, you can probably do what you like with a package called “expect” – using the “autoexpect” script. This is a TCL script that allows you to simply type your responses and then gives you an editable script. When combined with bash, you can do a lot.
Also, have a look at curl and wget.

I’m not getting any output from minicom.. I’ve tried shorting pins 2 and 3 without result, and also checked every pin with o-scope while typing or sending files – no response – just a constant +5V. I’m using a prolific USB-to-serial adapter on OS X. I have no problems with input, so I’m pretty sure I’m on the right serial device, just no output..
I’ve also tried all possible combinations of hardware/software flow control without any luck.

Any suggestions much appreciated!

No puedo instalar el minicom en mi Fedora 14 me sale el siguiente mensaje: PORFAVOR SU AYUDA:

[root@Servidor Yorch]# yum install minicom
Complementos cargados:langpacks, presto, refresh-packagekit
Adding es_ES to language list
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

When I go to set my ComPort it says “minicom: cannot open /dev/ttyUSB0: Permission denied”

Am I doing something wrong? I have no 9 Pin Serial ports only a USB to serial port cord.

Hi, I am using minicom for the connection of an altera FPGA board. It uses USB blaster. After configuration, it kept giving me offline when I start ‘minicom’. Any idea how to solve this? Thanks.

My configuration:
| A – Serial Device : /dev/ttyS0 |
| |
| C – Callin Program : |
| D – Callout Program : |
| E – Bps/Par/Bits : 38400 8N1 |
| F – Hardware Flow Control : Yes |
| G – Software Flow Control : No

My computer after dmesg | grep tty:
[ 0.000000] console [tty0] enabled
[ 0.517646] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.538158] 0000:00:16.3: ttyS1 at I/O 0xf0e0 (irq = 19) is a 16550A

And even if when I use ttys1 and it shows online, it hangs after starting minicom and shows nothing. Anybody have a solution?

Источник

Читайте также:  Sqlite studio portable linux
Оцените статью