Hi Guys,
I try to read a lot of topics about C# with Arduino serial interferance, and I still can't figurte out how to read the data sent from my Arduino fast enough to plot a graph using C#.
-
What I need: I need to read the data fast from C#, so I can plot a live graph.
-
Problem: Arduino sends 20 reads from the sensor....my C# application received 5-6, so the chart does not have alot of points.
-
What Code I'm using for C#:
Tutorial : Arduino Interfacing with C# to read Temperature via LM35 sensor - YouTube -
Things that you should know:
- I try increasing the baud rate from 9600 to a higher number and above code does not let me connect. So I cant use a higher baud rate...cant figurate out why.
-On C# I'm using a Timer of 10ms to read the serial. I know this could be the main problem. But I dont know what other way I can use to read fast enough...
Any help will be apreciated!
Thank You