Nurapi Class Library
C#
Show/Hide TOC
Nur
Api
Baud
Rate Property
NUR serial port baudrate index.
Definition
Namespace:
NurApiDotNet
Assembly:
NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
Copy
public
int
BaudRate
{
get
;
set
; }
Property Value
Int32
Baudrate index
Actual bps
BR_38400
38400
BR_115200
115200
BR_230400
230400
BR_500000
500000
BR_1000000
1000000 (1M)
BR_1500000
1500000 (1M5)
Remarks
Use this only when NUR device is directly connected to serial port
See Also
Reference
NurApi Class
NurApiDotNet Namespace
In This Article
Definition
Remarks
See Also