xreef / LoRa_E32_Series_Library

Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards). sx1278/sx1276
https://www.mischianti.org
Other
348 stars 72 forks source link

Sending a byte array #54

Closed TheSnowFall closed 1 year ago

TheSnowFall commented 1 year ago

Hello @xreef , I am happy you worked on such an excellent library. According to my inspection, you are sending string data through transmission. But I do not want to send any strings. I want to send a hex or bin directly. How to send it without saving the byte array data in string format? Let me know, please.

xreef commented 1 year ago

Hi, you can use a structure as described here, or instead of structure pass the specified bytearray. Bye Renzo