BALTECH Docs
C API for BALTECH SDK
rs232_protocol.h
Go to the documentation of this file.
1
10
#ifndef __RS232_PROTOCOL_H__
11
#define __RS232_PROTOCOL_H__
12
13
14
#include "
protocol.h
"
15
16
39
BRP_LIB
brp_protocol
brp_create_rs232
(
char
* dev_name,
unsigned
baudrate,
40
char
parity);
41
42
43
#endif
44
// end of defgroup brp_lib
brp_create_rs232
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.
brp_protocol
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
Definition:
protocol.h:34
protocol.h
This file primarly defines the common part of all protocol's data structures (:brp_protocol_t) and AP...