mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 16:32:53 +00:00
add missing ChromeCcd setParameters
This commit is contained in:
+5
@@ -75,6 +75,11 @@ public class ChromeCcdSerialDriver implements UsbSerialDriver{
|
|||||||
return ChromeCcdSerialDriver.this;
|
return ChromeCcdSerialDriver.this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setParameters(int baudRate, int dataBits, int stopBits, int parity) throws IOException {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public EnumSet<ControlLine> getControlLines() throws IOException {
|
public EnumSet<ControlLine> getControlLines() throws IOException {
|
||||||
return EnumSet.noneOf(ControlLine.class);
|
return EnumSet.noneOf(ControlLine.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user