Win Editor Debug Terminal
Archiver
Posts: 46,084
I'm working on sending text strings to my BS2, to which it takes
action depending on the text input. I want to use a macro with the
debug terminal to send a series of strings. But I can't figure out
how to cause the macro to pause between strings to give the Stamp
time to act on the latest command.
Does anyone know how to put a pause in a terminal macro?
For example, I want the output from the macro to go like this:
"On"
pause 1 second
"Off"
pause 1 second
"On"
pause 1 second
etc.
Any ideas?
Thanks
Don
action depending on the text input. I want to use a macro with the
debug terminal to send a series of strings. But I can't figure out
how to cause the macro to pause between strings to give the Stamp
time to act on the latest command.
Does anyone know how to put a pause in a terminal macro?
For example, I want the output from the macro to go like this:
"On"
pause 1 second
"Off"
pause 1 second
"On"
pause 1 second
etc.
Any ideas?
Thanks
Don