206,207c206,207
< uint8_t getbyte();
< void putbyte(uint8_t b);
---
> bool getbyte(uint8_t &b);
> bool putbyte(uint8_t b);
210c210
< void send(const char *data);
---
> ssize_t send(const char *data);