Main Content

직렬 장치

Arduino® 하드웨어에 연결된 직렬 장치에서 읽기 및 쓰기

직렬 스트리밍 함수를 사용하기 전에 arduino를 사용하여 Arduino 객체를 만듭니다.

또는 Arduino 탐색기 앱에서 직렬 통신 인터페이스를 구성하여 이 인터페이스를 사용해서 Arduino 하드웨어에 연결된 직렬 장치에서 데이터를 읽고 쓸 수도 있습니다.

함수

deviceConnection to serial device on Arduino or ESP32 hardware (R2019b 이후)
readRead data from serial device (R2019b 이후)
writeWrite data to serial device (R2019b 이후)

문제 해결

Serial Device Issues

Tips to fix issues for serial devices.