128
edits
Redconfetti (talk | contribs) |
Redconfetti (talk | contribs) |
||
Line 86: | Line 86: | ||
minicom: cannot open /dev/tty8: Permission denied | minicom: cannot open /dev/tty8: Permission denied | ||
Run the program so that it starts the program on the USB converter that is connected by adding `-D /dev/ | Run the program so that it starts the program on the USB converter that is connected by adding `-D /dev/ttyUSB0`, and specify that it should skip initialization by adding `-o`. | ||
You can also specify from the command line that it use the baud rate and '8N1' settings specified below by including `-p 115200 -8`. | You can also specify from the command line that it use the baud rate and '8N1' settings specified below by including `-p 115200 -8`. | ||
sudo minicom -D /dev/ | sudo minicom -D /dev/ttyUSB0 -o -p 115200 -8 | ||
In Minicom, CTRL-A to get settings, then Press O, to access settings | In Minicom, CTRL-A to get settings, then Press O, to access settings |
edits