creating real time graphical line chart
-
hi all, I m a student, currently having problem on how i can start programming. my project require the use of an measurement device and it measurement are taken from the usb port and save in notepad .txt format, i am suppose to come out with an real time graphical display of the measurement, but i have no idea how i could start on it as i am new in programming. any help or suggest would be greater appreciated. Thanks
-
hi all, I m a student, currently having problem on how i can start programming. my project require the use of an measurement device and it measurement are taken from the usb port and save in notepad .txt format, i am suppose to come out with an real time graphical display of the measurement, but i have no idea how i could start on it as i am new in programming. any help or suggest would be greater appreciated. Thanks
You should have a library to communicate with your measurement instrument. Probably you can download it from the manufacturers web-site. How to display the measurements on a graphical display? ZedGraph : http://www.codeproject.com/KB/graphics/zedgraph.aspx[^] Don't bother with other plotting libraries, ZedGraph is the best. Good luck zafer