[SOLVED] How to prevent Wifi from sending "garbage" to Serial2? #5561
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2016-08-24 by tve ESP8266.logDebug() and/or ESP8266.setLog() ? Posted at 2016-09-13 by ceremcem @tve |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2016-08-20 by ceremcem
I'm using
Serial2.TX
for a specific purpose and withoutRX
pin, it satisfies my needs. As of now, I can useSerial2
by sending my datanaber
(meanshello
) as normal.With a fixed interval,
Wifi
module sends some garbage toSerial2
, so what I could capture is as follows:How can I make these logs stopped?
Beta Was this translation helpful? Give feedback.
All reactions