shengine pre-release
shengine by mrsinho
|
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 |
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.
uint32_t ShSerialProperties::baud_rate |
Baud rate.
char ShSerialProperties::port[SH_ENVIRONMENT_STR1024_LENGTH] |
Port name.
uint8_t ShSerialProperties::read_bit |
Read bit.
uint32_t ShSerialProperties::read_timeout_ms |
Read timeout in milliseconds.
uint8_t ShSerialProperties::write_bit |
Write bit.