Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
The USB-TO-TTL-FT232 is a UART serial module that converts a USB interface to TTL level. With this converter, a computer or other device with a USB interface can connect to TTL logic level devices, such as microcontrollers, sensors, and more, enabling data communication.
Items | Parameters |
Model | USB to UART TTL |
Power Supply | 5V |
Serial Port (TTL Level) | 3.3V/5V |
Baud Rate | 300bps ~ 3Mbps |
Operating System | Support Win7/8/8.1/10/11, Mac, Linux, Android, WinCE... |
Pin | Function | Input/Output |
5V | Provide 5V to external devices | - |
GND | Ground | - |
VCC | Provide 5V or 3.3 to external devices (By selecting the output voltage via the solder pads on the back.) | - |
TXD | Serial Data Transmitting pin, connect to MCU.RX | Output |
RXD | Serial Data Receiving pin, connect to MCU.TX | Input |
RTS | Send requests, connect to MCU.CTS | Output |
CTS | Clean requests, connect to MCU.RTS | Input |
DTR# | Data terminal ready, for control external devices, low active | Output |
DSR# | Data set ready, detect whether the external device is ready, low active | Input |
DCD# | Data carrier detection, low active | Input |
RI# | Ring indicator, detect whether the external device rings, low active | Input |
RESET# | FT232 reset pin, low active (pull low RESET pin, FT232 reset) | Input |
CBUS0-CBUS4 | Configurable function pin | Output/Input |
Take RPI as an example, use the default driver, connect the device, and query the serial device name through the following command:
lsusb ls /dev/ttyUSB*
For example, use minicom to open UART0, input the following command line:
sudo minicom -D /dev/ttyUSB0
After installation, open the serial port assistant and run it (you can download the serial port assistant online for your MAC).
1. Download and install the configuration software FT_Prog.
2. Connect the USB port of the product and double click the FT_Prog software to open it.
3. Click the magnifying glass icon in the red box to view the configuration of the device that has been connected to the USB port, and click in the order of the figure to view the default configuration of the five function pins:
4. Select C0 as PWREN#, and then click the saving icon to save it in the path you want to place, and then click the command box on the above:
5. Input SCAN and then press Enter key, then you can view the connected devices (if not, please repeat this step one more time):
6. Input "prog 0 F:\Burnprocess\1.xml" after finding the device, and press the Enter key. It will prompt "successfully" once the programming is OK (Please modify F:\Burnprocess\1.xml as the path where you save the programming file and the name of the programming file should be modified as the one you saved.)
7. Pull and plug the USB interface of the device again, and then you can see that the original TXD indicator is changed to the normally-on PWR indicator.
【If you want to restore it, you can configure C0 as TXLED according to the above steps.】
This USB 5V current follows the current. For example, if it is connected to the USB2.0 of the computer, it is 500mA. If you are using 3.3V, the maximum current output is 50mA.