1

I am working with SIMCom's SIM808 2G+GPS modem and trying to connect it to an SD card. I am following SIMCom hardware design docs, to save some data in SD memory.

The problem is: when I send command "AT+SD2PCM=1" to the module, it returns ERROR message. Can you help me to solve this problem? Thanks.

mike65535
  • 1,481
  • 2
  • 16
  • 26

1 Answers1

1

Have you looked at this document ?

Setting mode = 1 means "PCM interface is valid".

Setting to 0 means SD card.

Also, in these cases, you should generally try the query command first - to see its response: AT+SD2PCM=?

mike65535
  • 1,481
  • 2
  • 16
  • 26