You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm searching for a library that can be used with ESP32 and a gsm module (not a real sim900l, but seems to work like it).
Your library seems to make esp talk with my module, but not in the correct way.
Example. getInformation.ino. It pulls some response from the module , but in a fragmented way. get product info prints ATI (the AT command sent to device), operator list prints one word from the response and operator the other word.
I've tried to change readSerial from char by char reading to readStringUntil, but with no succes.
I'm using one of the hardware ports of esp.
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, with a little bit of effort it can be made compatible with ESP32 by defining specific behaviors for that device between include guards within .h and .cpp files. Unfortunately, I don't have much time. Thank you for your interest.
I'm searching for a library that can be used with ESP32 and a gsm module (not a real sim900l, but seems to work like it).
Your library seems to make esp talk with my module, but not in the correct way.
Example. getInformation.ino. It pulls some response from the module , but in a fragmented way. get product info prints ATI (the AT command sent to device), operator list prints one word from the response and operator the other word.
I've tried to change readSerial from char by char reading to readStringUntil, but with no succes.
I'm using one of the hardware ports of esp.
Thanks!
The text was updated successfully, but these errors were encountered: