Why Serial.write() instead of Serial.print() Engineering and technology notes Jovan Stosic January 12, 2021 Serial.write() just sends raw bytes of data. Serial.print() converts and displays data in human readable forms (ASCII). Source: Why Serial.write() instead of Serial.print()