Table of Contents
Set Baud Rate
Set the baud rate of the serial channel used by the LINX device to communicate with the host.
LabVIEW
Developer Note
This command can be used as part of enumeration to use the highest baud rate possible.
Command Packet
|
||||||||||||||||||||||||||||||||
Description | Set the baud rate of the serial channel used by the LINX device to communicate with the host. | |||||||||||||||||||||||||||||||
Size | 11 Bytes | |||||||||||||||||||||||||||||||
Format | ||||||||||||||||||||||||||||||||
SoF | Start of Frame. Always 0xFF. | |||||||||||||||||||||||||||||||
PACKET SIZE | Packet Size In Bytes | |||||||||||||||||||||||||||||||
PACKET NUM | The Current Packet Number. This value increments with each new packet. | |||||||||||||||||||||||||||||||
CMD | Flush Command. | |||||||||||||||||||||||||||||||
BAUD RATE | Baud rate for the LINX device to use to communicate with the host (U32). | |||||||||||||||||||||||||||||||
CHECKSUM | Checksum. Computed by adding all of the bytes in the packet in U8 form ignoring rollover. |
LINX Target
Developer Note
Flush input and output buffers used for LINX communication. For example Serial or TCP buffers.
Response Packet
|
||||||||||||||||||||||||||||||||
Description | LINX device's response to Set Baud Rate command. Contains the time to delay before trying to reconnect to the device. | |||||||||||||||||||||||||||||||
Size | 8 Bytes | |||||||||||||||||||||||||||||||
Format | ||||||||||||||||||||||||||||||||
SoF | Start of Frame. Always 0xFF. | |||||||||||||||||||||||||||||||
PACKET SIZE | Total packet size in bytes. | |||||||||||||||||||||||||||||||
PACKET NUM | The packet number of the packet that generated the response. | |||||||||||||||||||||||||||||||
ACTUAL BAUD | Actual Baud rate used by the LINX device (not all baud rates may be supported). | |||||||||||||||||||||||||||||||
STATUS | See Return Status section below. | |||||||||||||||||||||||||||||||
CHECKSUM | Checksum. Computed by adding all of the bytes in the packet in U8 form ignoring rollover. |
Return Status
No function specific statuses. See return_status for universal return statuses.