I need to read a stream coming from /dev/ttyUSB0
until it reaches 350Kb of size, how can I do this in C++?
The device that is sending this stream is an electrocardiogram that is sending data with a speed of 1200Mhz and I can't lose any package.
I need to read a stream coming from /dev/ttyUSB0
until it reaches 350Kb of size, how can I do this in C++?
The device that is sending this stream is an electrocardiogram that is sending data with a speed of 1200Mhz and I can't lose any package.