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
  • 711
  • 4
  • 13
  • 22

1 Answers1

1

See the android USB-Host documentation:

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

Dyonisos
  • 3,541
  • 2
  • 22
  • 25