felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.8k stars 585 forks source link

setBreak implementations for CP2102 #260

Closed winy57 closed 5 years ago

winy57 commented 5 years ago

Hi, currently on class CP2102SerialDevice, the setBreak(boolean state) method is not implemented.

@Override public void setBreak(boolean state) { //TODO Auto-generated method stub }

Are you planning to add it soon?

Thanks

winy57 commented 5 years ago

Hi, I've created a pull request : https://github.com/felHR85/UsbSerial/pull/261 :)

felHR85 commented 5 years ago

Added in 6.1.0