1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-21 05:13:30 +00:00

implement CP21xx input control lines

open() CP21xx without RTS, DTR set
This commit is contained in:
kai-morich
2020-06-30 20:13:17 +02:00
parent 7423fd9d79
commit a1e58b9843
3 changed files with 62 additions and 40 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ dependencies {
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'commons-net:commons-net:3.6'
androidTestImplementation 'org.apache.commons:commons-lang3:3.8.1'
androidTestImplementation 'org.apache.commons:commons-lang3:3.8.1' // starting with 3.9 requires min-api 26
}
//apply from: 'publishToMavenLocal.gradle'