Table of Contents
Get Max Baud Rate
Get the maximum serial baud rate supported by the LINX device.
LabVIEW
Developer Note
This will be used to auto negotiate the baud rate
Command Packet
|
||||||||||||||||||||||||||||||||
Description | Get the maximum serial baud rate supported by the LINX device. | |||||||||||||||||||||||||||||||
Size | 7 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. | |||||||||||||||||||||||||||||||
CHECKSUM | Checksum. Computed by adding all of the bytes in the packet in U8 form ignoring rollover. |
LINX Target
Developer Note
Return the maximum serial baud rate supported by the device.
Response Packet
|
||||||||||||||||||||||||||||||||
Description | LINX device's response to the Get Max Baud Rate command | |||||||||||||||||||||||||||||||
Size | 6 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. | |||||||||||||||||||||||||||||||
STATUS | See Return Status section below. | |||||||||||||||||||||||||||||||
BAUD RATE | Maximum baud rate supported by the LINX device (U32) | |||||||||||||||||||||||||||||||
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.