Great that wiznet is now supported. I just ordered a espruino board. Is it possible to use low level socket function as i can use in node.js ?
something like:
var net = require('net'); var cs=new net.Socket(); cs.connect(port,host, function() { });
Many thanks
Sacha
@Sacha started
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.
Great that wiznet is now supported. I just ordered a espruino board.
Is it possible to use low level socket function as i can use in node.js ?
something like:
var net = require('net');
var cs=new net.Socket();
cs.connect(port,host, function() { });
Many thanks
Sacha