emelianov / modbus-esp8266

Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master, slave or both. Supports network transport (Modbus TCP) and Serial line/RS-485 (Modbus RTU). Supports Modbus TCP Security for ESP8266/ESP32.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing StreamBuf library Error

coskunergan opened this issue · comments

..\AppData\Local\Temp.arduinoIDE-unsaved202396-6128-pcq1an.1gml\TCP-to-RTU-Simulator\TCP-to-RTU-Simulator.ino:14:10: fatal error: StreamBuf.h: No such file or directory
14 | #include <StreamBuf.h>
| ^~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: StreamBuf.h: No such file or directory

Somebody can help me plz.

How can i fix?