Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm working about a solution to communicate between an usb device ( a Zigbee dongle recognize as ttyACM0 ) and the android emulator.
I know with the SDK version of the emulator it is impossible, so I explored different solutions.
The first one is to add the usb driver in the goldfish kernel and in the emulator. But this solution seems to be difficult and longer to develop.

An other solution is to use the TCP/IP connexion between the host pc and the emulator. With a daemon on the host pc, I can redirect data from ttyACM0 to the emulator by sockets.

To use this connexion and see an usb device in the emulator, i wonder if it was possible to adapt usbip project. If any one with the knowledge on this stuff, please suggest.

Thank's for your help.

Mikael
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900