Last active
August 29, 2015 14:14
-
-
Save briankip/42137ad96a7f53324bf1 to your computer and use it in GitHub Desktop.
Minicom config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################## | |
# Minicom configuration file - use "minicom -s" to change parameters. | |
pu port /dev/ttyS0 | |
pu baudrate 9600 | |
pu bits 8 | |
pu parity N | |
pu stopbits 1 | |
pu rtscts No | |
######################################################################## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment