Package gnu.io

Examples of gnu.io.NRSerialPort


  private static Logger logger = LoggerFactory.getLogger(SerialPortGateway.class);
  private NRSerialPort serialPort;

  private SerialPortGateway(String serialPortName) {
    this.serialPort = new NRSerialPort(serialPortName, 9600);
    this.serialPort.connect();
  }
View Full Code Here

TOP

Related Classes of gnu.io.NRSerialPort

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.