私は gsm シールドで作業していますが、(1 週間後に) SMS の送信中に CMS ERROR 2051 が表示されることがあります。どうすればこれを解決できますか。データシートには次のように書かれていますILLEGAL MS
MS とは何ですか? どのように違法なのですか?
SMS を送信する前のセットアップは次のとおりです。quectel m66、raspberry pi、python を使用しています。追加の初期化を行う必要がありますか?
serialPrintf(fd,"AT+IFC=1,1\n"); // Set TE-TA Control Character Framing
delay(300);
serialPrintf(fd,"AT+CMGF=1\n"); //Select sms format
delay(300);
serialPrintf(fd, "AT+CPMS=\"SM\",\"SM\",\"SM\"\n");
delay(300);
serialPrintf(fd,"AT+CLIP=1\n"); //Calling Line Identification Presantation
delay(300);
serialPrintf(fd,"ATE0\n");//?
delay(5000);
serialPrintf(fd,"AT+COLP=1\n"); // Connected Line Identification Presentation
delay(300);
serialPrintf(fd,"AT+CSCS=\"IRA\"\n"); //Select TE Character Set
delay(300);
serialPrintf(fd,"AT+QCCID\n"); //Show ICCID
delay(300);