We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is possible to receive variable length data after command? Example:
AT+CMQTTTOPIC=0,11 >simcomtopic OK AT+CMQTTPAYLOAD=0,13 >simcompayload OK
The text was updated successfully, but these errors were encountered:
No, this is example of two-stages command processing and such feature is not supported by cAT.
Sorry, something went wrong.
Do you think is possible to extend the code to support it? Any suggestion where to look at in the source code?
Yes. It should be relative easy. Just add another internal state.
Ok thanks, I will need to investigate. Could you point me to some lines in the code where that can be added?
No branches or pull requests
Is possible to receive variable length data after command?
Example:
The text was updated successfully, but these errors were encountered: