Softwarserial.h library not found

Im getting a No such file or directory error everytime i compile my code.Can someone help me with sending me a link where ill be able to download the softwareserial.h library directly. I can't find anything helpful on the internet atm.

What Arduino are you using?

Did you include the SoftwareSerial library? >Tools >Manage Libraries... ?

Did you spell correctly in your code? Capital "S"s...

#include <SoftwareSerial.h>

Which IDE version are you using? The more recent versions already have the library included. If you want to download it, you can do that on the IDE by pressing Ctrl+shift+I.

Also, if you already downloaded it and it still shows the same error, the path might be wrong.

Some Arduinos dont need software serial as they have plenty or hardware serial ports.

It why its imortant when asking questions on here, to say which Arduino you are using.

Thank you guys for the help. I'm using a MKR wifi 1010 board and as you said it has its serial ports as Serial1. thank you for bringing it to my attention.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.