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

test nonstandard baud rates

This commit is contained in:
Kai Morich
2019-10-26 15:40:40 +02:00
parent f7399c2aad
commit fac8c9f340
2 changed files with 46 additions and 22 deletions
+3 -4
View File
@@ -8,10 +8,9 @@ android {
minSdkVersion 17
targetSdkVersion 28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments = [
'rfc2217_server_host': '192.168.0.171',
'rfc2217_server_nonstandard_baudrates': 'false', // false on Windows, Raspi
'rfc2217_server_parity_mark_space': 'true' // false on Raspi
testInstrumentationRunnerArguments = [ // Raspi Windows LinuxVM ...
'rfc2217_server_host': '192.168.0.100',
'rfc2217_server_nonstandard_baudrates': 'true', // true false false
]
}