C# .NET receive data from Arduino. Textbox output speed(per second) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C# .NET receive data from Arduino. Textbox output speed(per second)

I want to receive sensor data from Arduino, and show data using textbox(or another way). Receiving data was successful. When i checked in arduino, data output speed is (maybe) 80/sec But in c#, data output of textbox has slowed down. It looks like pouring water into a funnel... Is there a maximum speed that the textbox can print? I want to show sensor data in real time. Not buffer What should i do?

10th Nov 2021, 8:59 AM
Lala
3 Answers
10th Nov 2021, 9:54 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
I have tried your suggestion, but it failed😭
10th Nov 2021, 11:29 AM
Lala
+ 1
Winform or wpf ? Is it good when the UI is not involved ?
10th Nov 2021, 5:13 PM
sneeze
sneeze - avatar