??? 10/17/06 14:26 Read: times |
#126579 - re; control task Responding to: ???'s previous message |
Yu,
What you need in order to control a stepper and also interpret RS-232 commands is two processors. One processor recieves and interprets the RS-232 commands and the other processor controls the stepper. The processor controlling the stepper is the the master and the processor recieving the RS-232 commands is the slave. The master processor then lets the slave processor know via interrupt when it is not busy so that it can recieve the interpreted commands from the slave. It really doesn't matter if you get a faster processor unless that processor has a sizeable harware communication buffer to store characters coming in from the RS-232 link. Jacob |