Installing software serial for Bluetooth comm

Not finding a software serial library through library manager nor can I fond the zip file for installation.

The SoftwareSerial library is included in the installation of the IDE.

If you need SoftwareSerial, just include the library.

#include <SoftwareSerial.h>

Why do you need to find it?

What Arduino board are you using?

1 Like

@groundFungus I was using another board and so it was encapsulated in "incompatible". Soon as I changed the board to Arduino, I could use the library.
Thank you. Appreciated.

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