How to access usb port with Android 3.0 sdk

15,847

Try the MissleLauncher example at http://developer.android.com/resources/samples/USB/MissileLauncher/index.html.

Implements very simple async transfer of data. Clear, concise code.

Share:
15,847
Admin
Author by

Admin

Updated on July 15, 2022

Comments

  • Admin
    Admin almost 2 years

    I heard that Android 3.0 sdk is having support for USB Host. I want to read / write data on USB port of Android device using android app. This app will send data to a sensor device connected to usb port of android tablet. Is there any sample code or example available for USB read write ?