stabilizer: expand serial IO instruction #25
|
@ -62,7 +62,7 @@ With newer firmware with USB serial console:
|
||||||
|
|
||||||
1. Connect the Stabilizer to power.
|
1. Connect the Stabilizer to power.
|
||||||
2. Connect USB cable to the Stabilizer.
|
2. Connect USB cable to the Stabilizer.
|
||||||
3. Connect with a serial console emulator, usually at ``/dev/ttyACM0``.
|
3. Run ``python -m serial /dev/ttyACM0`` to connect the serial port using ``pyserial``.
|
||||||
|
|||||||
4. Input ``platform dfu`` in the console.
|
4. Input ``platform dfu`` in the console.
|
||||||
|
|
||||||
And for both:
|
And for both:
|
||||||
|
|
Loading…
Reference in New Issue
Would be better it to be specified which serial, because it is not in python's stdlib.