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

Update changelog; add BuildInfo.

This commit is contained in:
mike wakerly
2012-11-28 10:35:56 -08:00
parent 111707c92f
commit 0424133e58
2 changed files with 29 additions and 2 deletions
+10 -2
View File
@@ -1,3 +1,11 @@
2011-12-28 mike wakerly <opensource@hoho.com>
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`.
* Initial release.
v0.1.0 (2012-10-12)
* New driver: CdcAcmSerialDriver.
* Better tuned read and write buffer sizes.
v0.0.1 (2011-12-28)
* Initial release.