Thank you for your response. I am on the receiving end.
I solved the problem for now by creating two scripts where one script halts itself and the other script starts it. Everything seems the be working fine now.
Thank you for your response.
I thought that there is way to stop and start the script automatically. But now I understand that once I stop the script I cannot started it again unless I create another script that will launch it for me, which I really don't want to do. Let me try to explain the...
Ok. I got it working I had add two rget commands to capture the data properly.
while $CARRIER
capture on
yield
set aspect RXDATA ON
rget Msg
rget Msg
set aspect RXDATA OFF
strreplace Msg "`r" ""
transmit Msg...
Hi,
After working on my other projects, I came back to this project again and can't seem to get it working. It echos the message intermittently. Here is the part that suppose to echo the message:
while $CARRIER
capture on
yield
rget Msg 50
set ASPECT...
OK I finally started testing the script where I am sending a message from a device and the script should echo the message back to me but sometimes I get the message and other times I don't unless I send another message.
I can't seem to find the problem. I tried different things but didn't work...
When full line of data received. I created something like:
set aspect RXDATA ON
while $RXDATA
rget Msg 30
if SUCCESS
termwrites Msg
transmit Msg
transmit "^M^J"
pause 3
endif
endwhile
I haven't test it yet but hoping that it works. My...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.