Industrial USB TO TTL (D) Serial Cable, Original FT232RNL Chip, Multi Protection Circuits, Multi Systems Support, Suitable For Raspberry Pi 5 Serial Port Debugging (แท้จาก Waveshare)

Industrial USB TO TTL (D) Serial Cable, Original FT232RNL Chip, Multi Protection Circuits, Multi Systems Support, Suitable For Raspberry Pi 5 Serial Port Debugging (แท้จาก Waveshare)
Industrial USB TO TTL (D) Serial Cable, Original FT232RNL Chip, Multi Protection Circuits, Multi Systems Support, Suitable For Raspberry Pi 5 Serial Port Debugging (แท้จาก Waveshare)Industrial USB TO TTL (D) Serial Cable, Original FT232RNL Chip, Multi Protection Circuits, Multi Systems Support, Suitable For Raspberry Pi 5 Serial Port Debugging (แท้จาก Waveshare)Industrial USB TO TTL (D) Serial Cable, Original FT232RNL Chip, Multi Protection Circuits, Multi Systems Support, Suitable For Raspberry Pi 5 Serial Port Debugging (แท้จาก Waveshare)Industrial USB TO TTL (D) Serial Cable, Original FT232RNL Chip, Multi Protection Circuits, Multi Systems Support, Suitable For Raspberry Pi 5 Serial Port Debugging (แท้จาก Waveshare)Industrial USB TO TTL (D) Serial Cable, Original FT232RNL Chip, Multi Protection Circuits, Multi Systems Support, Suitable For Raspberry Pi 5 Serial Port Debugging (แท้จาก Waveshare)
รหัสสินค้า AG40503
หมวดหมู่ USB TO TTL
ราคา 485.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

ดูวิธีการใช้งานอย่างละเอียดได้ที่ Click

สินค้าประกอบด้วย



Industrial USB To TTL Serial Cable Type D

Original FT232RNL | Stable Transmission | Multi Devices | Multi Systems

Suitable for serial port debugging of industrial equipments, supports Raspberry Pi 5

 

Industrial USB TO TTL serial cable, adopts original FT232RNL chip, onboard power supply and signal indicators, supports 3.3V/5V voltage level switching, built in self-recovery fuse, ESD and IO protection diode circuits, etc. It is compact in size, suitable for serial port debugging of industrial equipments and can be directly connected to the Raspberry Pi 5.


Specifications
PRODUCT CATEGORY Industrial USB TO TTL serial cable
CHIP SCHEME FTDI original FT232RNL
HOST PORT USB
DATA RATE 300bps ~ 3Mbps
DEVICE PORT UART
USB PORT Connector: USB-A
Protection: self-recovery fuse, ESD protection
UART PORT Connector: separated 4pin female header + SH1.0 3PIN fool-proof connector
Protection: IO protection diode
INDICATOR PWR: power indicator, turns on when there is USB connection and voltage is detected
TXD: TX indicator, turns on while the USB port is sending data
RXD: RX indicator, turns on while the device port is sending data back
CABLE Black, PVC sheath, total length 1m

Onboard Original Chips

Adopts Original FT232RNL Chips, Providing Better Stability And Compatibility


Raspberry Pi UART Debugging

Suitable For Raspberry Pi, Supports Multiple Connection Methods

 

Connect to PI5 UART Debug Connector Via SH1.0 3PIN cable

 
 

Connect To Raspberry Pi 40PIN GPIO UART Interface Via Separated 4PIN Header

 

for reference only, the Raspberry Pi 5 is not included.

 
Multiple Systems Support

Compatible With Popular Systems Like Win7/8/8.1/10/11, Mac, Linux, Android...


Three LED Indicators

Easily Checking The Operating Status, Convenient For Programming / Debugging


Pinouts Definition
VCC 3.3V or 5V output, configured by switch
GND Ground
TXD Connecting to MCU.RXD (signal direction: MCU.RX < < FT232 < < PC.TX)
RXD Connecting to MCU.TXD (signal direction: MCU.TX > > FT232 > > PC.RX)

Outline Dimensions

* The above dimensions are measured manually and may have some errors


Resources & Services

Working with Windows

Driver Installation

