Hello.
I am a Newbie in Arduino programming so I want to ask a question.
My problem is when i sent commands from file using C# i can sent only 5 lines then motors just stop. But when i sent commands manualy all is OK i can sent how many commands i whant. I use Arduino Uno board and Adafruit motor shield v1.
You always need flow-control of some sort when the source of data can send faster
than the receiver can process it. Here software flow control looks to be the answer -
the Arduino is already sending an acknowledge token, the ">".
Thanks for help. But i already solve the problem.
I set timer in C# to 100 ms when i send lines i search in richtextbox if last line contains > then i send next line