Got this working by removing the SoftwareSerial and just declaring Serial1 as the serial port. Then I had to change all the swserial calls to Serial1.
#include <bc127.h>
BC127 BC127Module(&Serial1);
Solved!
Got this working by removing the SoftwareSerial and just declaring Serial1 as the serial port. Then I had to change all the swserial calls to Serial1.
#include <bc127.h>
BC127 BC127Module(&Serial1);
Solved!