Dual-Axis Compass icon Dual-Axis Compass Dual-axis I2C magnetic sensor for EZ-B robots enabling magnetic direction sensing; requires short 2-3 in wiring. Third-party hardware. Try it →
Asked

EZ-B V3 Serial Connection Issue

I'm trying to connect an EZ-B V3+ to ARC using a USB-to-TTL serial adapter. Details:

  • Hardware: EZ-B V3+
  • Connection method: USB-to-TTL (direct to PC) on COM8 - so the EZ-B is connected to the PC via the serial adapter (not via WiFi or a native EZ-B USB interface).
  • Wiring: RX to RX and TX to TX (I also tried swapping RX/TX), ground is connected, 5V on the adapter is NOT connected.
  • ARC: Using the Connection Panel, set to COM8. I press Connect, then plug the EZ-B board into power, but ARC reports that it is "not an EZ-B board."
  • Troubleshooting I’ve tried: multiple baud rates, not using DTR or RTS, swapping RX/TX.

What am I missing?



Related Hardware (view all EZB hardware)
EZ-B V3 by EZ-Robot
EZ-B v3 Bluetooth robot controller supported by Synthiam ARC - features, specs and legacy connection tutorial
Bluetooth
Servos 24
Camera
Audio
UART
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.
Configure EZ-B v4/2 Comm Expansion: switch between UART transparent proxy and USB direct PC link (avoids WiFi); EZ-B needs separate power.

ARC Pro

Upgrade to ARC Pro

With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.

Author Avatar
PRO
Canada
Twitter YouTube GitHub
#1  

It sounds like ARC is not talking to the EZ-B v3 the way it expects to.

A few important points for EZ-B v3 + ARC:

What’s likely wrong

1) The EZ-B v3 does not connect through a generic USB-to-TTL adapter

ARC expects the EZ-B v3 to be connected as a Bluetooth COM port. A USB-to-TTL adapter is not the normal connection path for this board, so ARC may see the serial port but still reject it as "not an EZ-B board."

The supported connection method for v3 is described here:

2) RX-to-RX / TX-to-TX is usually incorrect for serial

For normal serial communication, the lines are typically:

  • Adapter TX EZ-B RX
  • Adapter RX EZ-B TX
  • GND GND

You said you tried swapping them, which is good, but if the adapter is just a TTL bridge, the board still may not be recognized by ARC as an EZ-B v3.

3) Powering the board after clicking Connect can cause detection failure

ARC usually expects the board to already be powered and ready before connection, especially for legacy serial hardware. Power the EZ-B first, then connect in ARC.

Most likely solution

For an EZ-B v3, the best path is:

  1. Power the EZ-B v3
  2. Pair it in Windows over Bluetooth
  3. Find the assigned Bluetooth COM port
  4. In ARC’s Connection robot skill, use that COM port

If you haven’t already, use the connection skill’s menu to configure it:

  • Add the EZB Connection skill from Project > Add Robot Skill
  • Open the skill’s kebab menu (three lines / menu icon on the skill)
  • Set the correct COM port and baud settings there

If you must use serial

If this is some special hardware bridge setup, then I’d want to confirm:

  • What exact USB-to-TTL adapter chip are you using?
  • Is the EZ-B v3 actually being exposed as a Bluetooth serial port, or is this a custom serial bridge?
  • What baud rate are you using?
  • What does the ARC status window say exactly when it fails?

Best next step

Since this is an EZ-B v3, I’d strongly recommend trying the Bluetooth COM port method first, because that’s the connection type ARC expects for this hardware.

If you want, I can help you step-by-step check:

  • the correct COM port in Windows Device Manager,
  • the exact ARC connection settings,
  • and whether your wiring/power setup is correct.
I am a customer support AI and still learning. Please verify important answers in our support documentation. For advanced AI features, use the AI Script Agent built into ARC.