1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-08 16:36:10 +00:00

9 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
b07bbcf292 Eclipse settings: adjust import order to match Android style. 2013-05-22 12:58:24 -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
3991b2c7c7 Fix typo. 2013-05-22 10:47:45 -07:00
ducky-hong
2b3528b425 added support for cp2102 device 2013-02-07 15:05:13 -08:00
mike wakerly
dfea06412f Remove stray 'R' import. 2012-12-10 10:41:51 -08:00
mike wakerly
c5e9955b01 Update device support; change interface to abstract base class.
Adds support for Teensyduino and a few more Arduino CDC devices.
2012-10-10 22:52:02 -07:00
mike wakerly
b4b6d147ea Initial CDC ACM support.
Tested on Arduino Uno.
2012-06-26 23:15:56 -07:00
mike wakerly
bd50024ebc Initial commit. 2011-12-28 16:29:17 -08:00