mbgtools-lx  4.2.8
COM_PARM Struct Reference

A structure to store the configuration of a serial port. More...

#include <gpsdefs.h>

Data Fields

BAUD_RATE baud_rate
 transmission speed, e.g. 19200L, see MBG_BAUD_RATES More...
 
char framing [4]
 ASCIIZ framing string, e.g. "8N1" or "7E2", see MBG_FRAMING_STRS. More...
 
int16_t handshake
 handshake mode, yet only HS_NONE supported More...
 

Detailed Description

A structure to store the configuration of a serial port.

Definition at line 3202 of file gpsdefs.h.

Field Documentation

◆ baud_rate

◆ framing

char COM_PARM::framing[4]

◆ handshake

int16_t COM_PARM::handshake

handshake mode, yet only HS_NONE supported

Definition at line 3206 of file gpsdefs.h.

Referenced by check_valid_port_info(), port_info_from_pcps_serial(), print_port_info_errors(), and save_serial_settings().


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