Advertisement
sissou123

Untitled

Nov 20th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | Software | 0 0
  1. / Start communication with the SoftwareSerial
  2. modulo.begin(115200);
  3.  
  4. // Allow time for the modules to initialize
  5. delay(1000);
  6.  
  7. // Display a message indicating the initiation of AT command
  8. Serial.println("Sending the first AT command");
  9.  
  10. for more: https://cuty.io/1Iu9YTpy0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement