| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| com.serialpundit.serial.ftp |
Encapsulates behavior and environment centered around serial port communication
involving file transfers using x/y/z modem protocols etc.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerialComManager.receiveFile(long handle,
File fileToReceive,
SerialComManager.FTPPROTO ftpProto,
SerialComManager.FTPVAR ftpVariant,
boolean textMode,
ISerialComFTPProgress progressListener,
SerialComFTPCMDAbort transferState)
Receives file using specified file transfer protocol.
|
boolean |
SerialComManager.sendFile(long handle,
File[] fileToSend,
SerialComManager.FTPPROTO ftpProto,
SerialComManager.FTPVAR ftpVariant,
boolean textMode,
ISerialComFTPProgress progressListener,
SerialComFTPCMDAbort transferState)
Send given file(s) using specified file transfer protocol.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISerialComXmodemProgress
The interface ISerialComXmodemProgress should be implemented by class who wish to
know how many blocks have been sent or received using Xmodem protocol.
|
interface |
ISerialComYmodemProgress
The interface ISerialComYmodemProgress should be implemented by class who wish to
know how many blocks have been sent or received using Ymodem protocol.
|
Copyright © 2017. All rights reserved.