I want to send GPS data from my GPS Module to the RX pin of a Router XBee directly. Then send it to a Coordinator XBee then parse it with an Arduino. The problem is the GPS module is sending serial data. How can I read the data transparently from the Router XBee? And, how can I configure the XBee to always send the data it is receiving from it’s RX pin
I’ve tried using Router AT and Coordinator AT but it doesn’t work. Maybe I made a wrong configuration?