Serial
Communication using serial port interface
Serial communication is the most common low-level protocol for communicating between two or more devices. You can effectively use serial communication via Universal Asynchronous Receiver-Transmitter (UART) to exchange, control, and automate across applications using your Arduino® board and host computer.
Blocks
| Serial Receive | Receive data over Arduino serial port |
| Serial Transmit | Transmit data over Arduino serial port |
| Serial Receive SAMD | Receive data over Arduino SAM D21 core serial port (Since R2026a) |
| Serial Transmit SAMD | Transmit data over Arduino SAM D21 core serial port (Since R2026a) |
Model Settings
Topics
- Use Serial Communication with Arduino Hardware
Set up and use serial communication with Arduino hardware.





