Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- / Start communication with the SoftwareSerial
- modulo.begin(115200);
- // Allow time for the modules to initialize
- delay(1000);
- // Display a message indicating the initiation of AT command
- Serial.println("Sending the first AT command");
- for more: https://cuty.io/1Iu9YTpy0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement