espsoftwareserial icon indicating copy to clipboard operation
espsoftwareserial copied to clipboard

fatal error: EspSoftwareSerial.h: No such file or directory

Open lnsandoval opened this issue 1 year ago • 1 comments

When compiling the code it gives me the following error:

"fatal error: EspSoftwareSerial.h: No such file or directory"

I installed version 8.1.0 from the Arduino IDE and when compiling it does not find the file.

It is the same error that the "SoftwareSerial.h" library gave me

image

lnsandoval avatar Apr 15 '24 18:04 lnsandoval

Hi.

Don't know if that could help, but in my sketch the declaration is like that :

#include "SoftwareSerial.h"

Not EspSofwareSerial; and whith "" not <>

ZeTofZone avatar Apr 18 '24 15:04 ZeTofZone