I wanted to see how Espruino would work for this device, since currently it's a pretty open platform, but it's certified for network usage.
I've been away from it for a few days, but back at it now and working on exploring Espruino and writing some modem controlling functions to start with.
Quick question since I can't seem to find it anywhere. Is there a way to grab data from the console itself or is that not possible? It seems like I need to have console as a dedicated port such as USB, and then do serial.read/serial.writes to the other ports if I want to manipulate information.
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.
Hi Gordon,
I'm porting it over to this guy: http://www.janus-rc.com/T2Terminus.html
I wanted to see how Espruino would work for this device, since currently it's a pretty open platform, but it's certified for network usage.
I've been away from it for a few days, but back at it now and working on exploring Espruino and writing some modem controlling functions to start with.
Quick question since I can't seem to find it anywhere. Is there a way to grab data from the console itself or is that not possible? It seems like I need to have console as a dedicated port such as USB, and then do serial.read/serial.writes to the other ports if I want to manipulate information.