Package org.nfctools.spi.arygon

Examples of org.nfctools.spi.arygon.ArygonBaudRateNegotiator


  private static Logger log = LoggerFactory.getLogger(NfcipDemo.class.getName());

  private SerialPortNfcDevice nfcDevice;

  public NfcipDemo() {
    nfcDevice = new SerialPortNfcDevice(new ArygonBaudRateNegotiator());
    nfcDevice.setBaudRate(460800);
    nfcDevice.setComPort("COM4");

  }
View Full Code Here

TOP

Related Classes of org.nfctools.spi.arygon.ArygonBaudRateNegotiator

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.