How to send a simple data (with java programming) from android to PC connected via USB? I am using android 2.3.3. Also can someone tell me what APIs should i look for doing this? ..Thanks
Asked
Active
Viewed 1.1k times
1 Answers
1
See the android USB-Host documentation:

Dyonisos
- 3,541
- 2
- 22
- 25
-
1Thanks for the reply.But doesn't connecting android to PC come under USB-Accessory mode?? – Vignesh Sep 06 '11 at 09:56
-
Maybe you are looking for something like this: `http://groups.google.com/group/android-developers/browse_thread/thread/005777a9193abf24#` – Dyonisos Sep 06 '11 at 10:08
-
2@Dyonisos Link doesn't work. – GabLeRoux May 06 '13 at 21:32