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

Can it be made to work with ESP32? request / not an issue #25

Open
mandgeo opened this issue Mar 31, 2021 · 3 comments
Open

Can it be made to work with ESP32? request / not an issue #25

mandgeo opened this issue Mar 31, 2021 · 3 comments

Comments

@mandgeo
Copy link

mandgeo commented Mar 31, 2021

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!

@vittorioexp
Copy link
Owner

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.

@vvzvlad
Copy link

vvzvlad commented May 13, 2022

Yes, I was also planning to use the library with ESP32 and it didn't work. There are a lot of people here waiting for a fix :)

@vittorioexp
Copy link
Owner

If you solved the issues feel free to submit it with a pull request

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

No branches or pull requests

3 participants