Package

akka

serial

Permalink

package serial

Visibility
  1. Public
  2. All

Type Members

  1. class AccessDeniedException extends Exception

    Permalink

    Permissions are not sufficient to open a serial port.

  2. class InvalidSettingsException extends Exception

    Permalink

    The settings specified are invalid.

  3. class NoSuchPortException extends Exception

    Permalink

    The requested port could not be found.

  4. class PortClosedException extends Exception

    Permalink

    The specified port has been closed.

  5. class PortInUseException extends Exception

    Permalink

    The requested port is in use by someone else.

  6. class PortInterruptedException extends Exception

    Permalink

    A blocking operation on a port was interrupted, most likely indicating that the port is closing.

  7. case class SerialSettings(baud: Int, characterSize: Int = 8, twoStopBits: Boolean = false, parity: Parity = Parity.None) extends Product with Serializable

    Permalink

    Groups settings used in communication over a serial port.

    Groups settings used in communication over a serial port.

    baud

    baud rate to use with serial port

    characterSize

    size of a character of the data sent through the serial port

    twoStopBits

    set to use two stop bits instead of one

    parity

    type of parity to use with serial port

Value Members

  1. object Parity extends Enumeration

    Permalink

    Specifies available parities used in serial communication.

  2. package sync

    Permalink

Ungrouped