reading a usb signal (eclipse to processing)
in
Android Processing
•
8 months ago
Hi guys,
Looking to read (just read not send back and forth) a signal that will be coming in via the usb connection on my galaxy SIII, found this -
http://developer.android.com/guide/topics/connectivity/usb/host.html - on the android developer website that should contain everything I need, but I'm having some trouble determining how to get anything from java format to processing. Also curious if I need to change the manifest or if one of the android->sketch permission check boxes might do this for me.
I think I am supposed to use the UsbAccessory class and then the UsbRequest classes. If anyone has had any experience with these, any guidance would be much appreciated.
1