Closed
Description
According to the docs for serialEvent:
serialEvent()
,serialEvent1()``serialEvent2()
, [sic] andserialEvent3()
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.