WebSocketToSerial
WebSocketToSerial copied to clipboard
can I connect to built-in uart serial in esp8266?
The docs say "It's very useful for debugging or talking to remote serial device that have no network connection". Does the built-in esp8266 uart count as a "remote serial device"? I'd like to see my Serial.println output remotely.
If not, can I replace all my Serial.println statements to talk directly to the websocket?