kopia lustrzana https://github.com/mik3y/usb-serial-for-android
add missing ChromeCcd setParameters
rodzic
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);
|
||||||
|
|
Ładowanie…
Reference in New Issue