kotobuki / funnel

Automatically exported from code.google.com/p/funnel
Other
2 stars 2 forks source link

Want to know the RSSI for an end device #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Regarding XBee and FIO, want to know the RSSI for an end device. How about
adding "rssi()" method to IOModule?

{{{
var fio:Fio = new Fio([1, 2], Fio.FIRMATA);

var rssi:int = fio.ioModule(1).rssi();
}}}

Original issue reported on code.google.com by kotob...@gmail.com on 7 Dec 2009 at 12:42