Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-12 00:18:03 +00:00
parent 4ed84edbe1
commit ffbd8c31db
29 changed files with 244 additions and 70 deletions

View File

@@ -10,12 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
- Open a given serial port:
`sudo minicom --device {{/dev/ttyUSB0}}`
`sudo minicom --device {{/dev/ttyXYZ}}`
- Open a given serial port with a given baud rate:
`sudo minicom --device {{/dev/ttyUSB0}} --baudrate {{115200}}`
`sudo minicom --device {{/dev/ttyXYZ}} --baudrate {{115200}}`
- Enter the configuration menu before communicating with a given serial port:
`sudo minicom --device {{/dev/ttyUSB0}} --setup`
`sudo minicom --device {{/dev/ttyXYZ}} --setup`
- Exit minicom:
`<Ctrl a><x><Enter>`