Garmin Fleet Management Controller  2.19.0
SerialPort.cpp File Reference
#include "stdafx.h"
#include "SerialPort.h"
#include "LinkLayer.h"
#include "Logger.h"
#include "GarminLinkLayer.h"

Go to the source code of this file.

Macros

#define DEFAULT_BAUD_RATE   ( 9600 )
 The default baud rate for the serial port. More...
 
#define RX_QUEUE_SIZE   ( 0x4000 )
 The size of Windows' RX queue for the com port, in bytes. More...
 
#define TX_QUEUE_SIZE   ( 0x1000 )
 The size of Windows' TX queue for the com port, in bytes. More...
 

Macro Definition Documentation

#define DEFAULT_BAUD_RATE   ( 9600 )

The default baud rate for the serial port.

Definition at line 24 of file SerialPort.cpp.

Referenced by SerialPort::init().

#define RX_QUEUE_SIZE   ( 0x4000 )

The size of Windows' RX queue for the com port, in bytes.

Definition at line 18 of file SerialPort.cpp.

Referenced by SerialPort::init().

#define TX_QUEUE_SIZE   ( 0x1000 )

The size of Windows' TX queue for the com port, in bytes.

Definition at line 21 of file SerialPort.cpp.

Referenced by SerialPort::init().