27 extern int serialOpen (
const char *device,
const int baud) ;
32 extern void serialPrintf (
const int fd,
const char *message, ...) ;
int serialOpen(const char *device, const int baud)
Definition: wiringSerial.c:44
int serialGetchar(const int fd)
Definition: wiringSerial.c:217
tuple s
Definition: ser-mon-AS7265X.py:36
int fd
Definition: wiringPi.h:147
void serialClose(const int fd)
Definition: wiringSerial.c:144
void serialPuts(const int fd, const char *s)
Definition: wiringSerial.c:168
int serialDataAvail(const int fd)
Definition: wiringSerial.c:198
void serialFlush(const int fd)
Definition: wiringSerial.c:132
void serialPutchar(const int fd, const unsigned char c)
Definition: wiringSerial.c:156
void serialPrintf(const int fd, const char *message,...)
Definition: wiringSerial.c:179