AT+CMGS returns ERROR

后端 未结 4 2034
终归单人心
终归单人心 2021-01-01 19:49

I am using SIM900 GSM module connect to my AVR Microcontroller. I tested it with FT232 to see transmitting data. First Micro sends AT it will response OK

AT          


        
4条回答
  •  遥遥无期
    2021-01-01 20:16

    Command AT+CSCS? will answer You what type of sms-encoding is used. Properly answer is "GSM", and if not, You should set it by command AT+CSCS="GSM".

    And remember about "Ctrl+Z" (not "Enter") as a finish of sms text, please.

提交回复
热议问题