C# Datagridview

I'm trying to show 12 values from the Arduino. I want these values to come back as soon as I press buttons. I want to see 3 data on each button. I wrote code for that. But sometimes the values are very good and sometimes the sensor values are jumping. For example, pot value should be 640, jumps to right column, value 0.

? Wrong forum ?
You might do better on a VB.NET site.

The OP's problem is that he has no clue how serial communication works between the PC and the Arduino.
He's trying to walk before he can crawl.

Unfortunately, in the MSDN C# forum, there are not many people who write programs with serial communication so his question will remain unanswered.

.

How do you know when you've received the entire serial message?

I'm putting all the data on a label. I'm already reading the data in pieces with Read.Existing.
It's very annoying to make a jump when you switch between the buttons. As you say, maybe it makes more sense to write to other platforms. :frowning: