Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix AT+CLCC command for SIM800L module #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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