Inquiry about Full Response from ESP32 AT SIM Commands #470
srikanthpalvai
started this conversation in
General
Replies: 1 comment 3 replies
-
We've already had a similar request in #468 (comment) Thanks for the patch, looks good, but I'd add a new API, just to keep the existing one compatible (as mentioned in the referenced issue) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear ESP32 Support Team,
I hope this email finds you well. I am currently working on a project that involves interfacing with ESP32 modules using AT commands.
https://components.espressif.com/components/espressif/esp_modem
I have a specific requirement where I need to receive the full response, including the "OK" or "ERROR" status, when executing AT commands.
As an example, when I issue the command to retrieve the IMSI value, I currently receive the following response:
12345678901xxxx
However, for my project, I require the full response, including "OK":
12345678901xxxx
OK
I would like to inquire if there is any specific API or configuration setting that would allow me to receive the complete response, including the acknowledgment status.
If such functionality is not currently available, could you please guide me on how I can create a patch file to implement this change? I would like to apply this modification as part of my project build process.
Your guidance and support on this matter would be greatly appreciated.
Thank you for your time and assistance.
Best regards.
Srikanth
espressif__esp_modem.patch
Beta Was this translation helpful? Give feedback.
All reactions