C#C
C#2y ago
Mekiaqu

Visual Studio C# WinForms, a question for better performance.

Hello! I am making a rocket ground station application. There is a serial port connection which gives me rocket's data to display it on screen. I am displaying this variables properly but there is 2 designs in the screenshot at the bottom. Which shows rocket's degree with ground and speed of it. Serial port receiving data in every 100 miliseconds and my application rotating these pictures like a realistic gauge. But when data is coming too fast, variables are displaying wrong a lot because rotating these photos making my application a bit busy. What can I do for this? I don't know how to rotate them in an async way. I am using Guna2 NuGet package for design.
istasyon4.PNG
Was this page helpful?