Implementation of class #SDH::cRS232, a class to access serial RS232 port with VCC compiler on Windows. More...
#include "sdhlibrary_settings.h"
#include <windows.h>
#include "sdhexception.h"
#include "serialbase.h"
Go to the source code of this file.
Classes | |
class | cRS232 |
Low-level communication class to access a serial port on Cygwin and Linux. More... | |
class | cRS232Exception |
Derived exception class for low-level RS232 related exceptions. More... | |
Defines | |
#define | SDH_RS232_VCC_ASYNC 0 |
Implementation of class #SDH::cRS232, a class to access serial RS232 port with VCC compiler on Windows.
Code kindly provided by Martin from the RoboCluster project Denmark.
Definition in file rs232-vcc.h.
#define SDH_RS232_VCC_ASYNC 0 |
Definition at line 56 of file rs232-vcc.h.