UsbSerial icon indicating copy to clipboard operation
UsbSerial copied to clipboard

can not set databit for ch341

Open hzdeveloper opened this issue 5 years ago • 0 comments

hi everyone and thank for your great work i have some usb serial adapter with ch341 chip . my problem is , call setDataBits(int dataBits) has no effect and databit is always 8 bit but i need 7 bit . i read the source for CH34xSerialDevice.java and found that this method not implemented for ch34x . @Override public void setDataBits(int dataBits) { // TODO Auto-generated method stub

}

if any one please can help me by implementing this method. Thanks for your attention. I’m looking forward to your reply.

hzdeveloper avatar Jan 24 '20 09:01 hzdeveloper