Dear users of AVRfreaks forum i have a question regarding a project which i was hope some of you might answer.
I have a problem with getting windows forms app communicating with arduino duemillanove with ATmega168. Basically project is about win app sending pwm values and arduino responding with pulse counter states(the controlled object is a robot arm). I've fixed the arduino to work as i want to and i've tested it with bray's terminal.
When i switched to windows forms app sometimes it worked sometimes it didn't. After observing it for a while it came to me that terminal resets my chip when it connects to the board and my win app doesn't. so my question is: How can i get Windows forms app to reset the chip just as terminal does.
Thank you a lot.