1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

Added support for LUFA Virtual Serial Example

Closes issue #8.

Signed-off-by: mike wakerly <opensource@hoho.com>
This commit is contained in:
Elliot Smith
2013-01-15 12:03:48 +10:00
committed by mike wakerly
parent dfea06412f
commit 890e543e0c
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ Current Version (in development)
* New driver methods: getCD, getCTS, getDSR, getDTR, setDTR, getRI, getRTS,
setRTS.
* Library version is available in `com.hoho.android.usbserial.BuildInfo`.
* Adds probe support for LUFA CDC device.
v0.1.0 (2012-10-12)
* New driver: CdcAcmSerialDriver.