Timeline for GSM module connected with arduino uno giving garbage values in response
Current License: CC BY-SA 3.0
9 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Feb 19, 2017 at 1:13 | 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. | |
Jan 20, 2017 at 0:27 | 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. | |
Dec 20, 2016 at 23:20 | answer | added | Majenko | timeline score: 1 | |
Dec 20, 2016 at 21:20 | comment | added | jfpoilpret | Could you post the garbage (and its value in hexadecimal if unprintable) you get? | |
Dec 20, 2016 at 21:20 | comment | added | Majenko | @jfpoilpret It was hard to tell since the code was such a mess. Yes, I could have formatted it myself, but that's the job of the OP to do. If they can't even be bothered to do that, then... meh... | |
Dec 20, 2016 at 21:19 | comment | added | jfpoilpret |
@Majenko from the code, the OP is using SoftwareSerial at only 9600 then that should be fine.
|
|
Dec 20, 2016 at 21:18 | history | edited | jfpoilpret | CC BY-SA 3.0 |
added 176 characters in body
|
Dec 20, 2016 at 20:49 | comment | added | Majenko | 115200 baud is at the top end of what software serial can handle. It's probably failing miserably. Better to use hardware serial on a board with multiple UARTs. | |
Dec 20, 2016 at 19:34 | history | asked | user22930 | CC BY-SA 3.0 |