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.

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to