Skip to content

Commit

Permalink
Mention Termite for serial under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marnovandermaas authored and HU90m committed Jun 3, 2024
1 parent 405a39c commit cfc4206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide/building-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ On Mac this is similar
screen /dev/tty.usbserial-LN100302 115200
```

On Windows, connecting to serial ports directly from within WSL2 (default) is not possible. Connecting from WSL1 is possible, but we recommend to use [PuTTY](https://www.putty.org/) to connect to serial ports.
On Windows, connecting to serial ports directly from within WSL2 (default) is not possible. Connecting from WSL1 is possible, but we recommend to use [PuTTY](https://www.putty.org/) to connect to serial ports. Alternatively you can use [Termite](https://www.compuphase.com/software_termite.htm).

Select "Serial" as "Connection type", put the COM port in the "Serial line" text field, and set "Speed" to 115200. To find out what serial ports are available, you can open Device Manager and all connected serial ports are listed under "Ports (COM & LPT)" section.

Expand Down

0 comments on commit cfc4206

Please sign in to comment.