Go to the source code of this file.
◆ serial_init()
Initialize the serial driver
◆ serial_printf()
void serial_printf |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
Printf, but to the serial port
- Parameters
-
format | The format string |
... | Arguments for the format string |
- Note
- This function is provided by platform-independent code, a serial driver does not need to implement this.
◆ serial_putc()
void serial_putc |
( |
char |
c | ) |
|
Write a character to the serial port
- Parameters
-
◆ serial_write_string()
void serial_write_string |
( |
const char * |
s | ) |
|
Write a string to the serial port
- Parameters
-
- Note
- This function is provided by platform-independent code, a serial driver does not need to implement this.