| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| com.serialpundit.serial.vendor |
Encapsulates behavior and environment centered around serial port communication
using device vendor supplied libraries and drivers for their hardware devices.
|
| Modifier and Type | Method and Description |
|---|---|
SerialComVendorLib |
SerialComManager.getVendorLibFromFactory(int vendorLibIdentifier,
String libDirectory,
String vlibName)
Gives an instance of the class which implements API defined by vendor in their propriety library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerialComFTDID2XX
FTDI provides two interfaces for their USB-UART ICs; first interface is Virtual COM port and
second is provided via a proprietary DLL (a.k.a.
|
class |
SerialComMCHPSimpleIO
Microchip Technology Inc provides a shared library known as 'SimpleIO' for communicating with their
USB-UART devices.
|
class |
SerialComSLabsCP210xManufacturing
Silicon labs provides libraries to communicate with their USB-UART devices.
|
class |
SerialComSLabsCP210xRuntime
Silicon labs provides libraries to communicate with their USB-UART devices.
|
class |
SerialComSLabsUSBXpress
Silicon labs provides libraries to communicate with their USB-UART devices.
|
| Modifier and Type | Method and Description |
|---|---|
SerialComVendorLib |
SerialComVendorLib.getVendorLibInstance(int vendorLibIdentifier,
File libDirectory,
String vlibName,
int cpuArch,
int osType,
com.serialpundit.core.SerialComSystemProperty serialComSystemProperty)
Gives an instance of the class which implements API defined by vendor in their propriety library.
|
Copyright © 2017. All rights reserved.