KrisKasprzak / EBYTE

Libraries to program and use UART-based EBYTE wireless data transceivers
244 stars 76 forks source link

How can i check if the packet is well received or not? #29

Closed hope-miky closed 4 years ago

hope-miky commented 4 years ago

I really appreciate your work, It helped me a lot in my project. I wanted to check if my data has been received or not by the receiver. How can do this using your library or is there any other way to implement this?

KrisKasprzak commented 4 years ago

I always send data via a structure so when the receiver gets a struct you will have all the data. 

On Saturday, October 3, 2020, 02:45:42 PM CDT, Tesfamichael <notifications@github.com> wrote:  

I really appreciate your work, It helped me a lot in my project. I wanted to check if my data has been received or not by the receiver. How can do this using your library or is there any other way to implement this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.