0.3.0 • Published 9 years ago

bean-serial v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

bean-serial

Virtual serial device using ble-bean (Lightblue Bean node bindings)

How To Use

var Bean = require("ble-bean");
var SerialPort = require("bean-serial").SerialPort;

var serialPort ;
var options = {
	logging: true // default to false
};

Bean.discover(function(bean) {
	serialPort = new SerialPort(bean, options);
	// now just use as "normal" serial connection
}
0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

10 years ago