angeloc/simplemodbusng

SimpleModbusSlave.h: No such file or directory

Opened this issue · 1 comments

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