128
edits
Redconfetti (talk | contribs) |
Redconfetti (talk | contribs) |
||
Line 88: | Line 88: | ||
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`. | 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 `- | You can also specify from the command line that it use the baud rate and '8N1' settings specified below by including `-b 115200 -8`. | ||
sudo minicom -D /dev/ttyUSB0 -o - | sudo minicom -D /dev/ttyUSB0 -o -b 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