Hello everyone,
I am working on a project that extracts the firmware data from the flash memory and forwards the same to the gateway server. Each byte read from an address location are appended with 7 other data from other address spaces to make a final 8 bytes data. It is this 8 bytes of data, that is being pushed to the server. The current functions defined in the LoraAPI examples are capable of sending only 1 byte at a time. Are there any other available functions that can send 8 bytes at a time? If not, how can I implement it? I do not want to use the current function as it delays the required processes by a lot. Kindly help.