One more item...the blue LED on the Espruino wifi starts, and continues to, flash/flicker after I get the 'connected' message. So I might actually be getting the 0xEF message, but I'm never getting the tcpClient.on('data', ...) call.
And how do I send a message with tcpClient? tcpClient.write() and tcpClient.send() throw 'undefined' errors.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
One more item...the blue LED on the Espruino wifi starts, and continues to, flash/flicker after I get the 'connected' message. So I might actually be getting the 0xEF message, but I'm never getting the tcpClient.on('data', ...) call.
And how do I send a message with tcpClient? tcpClient.write() and tcpClient.send() throw 'undefined' errors.
@Gordon, thoughts?