30 #ifndef SERIAL_PORT_API_H
31 #define SERIAL_PORT_API_H
33 #include "api/DllDecl.h"
50 static void shutdown();
76 void setBaudRate(
long deviceID,
int *errorCode,
int baudRate);
Definition: SerialPortAPI.h:44
void saveSettingsToFlash(long deviceID, int *errorCode)
int getBaudRate(long deviceID, int *errorCode)
void setBaudRate(long deviceID, int *errorCode, int baudRate)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: OceanDirectAPI.h:144