mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 16:32:53 +00:00
Merge pull request #103 from xeonfusion/patch-1
Update ProlificSerialDriver.java
This commit is contained in:
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user