Hello could someone tell what is the best way to buffer incoming Values on serial port? Because I have the problem that some values are corrupted when written into a textBox. I already asked about that in the following question: Why do I get partly strange values from serial port in C# Someone told me it is because I don't buffer them. When I write the String that I get from serial port in to a text File, I get this:
12.5 g
12.5
g
12.5 g
12.
5 g
12.5 g
12.5 g
12.5 g
1
2.5 g
12.5 g
12.5 g
12.5 g
12.5 g
12.5 g
12.5 g
12.5 g
12.5 g
12.5 g
Hope someone can help me.