shengine pre-release
shengine by mrsinho
Loading...
Searching...
No Matches
ShSerialProperties Struct Reference

Structure representing properties related to serial communication. More...

#include <shEnvironment.h>

Data Fields

char port [SH_ENVIRONMENT_STR1024_LENGTH]
 
uint32_t baud_rate
 
uint32_t read_timeout_ms
 
uint8_t read_bit
 
uint8_t write_bit
 

Detailed Description

Structure representing properties related to serial communication.

The ShSerialProperties structure represents properties related to serial communication in the shengine framework, including port name, baud rate, read timeout, and read/write bits.

Field Documentation

◆ baud_rate

uint32_t ShSerialProperties::baud_rate

Baud rate.

◆ port

char ShSerialProperties::port[SH_ENVIRONMENT_STR1024_LENGTH]

Port name.

◆ read_bit

uint8_t ShSerialProperties::read_bit

Read bit.

◆ read_timeout_ms

uint32_t ShSerialProperties::read_timeout_ms

Read timeout in milliseconds.

◆ write_bit

uint8_t ShSerialProperties::write_bit

Write bit.


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