Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 605 Bytes

USB Serial Driver for Android

Description

This Android library enables you to send and receive messages from USB devices with a serial interface. It has been built and tested to work with the following development boards:

  • Arduino Mega 2560 (2341:0010)
  • LeafLabs Maple r5 (1EAF:0004)

Requirements

This library requires the following to work:

  • Minimum SDK version 12 (Android 3.1 Honeycomb)
  • A phone that supports USB host mode
  • A USB-OTG cable
  • A USB peripheral that speak serial
  • Your own Android application utilizing this library ;)