Difference between revisions of "Mesh/Flashing extender nodes"

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 `-p 115200 -8`.  
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 -p 115200 -8
   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
128

edits