StopBits Property

Number of stop bits to be used. Stop bits separate each unit of data on an asynchronous serial connection. They are also sent continuously when no data is available for transmission. Refer to FTSPCStopBits.

Access

Read/Write

Syntax

Visual Basic
StopBits As StopBitConstants
Visual C++ (MFC)
StopBitConstants get_StopBits(); 
void put_StopBits(StopBitConstants value);   
Visual C++ (#import)
StopBitConstants StopBits;