mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Added PuTTY to USB Logging
This commit is contained in:
BIN
docs/docs/assets/usb-logging/com_port.PNG
Normal file
BIN
docs/docs/assets/usb-logging/com_port.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
docs/docs/assets/usb-logging/putty.PNG
Normal file
BIN
docs/docs/assets/usb-logging/putty.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -62,7 +62,13 @@ sudo tio /dev/ttyACM0
|
||||
</TabItem>
|
||||
<TabItem value="win">
|
||||
|
||||
On Windows, you can use the Arduino IDE which contains a built-in Serial Monitor. Download and install it from [their website](https://www.arduino.cc/en/main/software), then connect your board and under Tools select "Serial Monitor".
|
||||
On Windows, you can use [PuTTY](https://www.putty.org/). Once installed, use Device Manager to figure out which COM port your controller is communicating on (listed under 'Ports (COM & LPT)') and specify that as the 'Serial line' in PuTTY.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
If you already have the Ardunio IDE installed you can also use its built-in Serial Monitor.
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user