mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 08:22:52 +00:00
Add Leaflabs Maple to CDC probe table.
This commit is contained in:
+5
-4
@@ -1,11 +1,12 @@
|
||||
Current Version (in development)
|
||||
* New driver: CP2102 (thanks Ducky).
|
||||
* New prober support: LUFA Virtual Serial, Leaflabs Maple, Teensyduino.
|
||||
* New driver methods: getCD, getCTS, getDSR, getDTR, setDTR, getRI, getRTS,
|
||||
setRTS.
|
||||
* API change: setBaudrate() has been removed; use setParameters().
|
||||
* API change: open() no longer implicitly sets the baud rate. Clients should
|
||||
call setParameters() immediately after open(), when necessary.
|
||||
* Library version is available in `com.hoho.android.usbserial.BuildInfo`.
|
||||
* Adds probe support for LUFA CDC device.
|
||||
* setBaudrate() has been removed; use setParameters().
|
||||
* open() no longer implicitly sets the baud rate. Clients should call
|
||||
setParameters() immediately after open(), when necessary.
|
||||
|
||||
v0.1.0 (2012-10-12)
|
||||
* New driver: CdcAcmSerialDriver.
|
||||
|
||||
Reference in New Issue
Block a user