Peter Cooper / Mbed 2 deprecated Dome

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers serial.h Source File

serial.h

00001 void rs232_opener(void);
00002 void rs232_output_string(char *buf);
00003 int rs232_readable(void);
00004 int rs232_gets(char *s,int len);
00005 void baud_rate(int c, char **a);
00006 void serial_test(int c, char **a);