-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Arduino due doesn't seem to work #44
Comments
The library seems to work to communicate with the example program with the stable v1 api, but it does not allow any further action to be executed, it seems to get stuck in the call: |
@racarla96 Did you set timeout for Serial object to zero / or small value. By default |
I using hdlc I set small timeouts. btw ReceiveCallback not fires on rx. rx
Check sum not filled on TX
|
I am trying to see how the library works and I am trying to see what happens onReceive by trying to see the output through another serial port (arduino Due), this would be the code. Is there something I'm doing wrong or don't know? Thank you
The text was updated successfully, but these errors were encountered: