WebSocketToSerial
WebSocketToSerial copied to clipboard
TCP Network to Serial Proxy using WebSocket for ESP8266
I don't see anywhere documented how do you connect the ESP to a network
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"?...
Not a big deal but I couldn't try the connect example in the example web page. The web page loads from https but the websocket doesn't so you get the...
Fix, to get it working. I use the latest node.js WIN10 (64): install mime-types change of web_server.js //var mime = require('mime'); var mime=require('mime-types'); (I ran the simulated webdev by curiosity,...
I tried from chrome and edge, neither accept input on the built in terminal?