felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.81k stars 590 forks source link

Baud rate above 115200 #180

Closed Vlvic closed 5 years ago

Vlvic commented 5 years ago

I use your library in my application that works with ELM327. The problem is that you can not get it to work at a speed of more than 115200. On Windows, this device works fine when setting a speed of 500,000. I tried elm327 with FTDI, PL2303, CP210С. Is it possible to adjust for high speed?

felHR85 commented 5 years ago

@Vlvic 500000 is not a standard baud rate. Right now only standard baud rates are supported

Vlvic commented 5 years ago

Thanks for the answer! And what is the maximum speed you can achieve using your library?

felHR85 commented 5 years ago

@Vlvic Try this 921600

Vlvic commented 5 years ago

Thank you for your job!! It's works!