property ComPort : TApxCustomComPort
Determines the serial port used by the protocol.
A properly initialized TApxComPort component must be assigned to this property before using the protocol.
The TApxComPort component should almost always be set to use 8 data bits, 1 stop bit, and no parity. It should have input and output buffers that meet the guidelines described in "Buffer sizes" in the printed documentation. Most transfer protocols require that some form of flow control be enabled in the TApxComPort component.