Uses of Class
com.fazecast.jSerialComm.SerialPort
-
Packages that use SerialPort Package Description com.fazecast.jSerialComm This package contains all of the classes and interfaces that make up the Java serial communications library.com.fazecast.jSerialComm.android -
-
Uses of SerialPort in com.fazecast.jSerialComm
Methods in com.fazecast.jSerialComm that return SerialPort Modifier and Type Method Description static SerialPort
SerialPort. getCommPort(String portDescriptor)
Allocates aSerialPort
object corresponding to the user-specified port descriptor.static SerialPort[]
SerialPort. getCommPorts()
Returns a list of all available serial ports on this machine.SerialPort
SerialPortEvent. getSerialPort()
Returns theSerialPort
that triggered this event.Constructors in com.fazecast.jSerialComm with parameters of type SerialPort Constructor Description SerialPortEvent(SerialPort comPort, int serialEventType)
Constructs aSerialPortEvent
object corresponding to the specified serial event type.SerialPortEvent(SerialPort comPort, int serialEventType, byte[] data)
Constructs aSerialPortEvent
object corresponding to the specified serial event type and containing the passed-in data bytes. -
Uses of SerialPort in com.fazecast.jSerialComm.android
Methods in com.fazecast.jSerialComm.android that return SerialPort Modifier and Type Method Description static SerialPort[]
AndroidPort. getCommPortsNative()
Methods in com.fazecast.jSerialComm.android with parameters of type SerialPort Modifier and Type Method Description abstract boolean
AndroidPort. configPort(SerialPort serialPort)
long
AndroidPort. openPortNative(SerialPort serialPort)
-