08-20-2013 03:02 AM
Hello!!
I made a program that reads data from an Arduino microprocessor. Once I realize the exe and connect Arduino, the program starts reading the data, but only for a few minutes ... then it stops and i have to disconnect and reconnect Arduino....any ideas?
Thanks a lot!
08-20-2013 03:56 AM
Hi
when you disconnect your arduino, do you turn off the power? If yes, it may be a memory issue in your arduino. I've worked once with Arduino, and we had an issue with data stacking over and over in the arduino
08-20-2013 10:10 AM
Solved, there was an other problem in the program that was causing crash.
Thanks
GM