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
serialEvent(), serialEvent1()``serialEvent2(), [sic] and serialEvent3() don't work on the Arduino Due.
This sentence needs clarification. What does "don't work" mean? Are they not implemented on the Arduino Due? Are they no-op? Does using them cause undefined behavior?
To give this question some context: I'm using serialEvent on a Arduino Due, and I'm only experiencing expected behavior. Now I'm worried I may be getting UB.
The text was updated successfully, but these errors were encountered:
Hi @maltekliemann. Thanks for reporting this error. This information is incorrect. Arduino Due has support for all those. I submitted a pull request to correct this error: #800
If you want to take a look at my proposed changes, I welcome any feedback.
According to the docs for serialEvent:
This sentence needs clarification. What does "don't work" mean? Are they not implemented on the Arduino Due? Are they no-op? Does using them cause undefined behavior?
To give this question some context: I'm using
serialEvent
on a Arduino Due, and I'm only experiencing expected behavior. Now I'm worried I may be getting UB.The text was updated successfully, but these errors were encountered: