Scott C. Lemon

Results 50 comments of Scott C. Lemon

It's funny ... I spent an HOUR purusing this via their web-chat interface on their corporate website, and finally got an employee to call me ... and she walked around...

Did you issue the pull request to have Twilio incorporate the updates and get it to the App Store as a new version?

You can read here: https://github.com/vshymanskyy/TinyGSM/issues/518#issuecomment-978093261 ``` String res1; modem.sendAT("+CMGR=10"); modem.waitResponse(1000L, res1); ```

@maxabba have you seen this? Do you have a fix where you can provide a pull request to fix this?

Hello, I use your wonderful OTA code for all of my WiFi projects ... it's great! I also am using TinyGSM and a cellular modem for connectivity from some Lilygo...

That will be awesome! You've done such a great job with the app, and I really appreciate that. The time zone feature would make it so much easier to coordinate...

Hello! I am still getting this issue all of the time. Is there something that I need to do within the SIM7000 code to prevent the URCs from interfering with...

It appears that within the TinyGsmGPRS.tpp is the following code: // Asks for TA Serial Number Identification (IMEI) via the V.25TER standard // AT+GSN command String getIMEIImpl() { thisModem().sendAT(GF("+GSN")); thisModem().streamSkipUntil('\n');...

I wanted to bump this issue as I've been researching more, but am still getting this issue. I found that it appears that within the waitResponse implementation there IS a...

I wanted to say "Thank you!" for this project fork ... you resolved all of the issues that I had with my install. I'm looking at whether my developers and...