I´ve purchased the Quectel EC200EU-EVAL-KIT and I´m trying to send a SMS. Everything is setup default so all jumpers are currently set and I use USB-C for power-supply.
Previously I worked with another module from another supplier and I´m using the same AT commands to unlock my SIM card as well as the module itself. I´m using my smartphone SIM card which supports 5G.
My sequence is the following:
AT
AT+CPIN=“XXXX”
AT+CPIN?
AT+CFUN=1
AT+CFUN?
AT+GTRAT?
AT+GTRAT=0
AT+GTRAT?
AT+CREG?
AT+COPS?
AT+COPS=0
AT+COPS?
AT+CREG?
AT+CSQ
AT+CSCA?
AT&W
AT+CMGF=1
AT+CMGF?
AT+CMGS=“XYZ”
Hello World!
Everytime I send the following commands
CPMS
GTRAT
CSCA
CMGF
CMGS
I receive CME ERROR: 58. Any idea what I´m doing wrong?
So what is the right sequence to initialize and send an SMS with AT commands? I checked also the eval kit maybe some jumpers are setup wrong, but I didn´t find anything. Any idea?
So the solution was to update the FW of the module. I´ve ordered the QuecPython module which comes with the QuecPython FW instead of the normal FW. After a hint from Quectel update to the default firmware it works finally. Thank you for your support.