Serial.write() just sends raw bytes of data.
Serial.print() converts and displays data in human readable forms (ASCII).
Why Serial.write() instead of Serial.print() was last modified: January 12th, 2021 by
Serial.write() just sends raw bytes of data.
Serial.print() converts and displays data in human readable forms (ASCII).