| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerialComInByteStream
Represents an input stream of bytes which is received from serial port.
|
class |
SerialComOutByteStream
Represents an output stream of bytes that gets sent over to serial port for transmission.
|
| Modifier and Type | Method and Description |
|---|---|
ISerialIOStream |
SerialComManager.getIOStreamInstance(int streamType,
long handle,
SerialComManager.SMODE streamMode)
Factory method to create stream of type specified by streamType in blocking or non-blocking mode.
|
Copyright © 2017. All rights reserved.