-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problema scheda T-SIM 7672G V1.0 #216
Comments
MI STA DICENDO CHE LA SCHEDA NON SUPPORTA I SMS E LE CHIAMATE; SE è COSI PERCHE RIESCO AD IVIARE SMS ? |
con questo codice, riesci a leggere i SMS in arrivo
} void readSMS(int msgIndex) { // Invia il comando AT+CMGR per leggere l'SMS // Stampa la risposta del modulo GSM } void sendATCommand(String command) { // Stampa la risposta dal modulo GSM |
Only base stations that support SGS servic can use the SMS function. You said you can send SMS, so the base station you use should support SGS servic. Try to write ATDebug for fault debugging. After starting up, send AT OK, wait for SMS Done, then send SMS from another number to the modem to see if there is any message. |
I HAVE PURCHASED SEVERAL CARDS, WHEN TRYING THE EXAMPLES PROVIDED, THE SENDING OF SMS WORKS CORRECTLY, WHILE THE EXAMPLE FOR RECEIVING SMS DOESN'T WORK, JUST AS THE EXAMPLE FOR MAKING A NUMBER RING DOESN'T WORK, WHAT CAN I DO?
The text was updated successfully, but these errors were encountered: