Uses of Class
com.fazecast.jSerialComm.SerialPort
-
Uses of SerialPort in com.fazecast.jSerialComm
Methods in com.fazecast.jSerialComm that return SerialPortModifier and TypeMethodDescriptionstatic 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.final SerialPortSerialPortEvent.getSerialPort()Returns theSerialPortthat triggered this event.Constructors in com.fazecast.jSerialComm with parameters of type SerialPortModifierConstructorDescriptionSerialPortEvent(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.