Stavros Korokithakis

Results 521 comments of Stavros Korokithakis

Ah, damnit, I thought I had some debug code already there. I'm afraid I haven't used the A6 in a year and I don't remember much :/

Hmm, looks like maybe your rate isn't being set properly?

Hmm, what was that code?

I see, thanks. Odd that it works at 115200 and not at 9600, but the ESP can do 115200 no problem, as far as I know.

There's already a pull request for that (#5), but it needs a bit of cleaning up and review. You can use that if you want, I'd be grateful if you...

Hmm, maybe it has something to do with the code pausing for too long and breaking the serial's flow? I'm afraid I don't know very much about interrupts and scheduling...

@giasone70 The library starts with 9600 bauds and tries to see if the modem responds, and only tries 115200 if it doesn't. Have you found that it will actually not...

Hmm, does it still happen if you add a 30 second delay before `blockUntilReady`?

Ah, that's too bad. I remember having these problems as well, and then at some point it started working. At that point, I released the library, but I didn't do...