diff options
author | Kevin <chenkevinh11@gmail.com> | 2020-08-29 19:22:43 -0700 |
---|---|---|
committer | Kevin <chenkevinh11@gmail.com> | 2020-08-29 19:22:43 -0700 |
commit | bc13cd1de1b647a519d051ed44f69a09ad75bfbf (patch) | |
tree | b1672ae365c58c9767b615326ad73381ec397f37 /docs | |
parent | 037970fe8c0122d156de4db92e3ef335e1902e55 (diff) |
Added PuTTY to USB Logging
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/assets/usb-logging/com_port.PNG | bin | 0 -> 14258 bytes | |||
-rw-r--r-- | docs/docs/assets/usb-logging/putty.PNG | bin | 0 -> 19822 bytes | |||
-rw-r--r-- | docs/docs/dev-guide-usb-logging.md | 8 |
3 files changed, 7 insertions, 1 deletions
diff --git a/docs/docs/assets/usb-logging/com_port.PNG b/docs/docs/assets/usb-logging/com_port.PNG Binary files differnew file mode 100644 index 0000000..35934b8 --- /dev/null +++ b/docs/docs/assets/usb-logging/com_port.PNG diff --git a/docs/docs/assets/usb-logging/putty.PNG b/docs/docs/assets/usb-logging/putty.PNG Binary files differnew file mode 100644 index 0000000..b53d536 --- /dev/null +++ b/docs/docs/assets/usb-logging/putty.PNG diff --git a/docs/docs/dev-guide-usb-logging.md b/docs/docs/dev-guide-usb-logging.md index fa4b63b..62977c7 100644 --- a/docs/docs/dev-guide-usb-logging.md +++ b/docs/docs/dev-guide-usb-logging.md @@ -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> |