Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 295 Bytes

general-notes.md

File metadata and controls

10 lines (7 loc) · 295 Bytes

UART debug cable

  • Red wire -> don't connect!
  • Black wire -> ground
  • White wire -> TXD
  • Green wire -> RXD

Command to connect: picocom /dev/ttyUSB0 --parity n --baud 115200 --stopbits 1 --databits 8 --flow n --echo

This, including automatic restart on errors, is provided as uart.sh.