```c++ // Start the software serial communication with the Bluetooth module mySerial.begin(9600)

  // Start the software serial communication with the Bluetooth module
  mySerial.begin(9600);
Was this page helpful?