Android Tablet Reading a Data from USB Master Device -
we have usb master device has no android accessory communication protocol implemented. , have stored file in it.
this usb device runs in host/master mode enumeration.
when connect usb device android tablet(should in slave mode), usb device enumerates android tablet , start sending file tablet.
usually tablet pc enumeration when connect usb device. in our case, usb device enumeration of android tablet.
what approach/code receive data usb device? possible ?
p.s: android tablet acts slave , usb device acts host, communication should start usb device.
thanks shiva
short answer: no.
longer answer: "android supports variety of usb peripherals , android usb accessories (hardware implements android accessory protocol) through 2 modes: usb accessory , usb host." http://developer.android.com/guide/topics/connectivity/usb/index.html
if android not acting host, , host not accessory, there no programmatic access usb connection android.
Comments
Post a Comment