How to send more than 256 bytes of data with a 9xTend?

How to send more than 256 bytes of data with a 9xTend with TxTransmit(0x00) and 9xTEND 115K HOPPING(DigiMesh) Firmware 8064? I receive always [7E00 0389 0074 02].

Thanks

Unfortunately, you cannot.

This is because of upper limit of API frame length stored in module. You need to make some arrangement to break data packet at source and then join it back at destination.