-
Added getState
-
Release of v2.4.0.
-
Added InWaiting and option for shared library (CMake)
-
- InWaiting is an equivalent of Serial.available() (On Arduino), used to get number of bytes available in buffer and if it is relevant to read from it - Sometimes during usage it bothered me that this lib is STATIC, so I made this option. (Haven't tested, but compiled just fine)
-
- Added support for setting the parity. - Added support for setting the num. stop bits.
-
Added ReadBinary and WriteBinary
-
Make available CppLinuxSerial to FetchContent
-
Build updates
-
v2.0.3
-
…14 by specifying set(CMAKE_CXX_STANDARD 14) rather than just dd_definitions(-std=c++14). Removed all unit tests that were using virtual serial ports for testing, as these are broken due to a changing TravisCI OS environment. This needs fixing at a later date.
-
v2.0.2
-
…cturedText to markdown.