Skip to content

Conversation

@ramballan
Copy link

@ramballan ramballan commented Mar 29, 2023

fix AT+CLCC command for SIM800L module

On command 'AT+CLCC' SIM800C returns next
+CLCC: 1,0,2,0,0,"phone_number",129,""
and your regex
^+CLCC:\s+(\d+),(\d),(\d),(\d),([^,]),"([^,]*)",(\d+)$
doesn't match it, cause response has some information in the end of the string/ According to docs it's alphaId.

fix AT+CLCC command for SIM800L module
@ramballan ramballan changed the title Update modem.py fix AT+CLCC command for SIM800L module Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant