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

Identfy the "+CIPRXGET: 4" response for the "AT+CIPRXGET=4,0" command, even if modem returns "+CIPRXGET: 1" and "+CIPRXGET: 4" in the same response #803

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

Conversation

henriquebueno1996
Copy link

Sometimes, the SIM7000 modem returns "+CIPRXGET: 1" and "+CIPRXGET: 4" in the same response, if you execute CIPSTATUS before than "AT+CIPRXGET=4,0".

In the expected cenario, the modem returns "+CIPRXGET: 1,0" in CIPSTATUS response (Figure 1).

Figure 1

But, in some cases, the modem returns "+CIPRXGET: 1,0" only in "AT+CIPRXGET=4,0" response (Figure 2). In this cenario, the "modemGetAvailable" funcion can't identify the "+CIPRXGET: 4" response.

Figure 2

…IPRXGET=4,0" command, even if modem returns "+CIPRXGET: 1" and "+CIPRXGET: 4" in the same response

Sometimes, the SIM7000 modem returns "+CIPRXGET: 1" and "+CIPRXGET: 4" in the same response for the command AT+CIPRXGET=4,0. This commit resolves this situation
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