Loading ...
You have no items in your shopping cart.
Not shopping from Africa or Europe? Change location here.
Not shopping from America, Asia or Oceania? Change location here.
We updated recently our Privacy policy, please accept the new Terms of service.
or log out and continue the navigation.
Serial
Reads incoming serial data. read() inherits from the Stream utility class.
Serial.read()
Arduino Mega only: Serial1.read() Serial2.read() Serial3.read()
None
the first byte of incoming serial data available (or -1 if no data is available) - int
Reference Home