mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-08 00:16:13 +00:00
add missing ChromeCcd setParameters
This commit is contained in:
parent
d585ca8be7
commit
11ccb5b949
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user