Serial port buffer Hello, I'm having trouble parsing a continuous stream of serial data on a linux machine. Each packet of data consists of 75 bytes, and the packets are transmitted at a rate of 3hz. The packets are further broken down into frames, consisting of 5 bytes each, with each frame starting with a byte of value '1' and one ...