I have minicom 2.6.1 running on the NOBOS Pi distribution.
I have it connected to a bluetooth modem attached to the serial port on the GPIO connector and I am talking to a terminal on my Mac. All works well and I can send text back an forth between the two.
However, minicom does not respond to CTRL-A Z for help nor CTRL-C nor Esc, so how do I quit this program without rebooting the machine?
- Grumpy Mike
- Posts: 1005
- Joined: Sat Sep 10, 2011 7:49 pm
- Location: English Lake District
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: How to exit minicom?
Quite so. This is why you shouldn't use minicom. It has the worst user interface - ever!
Among other things, I could never figure out how to get out of it.
Literally, I've never seen a program that tried so hard to make its user interface horrible.
Use "screen" instead. (Seriously, this is not a typo - "screen" works fine as a "com program")
Or Seyon…
Among other things, I could never figure out how to get out of it.
Literally, I've never seen a program that tried so hard to make its user interface horrible.
Use "screen" instead. (Seriously, this is not a typo - "screen" works fine as a "com program")
Or Seyon…
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: How to exit minicom?
Is it not possible to open another virtual console (or remote ssh) and simply login, find the PID and kill it with -9 or -1 -1??
Richard S.
Richard S.
- Richard-TX
- Posts: 1549
- Joined: Tue May 28, 2013 3:24 pm
- Location: North Texas
Re: How to exit minicom?
Minicom can be a problem if the env variable TERM is not set correctly.
hit enter. then cntl-A then q then enter to exit minicom.
There is also cu if you want bare bones.
hit enter. then cntl-A then q then enter to exit minicom.
There is also cu if you want bare bones.
Richard
Doing Unix since 1985.
The 9-25-2013 image of Wheezy can be found at:
http://downloads.raspberrypi.org/raspbian/images/raspbian-2013-09-27/2013-09-25-wheezy-raspbian.zip
Doing Unix since 1985.
The 9-25-2013 image of Wheezy can be found at:
http://downloads.raspberrypi.org/raspbian/images/raspbian-2013-09-27/2013-09-25-wheezy-raspbian.zip
- DougieLawson
- Posts: 42641
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: How to exit minicom?
minicom has the blindingly obvious ctrl a & x to exit.
Whoever created that should be drawn, hanged and quartered and their remains should be left for public inspection in the Tower of London.
Whoever created that should be drawn, hanged and quartered and their remains should be left for public inspection in the Tower of London.
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
- Grumpy Mike
- Posts: 1005
- Joined: Sat Sep 10, 2011 7:49 pm
- Location: English Lake District
Re: How to exit minicom?
Thanks this did the trick.Richard-TX wrote: hit enter. then cntl-A then q then enter to exit minicom.
Also this works as well
minicom has the blindingly obvious ctrl a & x to exit.
Re: How to exit minicom?
The key binding may had been deliberate if for example you're accessing a remote shell and need to quit an application without quitting minicom.
Richard S.
Richard S.
- DougieLawson
- Posts: 42641
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: How to exit minicom?
That makes sense, the death sentence can be stayed. It's no different from ctrl [ in telnet to get back to command mode.redhawk wrote:The key binding may had been deliberate if for example you're accessing a remote shell and need to quit an application without quitting minicom.
Richard S.
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: How to exit minicom?
For future referenceGrumpy Mike wrote:I have minicom 2.6.1 running on the NOBOS Pi distribution.
I have it connected to a bluetooth modem attached to the serial port on the GPIO connector and I am talking to a terminal on my Mac. All works well and I can send text back an forth between the two.
However, minicom does not respond to CTRL-A Z for help nor CTRL-C nor Esc, so how do I quit this program without rebooting the machine?
man minicom
gives the answer.
Generally for help on a command try man command
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: How to exit minicom?
The advice stands, however, that minicom is a stupid program and one not intended to be used.
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: How to exit minicom?
To Exit from minicom: click Ctrl- A, Z then X.
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: How to exit minicom?
That might work, but the best advice - the best way to be not in minicom - is not to have run it at all.apple.pi wrote:To Exit from minicom: click Ctrl- A, Z then X.
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: How to exit minicom?
Try to use:
(Hold down) Ctrl + Shift + a (release then type) z
then big window appeared : Minicom Command Summary
type: q
small window appeared:
Leave without reset? <enter>
hope help others.
(Hold down) Ctrl + Shift + a (release then type) z
then big window appeared : Minicom Command Summary
type: q
small window appeared:
Leave without reset? <enter>
hope help others.
Re: How to exit minicom?
Just ctrl+a and then 'x' just works.
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: How to exit minicom?
It needs to be pointed out again that the best way to solve this problem (How do I ensure that I am not in minicom?) is:
Viable alternatives include:
Code: Select all
# apt-get purge minicom
- Seyon (X GUI)
- screen (command line)
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: How to exit minicom?
if you are as stupid as me and not get that running,Joe Schmoe wrote:Seyon
but still want a serial terminal in Desktop, try
sudo apt-get install cutecom
option:
nano /home/pi/Desktop/cutecom.desktop
Code: Select all
[Desktop Entry]
Type=Application
Comment=RPI serial terminal
Name=cutecom
Exec=lxterminal -e 'cutecom'
Icon=gpicview.png
Terminal=false
Categories=Utility
StartupNotify=true
looks like

i just install it and it looks as i expect it from a modern ( desktop) tool
but i can not say how good it really is