Timeline for How to get full response json SIM900 + Arduino?
Current License: CC BY-SA 4.0
7 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Sep 14, 2021 at 17:28 | comment | added | Severin Baumgartner | hey how did you finally make it? could you post the final code? I've been despairing of the detail for days. I would be very grateful! Greetings from Germany | |
Oct 8, 2020 at 9:04 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 10, 2020 at 8:05 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 11, 2020 at 7:29 | answer | added | wgerro | timeline score: 1 | |
May 5, 2020 at 0:09 | comment | added | Delta_G | Simple, reading serial data is way faster than it comes in. So you read everything out of the buffer and cleared it so that available returned zero before everything got there. You can check that available gives you a large enough number so that you know the whole message is there before you start reading or you can parse your message to see if it is all there before you move on. Had you come back later and read some more on the next loop you would have seen ":0} before the next message. It just got there after you stopped reading. | |
May 4, 2020 at 22:33 | review | First posts | |||
May 5, 2020 at 0:51 | |||||
May 4, 2020 at 22:28 | history | asked | wgerro | CC BY-SA 4.0 |