Hello Csharpers,
I built a flight computer about a month ago and I want to visualize the data coming out of it through a Windows Forms App. There isn't much online but I managed to retrieve the inertial measurement unit's gyroscopes and stuff through the serial port. However, after rotating the flight computer, there is a noticeable delay when it's trying to display on the textBoxes, and after a few seconds, it seems to freeze on a rotation angle. It works fine when I output a single angle (such as the X axis) in the serial monitor, however more than that, it freaks out. Anyone know how to solve for this? Thanks
I built a flight computer about a month ago and I want to visualize the data coming out of it through a Windows Forms App. There isn't much online but I managed to retrieve the inertial measurement unit's gyroscopes and stuff through the serial port. However, after rotating the flight computer, there is a noticeable delay when it's trying to display on the textBoxes, and after a few seconds, it seems to freeze on a rotation angle. It works fine when I output a single angle (such as the X axis) in the serial monitor, however more than that, it freaks out. Anyone know how to solve for this? Thanks