USB TO 4CH Serial Converter -02.png

  • Double-click CDM212364_Setup.exe to install by steps.

USB TO 4CH Serial Converter -03.png

  • Agree on the protocol and keep clicking on "Next".

USB TO 4CH Serial Converter -04.png

  • Connect the computer and device, and you can fund the new 4 COM ports in the Device Manager (If there is only one COM port after a while and cannot show more COM ports after trying, you can operate it according to #FAQ).

USB TO TTL-05.png

Device Usage

SSCOM

  • Connect TXD and RXD of the device (i.e., short the blue and green wires).
  • Open SSCOM, input "waveshare", select "Add Time and Pack ".

USB TO 4CH Serial Converter 16.png

  • Select 100ms intervals, and then you can observe the phenomenon of mutual sending and receiving.

USB TO 4CH Serial Converter 11.png

Working with Linux

Device

  • Raspbian, Ubuntu, CentOS, and other mainstream Linux systems generally with FT232 driver, no need to install the driver, connected to the ready-to-use!
  • Take Raspberry Pi as an example, after connecting the device, you can use it by querying the serial device name with the following command.
  • Similar to common USB device usage:
lsusb
ls /dev/ttyUSB*

USB TO TTL (C) Linux 1.png

Device Usage

  • Download the example
cd
rm -rf USB_TO_TTL_\(D\)_Demo.zip
rm -rf USB_TO_TTL_\(D\)_Demo
wget https://files.waveshare.com/wiki/USB-TO-TTL-(D)/USB_TO_TTL_(D)_Demo.zip
unzip USB_TO_TTL_\(D\)_Demo.zip -d ./USB_TO_TTL_\(D\)_Demo
cd USB_TO_TTL_\(D\)_Demo/Linux/

USB TO TTL (D) Linux 2.png

  • Short TXD (green wire) and RXD (blue wire).
  • Example result:
sudo python3 UART.py

USB TO TTL (D) Linux 3.png

Use the UART Debug Interface of the Raspberry Pi 5

  • Connect this device to the PC, and connect the SH1.0 interface to the UART Debug interface of the Raspberry Pi 5:

USB TO TTL D RPI5.png

  • Download the following example (skip this step if you have downloaded the above demo):
cd
rm -rf USB_TO_TTL_\(D\)_Demo.zip
rm -rf USB_TO_TTL_\(D\)_Demo
wget https://files.waveshare.com/wiki/USB-TO-TTL-(D)/USB_TO_TTL_(D)_Demo.zip
unzip USB_TO_TTL_\(D\)_Demo.zip -d ./USB_TO_TTL_\(D\)_Demo
  • Enter the sample demo:
cd USB_TO_TTL_\(D\)_Demo/SH1.0_Raspberry_Pi5/

USB TO TTL D direc.png

  • Open SSCOM, select 100ms interval to send.
  • Execute the example, and you can see the transceiving phenomenon:
sudo python3 UART.py

USB TO TTL D direc2.png
USB TO TTL (D) Linux Pi5 4.png

Android

Software Installation

  • Download Android, unzip it, and install it.
  • The above software has integrated the FT232 driver, there is no need to install additional drivers.

Device Usage

  • Connect the USB of USB TO TTL (D) to the USB port of your Android phone through the OTG adapter cable, and at the same time, connect another USB TO TTL (D) to your computer through the USB port:

FT232-mobile phone.png

  • A prompt appears to ask if the application is allowed to access the USB device.
  • Enter the string to be sent into the cell phone's serial assistant, and the computer side receives the corresponding string in the serial assistant sscom, and vice versa.

FT232 USB UART Board 15.gif

  • If you need to use the English version of the test assistant, you can search and install the appropriate debugging assistant software, which usually comes with a driver.

MacOS

  • First click on to download
  • Click here to see how to install it.
  • After the installation is complete, open the serial port assistant (MAC can directly download the serial port debugging assistant online).

Resource

Demo

Software

Driver

Install the following driver demo or download it from FTDI website, for other systems, you can download the corresponding VCP from the FTDI website.

Software

Datasheet

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1702]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2128
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,389,628 ครั้ง
ผู้ชมทั้งหมด5,892,706 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท14 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม