I have Firmata working fine on an Arduino Uno, communicating over cable USB to Processing. I want to get rid of the cable, and run the connection over Bluetooth transport (with a BlueSMIRF module). I
I am playing with the Firmata protocol which allows you to control Arduino through a serial protocol. I am reading sensor values using SerialPortEventListener listening for DATA_AVAILABLE event. But i