//Like for alphabet writing A
port.interop(address,1); //to move up
timer1.enabled=true; // for delay
port.interop(address,2); //to move horizontal
timer1.enabled=true; // for delay
port.interop(address,5); //to move down
timer1.enabled=true; // for delay
now i dont know how to move my robotic arm on the half of up(vertical axis) and then draw horizontal line for A???
can anyone help me?
thanx for ur forums all replies,it really did help me aloot
Replies
Know the answer? Post it — somebody with the same question will find it here.