Hello all!
I'm making diagnostic program for my embedded project. Program connects with device over usb and recieve some data, but it's not important. Important thing is that recieved data have many discrete signals which i must show.
Here is screenshot of my program:
scr1.jpg
(sorry for russian text on screenshot)
On the left and right sides of program you can see rectangles with discrete signals(58 signals)...I'm drawing them by redefinition of paint method and painter.
Main problem in updateThey must be updated every 500-1000 msec.
So, here is question...what is the best way of solving this problem? Make timer and connect it to repaint method? But in this case perfomance will be very bad....
Maybe exists other way?


)
They must be updated every 500-1000 msec.
Reply With Quote



Bookmarks