futurocube-serial
v1.0.0
Published
Listen to Futurocube's printf messages with node.js
Downloads
3
Readme
futurocube-serial
Easily listen to futurocube printf with node.js
- Install node.js for your platform.
- open CMD & choose your working directory
- run
npm install futurocube-serial
Example
var fc = require("futurocube-serial");
fc.on('printf', function(data) {
console.log(data);
});
Author and licence
(c) 2015 Pavel Zbytovsk�
Licenced under MIT license.