diff --git a/include/serial/impl/win.h b/include/serial/impl/win.h index 605f5d0..2c0c6cd 100644 --- a/include/serial/impl/win.h +++ b/include/serial/impl/win.h @@ -74,6 +74,12 @@ public: size_t available (); + + bool + waitReadable (uint32_t timeout); + + void + waitByteTimes (size_t count); size_t read (uint8_t *buf, size_t size = 1);