#include <serial_driver.hpp>

Public Member Functions | |
| virtual | ~serial_driver (void) |
| Empty virtual destructor to enforce derived virtual destructors. | |
| virtual const char * | name (void) const =0 |
| Returns the driver's name. | |
| virtual int | reset (void)=0 |
| Resets the driver's state back to defaults as when powering up the machine. | |
| virtual int | write (uint8_t c)=0 |
| Writes the specified byte to the output medium. | |