Controls the baud rate of a specific port on the device.
More...
|
void | mip::C::insert_mip_base_comm_speed_command (microstrain_serializer *serializer, const mip_base_comm_speed_command *self) |
|
void | mip::C::extract_mip_base_comm_speed_command (microstrain_serializer *serializer, mip_base_comm_speed_command *self) |
|
void | mip::C::insert_mip_base_comm_speed_response (microstrain_serializer *serializer, const mip_base_comm_speed_response *self) |
|
void | mip::C::extract_mip_base_comm_speed_response (microstrain_serializer *serializer, mip_base_comm_speed_response *self) |
|
mip_cmd_result | mip::C::mip_base_write_comm_speed (mip_interface *device, uint8_t port, uint32_t baud) |
|
mip_cmd_result | mip::C::mip_base_read_comm_speed (mip_interface *device, uint8_t port, uint32_t *baud_out) |
|
mip_cmd_result | mip::C::mip_base_save_comm_speed (mip_interface *device, uint8_t port) |
|
mip_cmd_result | mip::C::mip_base_load_comm_speed (mip_interface *device, uint8_t port) |
|
mip_cmd_result | mip::C::mip_base_default_comm_speed (mip_interface *device, uint8_t port) |
|
Controls the baud rate of a specific port on the device.
Please see the device user manual for supported baud rates on each port.
The device will wait until all incoming and outgoing data has been sent, up to a maximum of 250 ms, before applying any change.
No guarantee is provided as to what happens to commands issued during this delay period; They may or may not be processed and any responses aren't guaranteed to be at one rate or the other. The same applies to data packets.
It is highly recommended that the device be idle before issuing this command and that it be issued in its own packet. Users should wait 250 ms after sending this command before further interaction.
◆ mip_base_comm_speed_command
◆ mip_base_comm_speed_response
◆ anonymous enum
Enumerator |
---|
MIP_BASE_COMM_SPEED_COMMAND_ALL_PORTS | |
◆ extract_mip_base_comm_speed_command()
◆ extract_mip_base_comm_speed_response()
◆ insert_mip_base_comm_speed_command()
◆ insert_mip_base_comm_speed_response()
◆ mip_base_default_comm_speed()
◆ mip_base_load_comm_speed()
◆ mip_base_read_comm_speed()
◆ mip_base_save_comm_speed()
◆ mip_base_write_comm_speed()