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

Prolific driver with less hardcoded baud rates

Some older devices do not support all values. Use always supported mantissa+exponent based formula instead
This commit is contained in:
kai-morich
2026-06-12 19:30:51 +02:00
parent 92bea4c01a
commit fa87b7dc4f
4 changed files with 7 additions and 33 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.78',
'rfc2217_server_host': '192.168.0.124',
'rfc2217_server_nonstandard_baudrates': 'true', // true false false
]
}