sketchbook
|
Go to the source code of this file.
Functions | |
int | serialOpen (const char *device, const int baud) |
void | serialClose (const int fd) |
void | serialFlush (const int fd) |
void | serialPutchar (const int fd, const unsigned char c) |
void | serialPuts (const int fd, const char *s) |
void | serialPrintf (const int fd, const char *message,...) |
int | serialDataAvail (const int fd) |
int | serialGetchar (const int fd) |
void serialClose | ( | const int | fd | ) |
int serialDataAvail | ( | const int | fd | ) |
void serialFlush | ( | const int | fd | ) |
int serialGetchar | ( | const int | fd | ) |
int serialOpen | ( | const char * | device, |
const int | baud | ||
) |
void serialPrintf | ( | const int | fd, |
const char * | message, | ||
... | |||
) |
void serialPutchar | ( | const int | fd, |
const unsigned char | c | ||
) |
void serialPuts | ( | const int | fd, |
const char * | s | ||
) |