I'm trying to read data from a serial port which only contains binary data. I copied/wrote some code but it only outputs data if there is a LF(0x0a) at the end of the message. I tried everything but don't have a clue how to sort this. Hope someone here can get me in the right direction. #include <st...