Hi,
I’m trying to use xbee for my school project, and XCTU cannot find xbee when it connect with usb cable with breakout board and arduino zero.(It finds when we connect xbee with dongle)
It finds the comport I use, but there is no device discovered.
Here is the setting.
vcc = 5v
dout = RX(d0)
din = TX(d1)
gnd = gnd
I downloaded D2XX and VCP driver, and set port parameters as below.
Baud Rate: 9600
Data Bits: 8
Parity: None
Stop Bits: 1
Flow Control: None
I read bunch of advises and posts including DIGI’s one(https://www.digi.com/resources/documentation/digidocs/90001526/reference/r_xctu_cannot_discover_xbee_grove_board.htm) and spent full of 2 days for it but still cannot solve.
PLEASE someone lmk the reason.
Thanks for every answers!
I solved it.
It was a code issue.
I had to write “Serial1” instead of “Serial”