Instrument Control Toolbox    
BaudRate

Specify the rate at which bits are transmitted

Description

You configure BaudRate as bits per second. The transferred bits include the start bit, the data bits, the parity bit (if used), and the stop bits. However, only the data bits are stored.

Since the data format includes the framing bits as well as the data bits, the time required to transfer a byte of data increases due to these extra bits. For example, suppose you transfer 1000 bytes to your computer using the 8-N-1 data format and a baud rate of 9600. You might think that the time required for this operation is about 0.8 second since 8000 bits are stored. However the actual transfer time is around 1.0 second since the data bits are framed by a start bit and a stop bit - an increase of 25%.

Standard baud rates include 110, 300, 600, 1200, 2400, 4800, 9600, 14499, 19200, 38400, 57600, 115200, 128000, and 256000 bits per second. However, your serial port may support baud rates that differ from these values.

Characteristics

Usage
serial port, VISA-serial
Read only
Never
Data type
Double

Values

The default value is 9600.

See Also

Properties

DataBits, Parity, StopBits


 Alphabetical List of Properties BoardIndex