|
Contiki-Inga 3.x
|
Files | |
| file | raven-lcd.c |
| This file contains code to connect the two AVR Raven processors via a serial connection. | |
| file | raven-ipso.c |
| This file contains code to connect the two AVR Raven processors via a serial connection for the IPSO interop application. | |
| file | raven-lcd.c |
| This file contains code to connect the two AVR Raven processors via a serial connection. | |
| file | raven-ipso.c |
| This file contains code to connect the two AVR Raven processors via a serial connection for the IPSO interop application. | |
Functions | |
| void | rs232_send (uint8_t port, unsigned char c) |
| Print a character on RS232. More... | |
| void rs232_send | ( | uint8_t | port, |
| unsigned char | c | ||
| ) |
Print a character on RS232.
| port | The RS232 port to be used. |
| c | The character to be printed This function prints a character to RS232. The RS232
module must be correctly initalized and configured for
this function to work. |
Definition at line 325 of file rs232.c.
Referenced by slip_arch_writeb().
1.8.3.1