Hi,
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* *in the goldfish kernel and in the 
emulator. But it seems to be a difficult and long to implements solution.

The second one is to use the TCP/IP connexion which exist between the 
emulator and the pc host. Their are two possibilities : create a daemon 
which run on the host pc checking ttyACM0 for data and send them by socket 
to the emulator. But, in this case, I need to change my host librairy (on 
the emulator) to read data on socket rather than on USB.
The second possibility is to use usb/ip project and portage it on Android. 
But I'm not sure this solution is workable, is it? 

Thanks for your help.

Mikael 

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

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


Reply via email to