rodbus (C API) 1.3.1
Loading...
Searching...
No Matches
rodbus_serial_port_settings_t Struct Reference

Serial port settings. More...

#include <rodbus.h>

Data Fields

uint32_t baud_rate
 Baud rate (in symbols-per-second) More...
 
rodbus_data_bits_t data_bits
 Number of bits used to represent a character sent on the line. More...
 
rodbus_flow_control_t flow_control
 Type of signalling to use for controlling data transfer. More...
 
rodbus_parity_t parity
 Type of parity to use for error checking. More...
 
rodbus_stop_bits_t stop_bits
 Number of bits to use to signal the end of a character. More...
 

Detailed Description

Serial port settings.

Field Documentation

◆ baud_rate

uint32_t rodbus_serial_port_settings_t::baud_rate

Baud rate (in symbols-per-second)

◆ data_bits

rodbus_data_bits_t rodbus_serial_port_settings_t::data_bits

Number of bits used to represent a character sent on the line.

◆ flow_control

rodbus_flow_control_t rodbus_serial_port_settings_t::flow_control

Type of signalling to use for controlling data transfer.

◆ parity

rodbus_parity_t rodbus_serial_port_settings_t::parity

Type of parity to use for error checking.

◆ stop_bits

rodbus_stop_bits_t rodbus_serial_port_settings_t::stop_bits

Number of bits to use to signal the end of a character.


The documentation for this struct was generated from the following file: