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.
Other
534
stars
188
forks
source link
Dash in filenames not allowed in Arduino for Linux #176
After installing the library, Arduino starts with error-messages "non ASCII characters in filenames".
In the Linux Version of Arduino no dashes are allowed in filenames (and so also in the containing folder-names)
Most of your examples contain dashes in the filename.
Environment
Version of Arduino IDE being used.
Arduino 1.8.13, Linux Mint 20.2
To Reproduce
install Linux...
Expected behavior
regular start of arduino.
Additional Information
i could just rename the files, but with the next update of the library, the problem will reappear. => Please rename your examples.
Describe the bug
After installing the library, Arduino starts with error-messages "non ASCII characters in filenames". In the Linux Version of Arduino no dashes are allowed in filenames (and so also in the containing folder-names) Most of your examples contain dashes in the filename.
Environment
To Reproduce install Linux...
Expected behavior regular start of arduino.
Additional Information i could just rename the files, but with the next update of the library, the problem will reappear. => Please rename your examples.