ISerial::StopBits
Description
The number of stop bits used to indicate the end of a frame. The value ASRL_STOP_ONE5 indicates one and one-half (1.5) stop bits.
VB Prototype
Dim value As SerialStopBits
value = object.StopBits
object.StopBits = value
C++ Prototype
HRESULT get_StopBits(
SerialStopBits* StopBits
);
HRESULT put_StopBits(
SerialStopBits StopBits
);
Return Value
Refer to the table of return codes.
See Also
ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, BytesAvailable, BaudRate, DataBits, ClearToSendState, DataCarrierDetectState, DataSetReadyState, DataTerminalReadyState, EndIn, EndOut, FlowControl, Parity, RingIndicatorState, RequestToSendState, StopBits, ReplacementCharacter, XONCharacter, XOFFCharacter, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, SetBufferSize, Flush, ISerial Overview