Borland Component Reference
- Getting Started
- FTSPCControl Class
- Methods
- Open/Close
- Close Method
- Open Method
- SetSettingsFromString Method
- Serial Ports Enumeration
- EnumSerialPorts Method
- GetSerialPort Method
- GetSerialPortDescription Method
- Read/Write
- Read Method
- ReadArray Method
- ReadArrayOverlapped Method
- ReadOverlapped Method
- Write Method
- WriteArray Method
- WriteArrayOverlapped Method
- WriteOverlapped Method
- Other Methods
- CancelIO Method
- Flush Method
- PurgeQueue Method
- SetBreak Method
- Properties
- Port Configuration
- BaudRate Property
- DataBits Property
- FlowControl Property
- Parity Property
- PortName Property
- StopBits Property
- Line Signals
- Cts Property
- Dcd Property
- Dsr Property
- Dtr Property
- Ring Property
- Rts Property
- Timeouts
- ReadIntervalTimeout Property
- ReadTotalTimeoutConstant Property
- ReadTotalTimeoutMultiplier Property
- WriteTotalTimeoutConstant Property
- WriteTotalTimeoutMultiplier Property
- Special Characters
- EofChar Property
- ErrorChar Property
- EventChar Property
- XoffChar Property
- XonChar Property
- Other Properties
- AutoOpen Property
- DiscardNull Property
- InQUsedBytes Property
- IsOpened Property
- RxThreshold Property
- Events
- OnBreak Event
- OnCts Event
- OnDcd Event
- OnDsr Event
- OnError Event
- OnEventChar Event
- OnPortLost Event
- OnReceive Event
- OnRing Event
- OnTransmit Event
- FTSPCOverlapped Class
- Methods
- GetResult Method
- Wait Method
- FTSPCException Class
- Properties
- ErrorCode Property
- ErrorMessage Property
- Constants
- FTSPCCommErrors Constants
- FTSPCDataBits Constants
- FTSPCFlowControl Constants
- FTSPCParity Constants
- FTSPCPurgeFlags Constants
- FTSPCStopBits Constants
- Samples
- Enumerate serial ports
- Handle events
- Handle errors
- Read data
- Read data into safe array
- Write data
- Write data from safe array