• sales

    +86-0755-88291180

USB TO TTL (B) User Guide

Introduction

Industrial USB TO TTL Converter, Original CH343G Onboard, Multi-Protection & Systems Support.

Features

  • Onboard resettable fuse and TVS diode, providing protections including over-current, over-voltage, backward-proof, and ESD protection, improving shock resistance, and safe and stable communications.
  • Onboard IO protection circuit for surge suppression.
  • Onboard TTL serial port 3.3V and 5V voltage level switch, allows selecting TTL level.
  • 3 x LED indicators for easily checking power connection and signal TX/RX statuses.
  • Quality plastic case with a dull-polish surface, well-crafted.
  • IDC connector with fool-proof design.

Parameter

NameParameters
Product TypeUSB to TTL
Supply Voltage5V
Communication rate50bps ~ 6Mbps
Serial port TTL level5V/3.3V/2.5V/1.8V
Operating systemMac 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).

Specifications

  • Product category: Industrial USB TO TTL converter
  • Host interface: USB
  • Device interface: UART
  • Communication range: 50bps ~ 6Mbps
  • USB Device Interface:
    • connector: USB Type-A;
    • Protection: resettable Fuse, ESD protection
  • UART interface:
    • connector: 6pin right-angle pinheader;
    • protection: IO protection diode
  • Indicator:
    • PWR: power indicator, turns red when USB voltage is detected
    • TXD: TX indicator, turns red while the USB port is sending data
    • RXD: RX indicator, turns red while the device port is receiving data

Pinouts



PINDescription
VCC5V or 3.3V output for external device (configured by jumper)
GNDPower gound
TXDConnects to MCU.RXD
RXDConnects 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

About CH343

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.

How to use

Windows

CDC

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).

VCP Driver

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.

Linxu/Raspberry Pi

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

MacOS

To use with MacOS, please download the driver and follow the guide

Android

To use with Android device, please donwnload the APP and test.