Add minimal CDC client

Added a minimal CDC client application that uses the CDC connector
library. This is mainly intended for manual testing so it is built using
the accompanying Makefile instead of being a part of the CMake system.
This commit is contained in:
Markus Mäkelä
2019-01-04 10:43:43 +02:00
parent 46bea87ff6
commit bc346422fb
3 changed files with 7 additions and 2 deletions

View File

@ -26,7 +26,7 @@ int main(int argc, char** argv)
if (conn.connect(argv[5]))
{
CDC::Row row;
CDC::SRow row;
while ((row = conn.read()))
{