Hi,
I am using Atmega128 and Arduino ide in my project.
external crystal with 20MHz is used.
4G LTE module of sim a7672s is used with baud rate 115200.
GSM RX and TX connections are at pin 21 and 20 of Atmega128.
After power on I got this type of response on the serial terminal:
*ATREADY: 1
+CPIN: READY
c?
SMS DONE
cë k?þ
+CGEV: EPS PDN ACT 1+CGEV: ME PDN DEACT 8
PB DONE
c?cë k?þc?cë k?þc?cë k?þc?cë k"þc?cë k?þc?cë k?þcëÖcë
Automatic startup response is ok but after sending command Serial1.println("AT+CSQ\r\n");
delay(1000);
i get that last line response
Please help to resolve this problem