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

9 Commits

Author SHA1 Message Date
Elliot Smith
890e543e0c Added support for LUFA Virtual Serial Example
Closes issue #8.

Signed-off-by: mike wakerly <opensource@hoho.com>
2013-01-15 17:59:23 -08:00
mike wakerly
3f271aab81 Add setParameters() method and deprecate setBaudRate().
Interface is similar to javax.comm.
2012-12-07 14:08:03 -08:00
mike wakerly
111707c92f Driver interface: add methods for CD, CTS, DSR, DTR, RI, and RTS. 2012-11-28 10:24:47 -08:00
mike wakerly
3812fbcb55 cdc: Remove spurious readAmt line from previous commit. 2012-10-12 09:04:27 -07:00
mike wakerly
b328f3cbc9 Increase default read/write buffer sizes; allow tuning. 2012-10-11 19:40:54 -07: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
fbf2607124 Cdc driver: probe all Arduinos. 2012-07-15 22:19:28 -07:00
mike wakerly
f2ff56ba51 cdc driver: swallow exception for now. 2012-07-08 21:40:14 -07:00
mike wakerly
b4b6d147ea Initial CDC ACM support.
Tested on Arduino Uno.
2012-06-26 23:15:56 -07:00