1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-14 19:36:11 +00:00

4 Commits

Author SHA1 Message Date
mike wakerly
b709823906 Update demo activity.
Demo now consists of two activities:
  - DeviceListActivity shows all usb devices (including unsupported ones)
    in a ListView.
  - SerialConsoleActivity dumps the data stream for a device selected in
    DeviceListActivity.
2013-05-22 13:04:05 -07:00
mike wakerly
386b98ac46 UsbSerialProber: API cleanup; support multi-port devices.
acquire() is renamed and deprecated in favor of findFirstDevice().

findAllDevices() is added as new functionality.

Internally, probe() now returns a list, allow a (future) multi-port
device to return multiple drivers, one for each port (googlecode
issue #14).
2013-05-22 11:45:20 -07:00
mike wakerly
dfea06412f Remove stray 'R' import. 2012-12-10 10:41:51 -08:00
mike wakerly
bd50024ebc Initial commit. 2011-12-28 16:29:17 -08:00