public interface SerialLineWriter_I
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(String stringToWrite)
    writes a string to the serial port
  • Method Details

    • write

      void write(String stringToWrite) throws jssc.SerialPortException
      writes a string to the serial port
      Throws:
      jssc.SerialPortException