I needed a thing to graph data sent from arduino for my UAV thing, so I put together a program in C# using the excellent ZedGraph graphing libraries.
It allows you to graph upto 10 different channels on one graph (limited only because I couldn't come up with more line colours), and you can change how many samples you want to store in the graph. You can zoom in to the graph, save a picture n'stuff.
I apologize in advance for any crashes from bugs, the user inputs have zero error checking, since this was a Sunday afternoon job. This is a .net program, so you may need to have .net framework to get it working. I have only tested this on Win 7.
Hi,
I have some questions about it. If system has 5 input and If you send to PC 5 different data over serial simultaneously. How didnt you mixed data which comes from arduino,in C#?
How do u split the data which is comes from arduino, in C#?
(My idea is u must order each data like data1s, data2s, data3s, data4s, data5s. Then data1 consists of data1s...etc. I will try it asap.)
Could you show us to your c# codes? (meanwhile I couldnt tried your program just because of my arduino always connects COM28 )
Regards
In it, you mention "I've got a program that interfaces with FSX camera control and serial port, all you need to do is send a comma separated string of pitch, roll yaw and so on. Should make it easy for anyone wanting to control FSX camera from arduino."
Any chance you might still have the simconnect interface (or code) that I can get?
In it, you mention "I've got a program that interfaces with FSX camera control and serial port, all you need to do is send a comma separated string of pitch, roll yaw and so on. Should make it easy for anyone wanting to control FSX camera from arduino."
Any chance you might still have the simconnect interface (or code) that I can get?
Thanks -
FlyBlueSkies
Holy crap that is 2009. I don't even use delphi any more. The program is here http://iluvtocnc.googlepages.com/CockpitCamera.zip I have no idea if it still works. I will have a look around for the source if you really want it.
zitron:
Holy crap that is 2009. I don't even use delphi any more. The program is here http://iluvtocnc.googlepages.com/CockpitCamera.zip I have no idea if it still works. I will have a look around for the source if you really want it.
Yep, knew that it was a shot in the dark. Glad you still had the link. Source code would be nice, but if you don't have it, no big deal. I just did not want to start from scratch.