SIM800C GSM AT COMMAND How to upload .amr audio file programmatically
问题 I am desperatly trying to upload some audio file to the internal memory of a SIM800C, so far this is what I've been able to do, but the uploaded file seems void, and doesnt play any sound. But with AT+FSLS=C:\\ I can see the file is there. Here are the AT commands I am using: AT+FSCREATE=tts2.amr AT+FSWRITE=tts2.amr,0,5030,10 AT+FSLS=C:\\ I made a nodeJS program to do the job, but I am openned to any other language that works on linux. modem.executeCommand('AT+FSCREATE=tts2.amr',(result) => {