Timeline for Arduino Uno and ESP8266 serial monitor issue
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 5, 2016 at 5:20 | answer | added | Chupo_cro | timeline score: 2 | |
| Oct 30, 2016 at 19:04 | comment | added | Test Test | I updated the code above using serial.find(). It still displays "NOT OK". What I don't understand is when I type in the command "AT" everything works fine. When I try to pass it programatically, then it stops working. | |
| Oct 30, 2016 at 19:04 | history | edited | Test Test | CC BY-SA 3.0 |
added 136 characters in body
|
| Oct 30, 2016 at 18:59 | comment | added | jfpoilpret |
For that you'll need to check Serial.available() and then use Serial.readString() or other Serial methods. Then you will have to decide how you "debug" your sketch, that could be lighting a LED (quite limited) or printing to another serial port (for that you will need to use SoftwareSerial. I think you can easily find simple examples that just do that.
|
|
| Oct 30, 2016 at 18:53 | comment | added | Test Test | Ok so my question was stupid i guess. What do I need to add so that I display the "OK"? | |
| Oct 30, 2016 at 18:51 | comment | added | jfpoilpret | With the code above, how can you say that you don't receive "OK" from ESP8266? Your code contains no read from Serial, so if "OK" is sent, you cannot know it. | |
| Oct 30, 2016 at 18:51 | review | First posts | |||
| Oct 30, 2016 at 19:15 | |||||
| Oct 30, 2016 at 18:47 | history | asked | Test Test | CC BY-SA 3.0 |