mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-22 00:06:09 +01:00
17 lines
955 B
Markdown
17 lines
955 B
Markdown
---
|
|
title: "USB Serial Converter"
|
|
aliases:
|
|
- gettingstarted/hardware/usbserial.html
|
|
- gettingstarted/hardware/usbserial.md
|
|
- chapter/gettingstarted/hardware/usbserial
|
|
---
|
|
When you do not own an expansion board, it is possible to connect to your device using a USB to Serial adapter. Make sure your USB to Serial converter is able to communicate at baudrates of 115200 and 921600. We do not recommend this setup for beginners.
|
|
|
|
To connect to your device using a USB to Serial adapter, connect the following pins:
|
|
|
|

|
|
>Note: Please ensure the signal and voltage level of your UART adapter does not exceed 3.3V. When possible, change the settings on your adapter.
|
|
|
|
* Connect the `RX` and `TX` of your USB converter to the `TX` and `RX` of the device respectively.
|
|
* To put the device into bootloader mode to update the firmware, you will need to connect `P2` to `GND`. We recommend to connect a button for this.
|