Hi all,
I am having a problem receiving the whole signal from an XBee via UART. I have a master slave configuration with 3 MCUs, each one with an XBee. I can send a signal from the master to the slaves. The problem is receiving. A signal from an XBee using DigiMesh protocol is at least 18 bytes long. Using UARTCharGet I can only receive up to 16 bytes. Is there a way for the MCU to receive more than 16 bytes at a time? Is there a way to extend the buffer size of the UART or somehow divide the signal in two and then concatenate it?
-Bryan