Hi,
We have configured the DI2 as Digital Input (3) in the xctu in Xbee3.
Using Micro python,
import xbee
xbee.atcmd(“D2”)
This is always reads as 3, not the input High or Low.
How to read the digital input pin using atcmd and micropython.
Thanks