Class LnHexFilePort

  • All Implemented Interfaces:
    java.lang.Runnable, PortAdapter, SerialPortAdapter

    public class LnHexFilePort
    extends LnPortController
    implements java.lang.Runnable
    LnHexFilePort implements a LnPortController via an ASCII-hex input file. See below for the file format. There are user-level controls for send next message how long to wait between messages An object of this class should run in a thread of its own so that it can fill the output pipe as needed. The input file is expected to have one message per line. Each line can contain as many bytes as needed, each represented by two Hex characters and separated by a space. Variable whitespace is not (yet) supported.