Skip to content

Commit

Permalink
Update User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Oct 12, 2021
1 parent e0e4ddd commit 1dc2c6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added img/78000_COM_port.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/TeraTerm.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ Default serial communication settings are:
* Stop bits : 1 bit
* Flow control : none

[TeraTerm](https://ttssh2.osdn.jp/index.html.en) and [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) are good serial terminal program options. To open a serial port to the microcontroller with one of these programs you'll first need to find the COM port associated with the debugger. On Windows, this will show up as a generic USB Serial Device:

![COM port](https://raw.githubusercontent.com/MaximIntegratedTechSupport/VSCode-Maxim/main/img/78000_COM_port.JPG)

From there, steps will be program-specific to the serial terminal you're using. For example, using TeraTerm I can navigate to `Setup -> Serial port...` to enter the communication settings above and open the connection.

![TeraTerm](https://raw.githubusercontent.com/MaximIntegratedTechSupport/VSCode-Maxim/main/img/TeraTerm.JPG)

<hr>

### 12 - Continue the Program
Expand Down

0 comments on commit 1dc2c6a

Please sign in to comment.