Yes to your second question...
The program does not issue a clear command after the data is sent. Unless I have to scrollback on, the data overwrites itself making it diffuicult to read correctly.
I can go back maunally with the scrollback and retrieve the data which I need, but I would like to...
I just need to capture certain integers when they appear in the stream of data. This is during an open telnet session where the data is sent when I press certain keys. The TERMGETS command seems to be exactly what I need, but it will not work with scrollback on. For example, when I press the...
Thanks to Knob for you answer to my last post. That ITOA command really helped !
I am attempting to capture data from an incoming data stream, but need to use scrollback. Everything I have read says that you must have scrollback turned off !
I am receiving streams of data which are much...
This will probably seem simple, but I am a beginner !
I need to set up a script to transmit an variable integer.
Here is the simple script which I am having trouble with !
proc main
integer i , ar1[10000]
integer f
f = 225471
for i = 1 upto 100
f = f - 250
transmit "l"...
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.