USB to UART Converter

by Ganghyeok
Published: Updated: 1.4K views

1. Schematic of USB to UART Converter

2. PCB Artwork of USB to UART Converter

3. Verification of USB to UART Converter

[1] Description

① The CP2102 and Tx, Rx LEDs are designed to operate by receiving 3.3V from the MCU.

② The CP2102 determines it is connected to the PC when 5V from the USB is applied to the VBUS pin (pin 8).

[2] Verification Procedure

# TeraTerm Setting

The baud rate of the MCU's UART and Tera Term must be the same.

# Paste commands into Tera Term

In Tera Term, the default method for pasting commands is by right-clicking the mouse.

# CP2102 Driver

To use the CP2102, you need to download and install the driver from the SiLab (Silicon Labs) website.

Once the CP2102 driver is installed, the CP2102 chip will be recognized in the PC’s Device Manager as follows.

# Verification Result

I confirmed that UART communication via USB is functioning correctly by sending a message from the PC to the custom STM32F4 board and then having the custom board send the message back to the PC.


ArkX에서 더 알아보기

구독을 신청하면 최신 게시물을 이메일로 받아볼 수 있습니다.

Leave a Comment

You may also like