Arg! Nothing I type shows up in the Minicom console!

minicom_console_1

This post lists something to try if what you type is not showing up in the console. It also lists how to save and load the configuration.

If nothing shows up on the screen when you type try turning off hardware flow control.

You can turn it off with these steps:

Steps

1. Type:

sudo minicom -s

You’ll see:

configuration_menu_2

2. Press: DOWN ARROW, DOWN ARROW

serial_port_selection_3

3. Press ENTER. If Hardware Flow Control is on you’ll see:

flow_control_on_4

4. Press F if Hardware Flow Control says Yes. Now you should see

hardware_flow_control_off_5

5. Press ESC. Press the DOWN ARROW till you get to Save setup as dfl. Hit ENTER. This will save the setup as the default (/etc/mini- com/minirc.dfl) and you’ll see:

save_setup_as_dfl_6

6. If you select Save setup as.. then enter a name, like 115200_8N1_NoHWFlow_NoSWFlow:

enter_filename_7

7. Press ENTER than Exit or Exit Minicom

8. Launch it

If you existed Minicom you can now use the following to launch Minicom with the default config:

minicom -o -w -C Apr-5th-2018.log

Or if you saved a config:

minicom -o -w -C Apr-5th-2018.log 115200_8N1_NoHWFlow_NoSWFlow

Note

You can exit Minicom by pressing Control-a then x.