Re: Timeout Option (General questions)
Thanks, this is looking more promising. I am using a VBScripting type environment (winbatch) so I cannot wait for events so I will be setting Blocking to true.
In my old code I execute the following:
Loop
Get from the receive buffer (timeout after 2 seconds)
Append receive buffer onto a 'global string'
If I see the words 'Next Page' send an F7 and loop back to the top
If I see the words 'Invalid command' send F1 and leave route
If I see the words 'Not supported' send F1 and leave route
If I see the words 'Command:' leave route
Display some stuff on screen
return to top
Can you give me a sample on how this might look?
Thanks!
Barry
Complete thread:
- Timeout Option - bmclellan, 2007-08-28, 06:39
- Re: Timeout Option - wodDamir, 2007-08-28, 09:22
- Re: Timeout Option - bmclellan, 2007-08-28, 13:04
- Re: Timeout Option - wodDamir, 2007-08-28, 14:22
- Re: Timeout Option - bmclellan, 2007-08-28, 14:39
- Re: Timeout Option - wodDamir, 2007-08-28, 14:47
- Re: Timeout Option - bmclellan, 2007-08-28, 14:54
- Re: Timeout Option - wodDamir, 2007-08-28, 21:29
- Re: Timeout Option - bmclellan, 2007-09-11, 06:24
- Re: Timeout Option - wodDamir, 2007-08-28, 21:29
- Re: Timeout Option - bmclellan, 2007-08-28, 14:54
- Re: Timeout Option - wodDamir, 2007-08-28, 14:47
- Re: Timeout Option - bmclellan, 2007-08-28, 14:39
- Re: Timeout Option - wodDamir, 2007-08-28, 14:22
- Re: Timeout Option - bmclellan, 2007-08-28, 13:04
- Re: Timeout Option - wodDamir, 2007-08-28, 09:22