Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving byte array #82

Open
rikben opened this issue Jun 7, 2019 · 1 comment
Open

Receiving byte array #82

rikben opened this issue Jun 7, 2019 · 1 comment

Comments

@rikben
Copy link

rikben commented Jun 7, 2019

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!

@SteffanoP
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants