Not sure exactly why you want to do this but you can keep the
previously read data in a shift register and concatinate it with the
new data as it arrives.

This can become costly (memory and speed-wise) if you read a lot of
data and concatinate frequently. If you can avoid reading the data
until it has all arrived (the serial port has a buffer...) that is a
better solution.

Reply via email to