InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface / StopBits Property


In This Topic
    StopBits Property (IConnectionSettingsComSerialPort)
    In This Topic
    Gets or sets the number of stop bits that follow each character during data transmission.
    Syntax
    'Declaration
     
    
    Property StopBits As StopBitsOption
    'Usage
     
    
    Dim instance As IConnectionSettingsComSerialPort
    Dim value As StopBitsOption
     
    instance.StopBits = value
     
    value = instance.StopBits
    StopBitsOption StopBits {get; set;}

    Property Value

    The available settings are One and Two. These settings are defined in Attachmate.Reflection.Emulation.OpenSystems.StopBitsOption. The default value is One. This value can be changed during an open connection.
    See Also