simplemodbusng
simplemodbusng copied to clipboard
SimpleModbusSlave.h: No such file or directory
Hi...sorry sir, I want to ask why when compiling I get the error "SimpleModbusSlave.h: No such file or directory"?. Even though I have installed this library into the Arduino IDE on my computer.
Hi,
you have to chance in the ARDUINO IDE the line with; #include <SimpleModbusSlave.h> to #include "SimpleModbusSlave.h"
Even you have the .ino and the .h in the same folder