I want to have my Desktop machine server as a keyboard for the Android device.
In accordance with "Android Open Accessory" protocol this should be possible:
AOA 2.0 allows the accessory to register one or more USB Human Interface Devices (HID)
with an Android device. This approach reverses the direction of communication for
typical USB HID devices like USB mice and keyboards. Normally, the HID device is a
peripheral connected to a USB host like a personal computer. But in the case of the
AOA protocol, the USB host acts as one or more input devices to a USB peripheral.
I would rather avoid implementing the AOA stack, Is there any existing project demonstrating the above mentioned use-case over windows OS ?
How do I "reverses the direction of communication" so I could register the virtual HID devices?
0 comments:
Post a Comment