You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Series1_Rx example, a single byte is received. In the sending example however, an array is sent. For my application I need to be able to receive an array. How can I tweak the code to receive an array of bytes?
Any help is great!
The text was updated successfully, but these errors were encountered:
There is a way that you could receive the Serial data without having to use this library, you just need to use the instruction Serial.read() (wich reads the serial data incoming from the hardware serial), then you would read an entire frame in API mode.
In the Series1_Rx example, a single byte is received. In the sending example however, an array is sent. For my application I need to be able to receive an array. How can I tweak the code to receive an array of bytes?
Any help is great!
The text was updated successfully, but these errors were encountered: