Can.BaudRate Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Can.BaudRate Property

BR.AN.PviServices .NET


Baud rate (data rate) on the CAN bus in bits per second. This parameter can also be specified in kBits per second. Every station in the network must have the same setting. You can use the following settings: 10000, 20000, 50000, 100000, 125000, 150000, 250000, 500000, 800000, 1000000

Default = 500000

[Visual Basic]

<PviKeyWord(PviKeyWord:=""/BD"")> _

Public Property BaudRate() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[PviKeyWord(PviKeyWord=""/BD"")]

public int BaudRate { public get; public set; }

See Also

Can Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]