Fix Bad Data From Serial Port Arduino With C#

Опубликовано: 08 Май 2026
на канале: Coding With Alfred
1,259
18

This is a How to Fix Bad Data From Serial Port Arduino With C# video. Are you using arduino board for serial communication using C# code or other programming language and when you open the serial port to read the stream of data but you get incomplete messages aka bad data? The way we fixed it in the video is to discard the buffer aka whatever is in the buffer prior, then start reading a fresh new data to keep.