mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-07-23 01:45:27 +00:00
Merge pull request #103 from xeonfusion/patch-1
Update ProlificSerialDriver.java
This commit is contained in:
commit
f53c5e548a
@ -456,6 +456,10 @@ public class ProlificSerialDriver implements UsbSerialDriver {
|
||||
case PARITY_ODD:
|
||||
lineRequestData[5] = 1;
|
||||
break;
|
||||
|
||||
case PARITY_EVEN:
|
||||
lineRequestData[5] = 2;
|
||||
break;
|
||||
|
||||
case PARITY_MARK:
|
||||
lineRequestData[5] = 3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user