OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
329 stars 124 forks source link

USBSerial (+Enum) for Android #125

Open rpavlik opened 9 years ago

rpavlik commented 9 years ago

cc @DuFF14 @davtbaum

Looks like this is the right way to do it: http://developer.android.com/guide/topics/connectivity/usb/host.html

Maybe the Razer Forge TV used during dev had a built-in kernel driver for USB serial/ACM, but my faster dummy device (HTC Inspire 4G aka Desire HD running a CyanogenMod 10.2 unofficial build) doesn't appear to have one, nor does the $35 cheapo tablet I have here. That is, I plug in the YEI tracker, and I don't get any new /dev/tty* devices.

rpavlik commented 9 years ago

Possibly related: https://bugreports.qt.io/browse/QTBUG-33139