Uses of Class
org.osgi.service.serial.SerialDeviceException
-
Packages that use SerialDeviceException Package Description org.osgi.service.serial Serial Device Service Specification Package Version 1.0. -
-
Uses of SerialDeviceException in org.osgi.service.serial
Methods in org.osgi.service.serial that throw SerialDeviceException Modifier and Type Method Description void
SerialDevice. setConfiguration(SerialPortConfiguration configuration)
Sets the Serial port configuration.void
SerialDevice. setDTR(boolean dtr)
Sets the DTR state.void
SerialDevice. setRTS(boolean rts)
Sets the RTS state.
-