Softwareserial | H
void setup() Serial.begin(9600); // For debugging, use the hardware serial for monitor mySerial.begin(9600); // Start the software serial at 9600 baud
#include <SoftwareSerial.h>
void setup() Serial.begin(9600); // For debugging, use the hardware serial for monitor mySerial.begin(9600); // Start the software serial at 9600 baud
#include <SoftwareSerial.h>