6

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

Vignesh
  • 671
  • 3
  • 12
  • 21

1 Answers1

1

See the android USB-Host documentation:

http://developer.android.com/guide/topics/usb/host.html

Dyonisos
  • 3,483
  • 2
  • 20
  • 25