GSM 2
GSM 2
h>
void setup() {
Serial.begin(9600);
while (!Serial) {
delay(1000);
// Test AT command
sendATCommand("AT");
void loop() {
if (sim800.available()) {
}
// Forward data from Serial Monitor to SIM800L
if (Serial.available()) {
sim800.println(command);
sim800.println(command);
delay(1000);
while (sim800.available()) {