serialEvent(Serial port) realtime

  • Callback serialEvent() is invoked by a Serial instance’s own Thread. :thread:
  • The same Thread won’t invoke next serialEvent() while it hadn’t finished the current 1.
3 Likes