직렬
직렬 포트 인터페이스를 사용하여 통신
직렬 통신은 2개 이상의 기기 간 통신에서 가장 일반적인 로우 레벨 프로토콜입니다. UART(Universal Asynchronous Receiver-Transmitter)를 통해 직렬 통신을 효율적으로 사용하여 Arduino® 보드와 호스트 컴퓨터를 사용하는 애플리케이션 전반에서 교환하고, 제어하고, 자동화할 수 있습니다.
블록
Serial Receive | Receive data over Arduino serial port |
Serial Transmit | Transmit data over Arduino serial port |
도움말 항목
- Use Serial Communication with Arduino Hardware
Set up and use serial communication with Arduino hardware.