Go to the documentation of this file.
38 int open(
const char *devicename,
int _baudrate =
B9600);
40 int setReadCallback(
void (*_readCallback)(
const unsigned char *buf,
int len));
41 int write(
const unsigned char *buf,
int len);
51 int dprintf(
const char *format, ...);