licheedev / Android-SerialPort-API

Fork自Google开源的Android串口通信Demo,修改成Android Studio项目
https://code.google.com/archive/p/android-serialport-api/
Apache License 2.0
1.3k stars 374 forks source link

Use non standard baud rates #42

Open spss20 opened 2 years ago

spss20 commented 2 years ago

Hey i have a device which only supports baud rate 5787 which is non standard according to linux. When I pass this baud rate to your driver, it throw log "Unsupported Baud Rate".

Is there any workaround for this?