BALTECH SDK wrapper functions reference
rs232_protocol.h File Reference

This file provides a I/O protocol object for accessing RS232 Ports/CDC based USB devices. More...

#include "protocol.h"

Go to the source code of this file.

Macros

#define BRP_DEFAULT_RS232_INTERBYTE_TIMEOUT   20
 Default interbyte timeout for RS232 interfaces in milliseconds. More...
 

Functions

BRP_LIB brp_protocol brp_create_rs232 (char *dev_name, unsigned baudrate, char parity)
 Creates a protocol object for RS232/CDC interfaces from the device name. More...
 
BRP_LIB brp_errcode brp_set_rs232_interbyte_timeout (brp_protocol protocol, brp_time timeout)
 Sets the interbyte timeout for RS232 communication (Windows only). More...
 

Detailed Description

This file provides a I/O protocol object for accessing RS232 Ports/CDC based USB devices.

Definition in file rs232_protocol.h.