Two proresses in parallel
philipad23
Posts: 44
Can Basic Stamp do to processes in parallel? What exactly I want to do is the following:
With a remote control I want send signal that will be received from the microcontroller with the SERIN command. The microcontroller will display the numbers represented by the signal in sequence. For examples if 1 and 2 are received two 7 segment led displays will show:
01,02,01,02,01,02,01.........
If afterwords the number 3 is received it will show:
01,02,03,01,02,03,01,02,03,01..................
I am afraid that using a loop to run the subroutine that display the numbers in sequence all the time , it is not possible for the microcontroller to receive tha signal as the SERIN command will not be in the loop.
Anyone can help me?
Thanks
With a remote control I want send signal that will be received from the microcontroller with the SERIN command. The microcontroller will display the numbers represented by the signal in sequence. For examples if 1 and 2 are received two 7 segment led displays will show:
01,02,01,02,01,02,01.........
If afterwords the number 3 is received it will show:
01,02,03,01,02,03,01,02,03,01..................
I am afraid that using a loop to run the subroutine that display the numbers in sequence all the time , it is not possible for the microcontroller to receive tha signal as the SERIN command will not be in the loop.
Anyone can help me?
Thanks
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax