I am using Arduino Nano. Below is the line to include SoftwareSerial. I understand that this is a built in library (and is NOT required to be installed)
> #include <SoftwareSerial.h>
I get the following message
fatal error: SoftwareSerial.h: No such file or directory
#include <SoftwareSerial.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
Could someone help please. Just to let you know that I am a new to Arduino.
5 posts - 2 participants