Interface SerialDeviceInterface

All Superinterfaces:
AutoCloseable, Closeable, DeviceInterface
All Known Implementing Classes:
DefaultNativeSerialDevice

public interface SerialDeviceInterface
extends DeviceInterface
  • Method Details

    • read

      int read()
    • readByte

      byte readByte()
    • writeByte

      void writeByte​(byte bVal)
    • read

      int read​(byte[] buffer)
    • write

      void write​(byte[] data)
    • bytesAvailable

      int bytesAvailable()