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

improved exception type also for read with timeout

This commit is contained in:
kai-morich
2023-08-24 19:51:47 +02:00
parent 399d3c9c2f
commit 35fdeb1e13
4 changed files with 57 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments = [ // Raspi Windows LinuxVM ...
'rfc2217_server_host': '192.168.0.145',
'rfc2217_server_host': '192.168.0.143',
'rfc2217_server_nonstandard_baudrates': 'true', // true false false
]
}