| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| com.serialpundit.serial.internal |
Encapsulates behavior and environment required for internal use of serialpundit
in a consolidated way.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SerialComManager.readBytes(long handle,
byte[] buffer,
int offset,
int length,
long context,
SerialComLineErrors lineErr)
Reads data bytes from serial port into given buffer also providing info about framing, parity etc errors.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SerialComPortJNIBridge.readBytesP(long handle,
byte[] buffer,
int offset,
int length,
long context,
SerialComLineErrors lineErr) |
Copyright © 2017. All rights reserved.