- Overview
ActiveX Component Reference
- Getting Started
FTSPCControl Class
- FTSPCControl Class description
Methods
- Close Method
- Open Method
- SetSettingsFromString Method
- EnumSerialPorts Method
- GetSerialPort Method
- GetSerialPortDescription Method
- Read Method
- ReadArray Method
- ReadArrayOverlapped Method
- ReadOverlapped Method
- Write Method
- WriteArray Method
- WriteArrayOverlapped Method
- WriteOverlapped Method
- CancelIO Method
- Flush Method
- GetLastError Method
- PurgeQueue Method
- SetBreak Method
Properties
- BaudRate Property
- DataBits Property
- FlowControl Property
- Parity Property
- PortName Property
- StopBits Property
- Cts Property
- Dcd Property
- Dsr Property
- Dtr Property
- Ring Property
- Rts Property
- ReadIntervalTimeout Property
- ReadTotalTimeoutConstant Property
- ReadTotalTimeoutMultiplier Property
- WriteTotalTimeoutConstant Property
- WriteTotalTimeoutMultiplier Property
- EofChar Property
- ErrorChar Property
- EventChar Property
- XoffChar Property
- XonChar Property
- AutoOpen Property
- DiscardNull Property
- InQUsedBytes Property
- IsOpened Property
- RxThreshold Property
FTSPCOverlapped Class
.NET Component Reference
- Getting Started
FTSPCControl Class
- FTSPCControl Class description
Methods
- Close Method
- Open Method
- SetSettingsFromString Method
- EnumSerialPorts Method
- GetSerialPort Method
- GetSerialPortDescription Method
- Read Method
- ReadArray Method
- ReadArrayOverlapped Method
- ReadOverlapped Method
- Write Method
- WriteArray Method
- WriteArrayOverlapped Method
- WriteOverlapped Method
- CancelIO Method
- Flush Method
- PurgeQueue Method
- SetBreak Method
Properties
- BaudRate Property
- DataBits Property
- FlowControl Property
- Parity Property
- PortName Property
- StopBits Property
- Cts Property
- Dcd Property
- Dsr Property
- Dtr Property
- Ring Property
- Rts Property
- ReadIntervalTimeout Property
- ReadTotalTimeoutConstant Property
- ReadTotalTimeoutMultiplier Property
- WriteTotalTimeoutConstant Property
- WriteTotalTimeoutMultiplier Property
- EofChar Property
- ErrorChar Property
- EventChar Property
- XoffChar Property
- XonChar Property
- AutoOpen Property
- DiscardNull Property
- InQUsedBytes Property
- IsOpened Property
- RxThreshold Property
FTSPCOverlapped Class
FTSPCException Class
Borland Component Reference
- Getting Started
FTSPCControl Class
- FTSPCControl Class description
Methods
- Close Method
- Open Method
- SetSettingsFromString Method
- EnumSerialPorts Method
- GetSerialPort Method
- GetSerialPortDescription Method
- Read Method
- ReadArray Method
- ReadArrayOverlapped Method
- ReadOverlapped Method
- Write Method
- WriteArray Method
- WriteArrayOverlapped Method
- WriteOverlapped Method
- CancelIO Method
- Flush Method
- PurgeQueue Method
- SetBreak Method
Properties
- BaudRate Property
- DataBits Property
- FlowControl Property
- Parity Property
- PortName Property
- StopBits Property
- Cts Property
- Dcd Property
- Dsr Property
- Dtr Property
- Ring Property
- Rts Property
- ReadIntervalTimeout Property
- ReadTotalTimeoutConstant Property
- ReadTotalTimeoutMultiplier Property
- WriteTotalTimeoutConstant Property
- WriteTotalTimeoutMultiplier Property
- EofChar Property
- ErrorChar Property
- EventChar Property
- XoffChar Property
- XonChar Property
- AutoOpen Property
- DiscardNull Property
- InQUsedBytes Property
- IsOpened Property
- RxThreshold Property
FTSPCOverlapped Class
FTSPCException Class
FTSPCPurgeFlags Constants
ftspcPurgeNone | 0 | There are no read/write operations. |
---|---|---|
ftspcPurgeAbort | 1 | Terminates outstanding overlapped write (or read) operations and returns immediately, even if the write (read) operations have not been completed. |
ftspcPurgeClear | 2 | Clears the output (input) buffer (if the device driver has one). |
ftspcPurgeAbortClear | 3 | Combination of two previous elements (PurgeAbort, PurgeClear). |