Show / Hide Table of Contents

    Enum StopBits

    Specifies the number of stop bits used on the SerialPort object.

    Namespace: System.IO.Ports
    Assembly: System.IO.Ports.dll
    Syntax
    public enum StopBits

    Fields

    Name Description
    One

    One stop bit is used.

    OnePointFive

    1.5 stop bits are used.

    Two

    Two stop bits are used.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX