Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
Industrial USB TO TTL Converter, Original CH343G Onboard, Multi-Protection & Systems Support.
Name | Parameters |
Product Type | USB to TTL |
Supply Voltage | 5V |
Communication rate | 50bps ~ 6Mbps |
Serial port TTL level | 5V/3.3V/2.5V/1.8V① |
Operating system | Mac OS, Linux, Windows 11 / 10 / 8.1 / 8 / 7, Android |
①: The onboard 5V/3.3V can be selected by the jumper cap, or the jumper cap can be unplugged, and the external voltage input can also be used (2.5V/1.8V, except industrial grade).
PIN | Description |
VCC | 5V or 3.3V output for external device (configured by jumper) |
GND | Power gound |
TXD | Connects to MCU.RXD |
RXD | Connects to MCU.TXD |
RTS# | Connects to MCU.CTS |
CTS# | Connects to MCU.RTS |
RI# | MODEM contact input signal, ringing indication, active low |
DCD# | MODEM contact input signal, carrier detection, active low |
DTR# | MODEM contact output signal, data terminal ready, active low |
DSR# | MODEM contact input signal, data device ready, active low |
CH343 is a USB bus adapter chip, that realizes USB to a high-speed asynchronous serial port, and supports up to 115200bps communication Automatic identification and dynamic self-adaptation of baud rate, providing common MODEM contact signals for expanding asynchronous serial ports of computers, or feature USB bus for the common serial device or MCU.
The default driver of the computer is the CDC driver, which can be viewed through the device manager.
We default to software flow control. If you need to use CDC hardware flow, you need to connect the CFG of the board to EN (power-on self-test).
The VCP driver is a manufacturer driver and needs to be installed by the user. After installation, it can be viewed through Device Manager.
The default is software flow control. If you need to use VCP hardware flow, you can open it directly through the serial debugging assistant.
To work with Raspberry Pi, it is driver-free, just connect and check with the following command:
ls /dev/tty*
The port should be named as ttyACM0, user can use the minicom tool to test.
minicom -D /dev/ttyACM0
To use with MacOS, please download the driver and follow the guide
To use with Android device, please donwnload the APP and test.