| Package | Description |
|---|---|
| com.physicaloid.lib | |
| com.physicaloid.lib.framework | |
| com.physicaloid.lib.usb.driver.uart |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Physicaloid.open(UartConfig uart)
Opens a device and communicate USB UART
|
| Modifier and Type | Method and Description |
|---|---|
abstract UartConfig |
SerialCommunicator.getUartConfig()
Gets Uart configurations
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
SerialCommunicator.setUartConfig(UartConfig config)
Sets Uart configurations
|
| Modifier and Type | Method and Description |
|---|---|
UartConfig |
UartCdcAcm.getUartConfig() |
UartConfig |
UartFtdi.getUartConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UartCdcAcm.setUartConfig(UartConfig config)
Sets Uart configurations
|
boolean |
UartFtdi.setUartConfig(UartConfig config) |