| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| Modifier and Type | Method and Description |
|---|---|
static SerialComManager.NUMOFBYTES |
SerialComManager.NUMOFBYTES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComManager.NUMOFBYTES[] |
SerialComManager.NUMOFBYTES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SerialComManager.writeIntArray(long handle,
int[] buffer,
int delay,
SerialComManager.ENDIAN endianness,
SerialComManager.NUMOFBYTES numOfBytes)
This method send an array of integers on the specified port.
|
int |
SerialComManager.writeSingleInt(long handle,
int data,
int delay,
SerialComManager.ENDIAN endianness,
SerialComManager.NUMOFBYTES numOfBytes)
Different CPU and OS will have different endianness.
|
Copyright © 2017. All rights reserved.