I built nodejs for android on an HP Slate 7 (arm processor). I am trying to get node to listen to serial port data over usb. I have an app that listens to output from a scale over serial using a serial to usb converter. This works fine on a pc using /dev/ttyUSB0 however I don't seem to be able to read from the same device on the tablet Any ideas ?