Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello!
I began recently working on a device with 4 sensors that are conected to an Arduino ONE, on the analog pins. I really need some help with the visual studio software i want to build, because my programming skills are not that advanced. What i need is to create a real time ploting data fron the 4 sesors on the same graphic (virtual oscilloscope).
Could someone help me? I really need it!
Thanks!
Posted
Updated 24-Aug-14 0:40am
v2
Comments
Member 11031696 2-Sep-14 10:30am    
I resolved the serial communication, now i'm into figuring hot to plot in real-time the data i receive. Any ideas?

1 solution

You are probably going to receive the sensor data on a virtual serial line. So, your first task is the proper handling of serial line communication with the Arduino board (you may find many articles on this topic).
Then you have to display the received data using a chart. You may find some free charting controls or consider to write yourself the drawing code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900