728x90
반응형
참고
ESP32 사이트의 ESP-Modbus 문서를 한글화한다.
ESP-Modbus
Espressif ESP-Modbus Library(esp-modbus)는 RS485, Wi-Fi, Ethernet 인터페이스를 기반으로 하는 네트워크에서 Modbus 통신을 지원한다. ESP-IDF 컴포넌트 freemodbus는 버전 v5.0부터 ESP-IDF에서 별도의 저장소로 이동되었다 :
Hosted Documentation
아래 링크에서 문서를 찾을 수 있다 :
Application Example
아래 예는 슬레이브와 마스터 구현에 따라 시리얼, TCP 포트의 ESP-Modbus 라이브러리를 설명한다.
- protocols/modbus/serial/mb_slave
- protocols/modbus/serial/mb_master
- protocols/modbus/tcp/mb_tcp_slave
- protocols/modbus/tcp/mb_tcp_master
자세한 내용은 특정한 예제의 README.md를 참조한다.
Protocol References
- https://modbus.org/specs.php : 프로토콜 사양이 있는 Modbus 조직.
PREVIOUS : ASIO port
NEXT : ESP-MQTT
728x90
반응형
'일반 개발 리소스 > ESP32' 카테고리의 다른 글
ESP-WROVER-KIT V4.1 Getting Started Guide (0) | 2022.07.25 |
---|---|
ESP32 - API Reference - Application Protocols - ESP-MQTT (0) | 2022.07.22 |
ESP32 - API Reference - Application Protocols - ASIO port (0) | 2022.07.20 |
ESP32 - API Reference - Application Protocols (0) | 2022.07.20 |
ESP32 - API Reference - API Conventions (0) | 2022.07.19 |