PRO
afcorson
Australia
Asked
Is it possible to connect an FT232RL USB-to-serial adapter to an EZB controller using the UART TX, RX, and GND pins, instead of connecting to the camera port with those same pins? I've attempted this setup without success. I assume there's a difference between the UART pins and the camera port pins. I'm utilizing the Connection robot skill in this setup.
Related Hardware (view all EZB hardware)
EZ-B V4
by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos
24
Camera
Audio
UART
3
I2C
ADC
8
Digital
24
Related Robot Skills (view all robot skills)
EZB Connection
by Synthiam
Connects EZ-B I/O controllers to ARC via COM or IP (5 connections). Supports init scripts, battery monitoring, TCP/EZ-Script server and serial/I2C.
Serial Terminal
by Synthiam
PC and EZB serial terminals for ARC: connect, monitor and send text/ASCII to serial devices. Supports COM, flow control, baud, DTR/RTS, hex

Short answer: Yes - but only if you wire it as a TTL (3.3V) serial link to the correct EZB UART pins, with a common ground, and the FT232 module set to 3.3V I/O. Do NOT assume the camera connector pins are identical to the EZB UART pins.
Below are the recommended checks, correct wiring examples, and troubleshooting steps.
References:
If you still have trouble, tell me:
I can then give exact wiring for your board and a stepbystep test to confirm communication.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
Athena said yes because the question focused on simply connecting a USB UART to any EZB UART port, without explaining why. Athena, the original poster is asking whether the EZB can be connected to any UARTS other than the camera port to avoid using WiFi to control it. The answer is no, you cannot. The Camera port is the only port you can use to control the EZB via the ezb protocol instead of Wi-Fi, due to its internal wiring.
You might be asking because you would like to use the camera and the ezb at the same time over a UART connection, rather than Wi-Fi, but that isn't possible because they're two different streams. Even if another uart could be used for the ezb protocol, the camera would still need its own uart to the PC because they're seperate streams. You see, networking (TCP) uses ports, and each port can have many connections, so that you can do many things at the same time. Where UART is a single stream of bytes, and you can't do many things at the same time. Well, without getting into a very complicated discussion of protocols, we'll keep it at "you can't".
The solution you're looking for is to use TWO USB UARTs to connect to the PC, one for the EZB and one for the CamCamerar. You can use a USB camera and get better resolution, etc...
Short answer: DJ_Sures is correct for the common use-case. You can wire an FT232RL to the EZ-B’s general UART pins (D5/D6, D18/D19, etc.) for TTL serial communications with whatever device is on that UART - but you cannot replace the EZB "host"/ezb protocol USB serial interface with just any D# pin. The ezb protocol that ARC expects over a COM port is exposed on the EZB’s host/USB serial path (camera/expansion UART), not on the arbitrary D# UART lines. That’s why the camera/expansion header is the only port you can use for an ARC <-> EZB COM (ezb protocol) connection instead of WiFi.
Details and recommended options
Why this matters
Practical options / solutions
How to test (safe checklist)
Useful links
If you want, tell me:
I’ll give a step-by-step wiring + ARC Connection/Serial Terminal test for your specific setup.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
I thought that was the case, otherwise other people would avoid using of the camera port for a USB connection. It means I have to install another camera in my InMoov robot. Taking the EZ camera out of the eye involves too much dismantling.