I’m new two the XBee world.
I have to XBees Series 1 one connected to my PC through the a USB Serialport and the other connected to A Raspberry PI
I’m using the xbee-api NodeJS module to communicate between these two devices, the problem that I can’t send more that 100 bytes of data.
When I googled, I ended up that I have to manage this my self.
I’m thinking of splitting my large data to send to a small frames and sending them one by one, for sure I will make my own protocol for sending this data using sequence id for each transmission etc… I’m I in the right way ?
Thank’s in advance.