Hello, I need some help to communicate XBee S2C via UART with my LPC1769. My problem is that when I send "+++" command via UART the XBee module doesn't answer "OK".
The LPC is sending the data fine because if I connect it to Putty I can see the data going out from the MCU fine, besides, if I type "+++" with my PC's keyboard using Putty, the module answer me "OK". Finally, If I connect the XBee to XCTU I can configure it without problem.
Anyone have an idea about this problem? Should I configure the output of the LPC as OpenDrain or Pull-Down? By the moment Tx and Rx pin are configured as Pull-Up.
Thank you!!