About 75,400 results
Open links in new tab
  1. Serial.print() | Arduino Documentation

    Jun 12, 2025 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.

  2. Serial.println() | Arduino Documentation

    Jun 12, 2025 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.

  3. Using the Serial Monitor tool | Arduino Documentation

    Feb 12, 2024 · Learn how to use the new Serial Monitor tool in the Arduino IDE 2, and how it works differently from older versions.

  4. Serial | Arduino Documentation

    Nov 20, 2024 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.

  5. Serial Communication between Python and Arduino

    Nov 5, 2020 · In this tutorial, we are going to learn how we can install python on our computer and how to use it with Arduino, it allows us to send data between a computer though Arduino's serial.

  6. [SOLVED] How to print the degree symbol ? (extended ASCII)

    Feb 17, 2017 · You can type a º in your code and upload it to the Arduino - it will work perfectly. If you save that file, then it gets converted to Unicode, which uses two bytes to represent that …

  7. Using the Serial Plotter Tool | Arduino Documentation

    Feb 3, 2025 · In this tutorial, we will take a quick look on how to enable this feature (works for practically any sketch that uses serial communication), how a sample sketch looks like, and …

  8. Issue getting Serial Monitor to print on ESP32-S3 - Arduino Forum

    Nov 10, 2024 · I previously could get code uploaded to my arduino, but the serial monitor wouldn't print anything, and then setting "USB CDC on Boot" to enabled allowed me to get an output.

  9. serial.print and printf - Programming - Arduino Forum

    Feb 19, 2013 · To format output you need to use sprintf to put the formatted text in a buffer then use the normal Serial.print commands to output the buffer. You cannot include formatting …

  10. Analog In, Out Serial | Arduino Documentation

    Oct 2, 2024 · This example shows you how to read an analog input pin, map the result to a range from 0 to 255, use that result to set the pulse width modulation (PWM) of an output pin to dim …