Uses of Class
com.fazecast.jSerialComm.SerialPort
-
-
Uses of SerialPort in com.fazecast.jSerialComm
Methods in com.fazecast.jSerialComm that return SerialPort Modifier and Type Method Description static SerialPortSerialPort. getCommPort(String portDescriptor)Allocates aSerialPortobject corresponding to the user-specified port descriptor.static SerialPort[]SerialPort. getCommPorts()Returns a list of all available serial ports on this machine.SerialPortSerialPortEvent. getSerialPort()Returns theSerialPortthat triggered this event.Constructors in com.fazecast.jSerialComm with parameters of type SerialPort Constructor Description SerialPortEvent(SerialPort comPort, int serialEventType)Constructs aSerialPortEventobject corresponding to the specified serial event type.SerialPortEvent(SerialPort comPort, int serialEventType, byte[] data)Constructs aSerialPortEventobject corresponding to the specified serial event type and containing the passed-in data bytes.
-