How do monitor for serial data in, instead of prompting for it with debugin?
lorderico
Posts: 12
My program runs a motor by turning it on and off in order to vary its speed.· I want my program to change the speed of the motor when it recieves a signal from the computer.· Currently, I use the Debugin in command.· However, this prompts the user and waits for a reply.· I need it to continue running my program while it waits for data from the computer.· How can I do this?
Thanks,
Eric
Thanks,
Eric
Comments