Well, if you want to "constantly" output your string, you cannot block the while loop with an event structure. Currently it only spins exactly once whenever a button changes. To transmit a command once whenever the corresponding event occurs, you would wire it as follows (place all the constants inside its event case).
To constantly output the desired command, you would place the string in a shift register and place the serial code in the timeout case, for example.
A good troubleshooting tool is execution highlighting. Try it! 🙂
Message Edited by altenbach on
11-12-2007 11:40 AM