<quote who="Bill Haskett">
> One of our clients runs an application all within BASIC.  There is no
> access
> to real ECL.  They have a "tcl shell" BASIC program to interface between
> the
> user and UD's ECL.  All input is controlled by:
>
> LOOP                                                               ; ** UD
> version
>     IF NOT(WaitTime) THEN                                          ; ** UD
> version
>        INPUT AsciiChar,1: UNFILTERED     ; ** get a raw byte            UD
> version
>     END ELSE                                                       ; ** UD
> version
>        INPUT AsciiChar,1: FOR WaitTime UNFILTERED THEN             ; ** UD
> version
>           NULL                                                     ; ** UD
> version
>        END ELSE                                                    ; ** UD
> version
>           AsciiChar = WCHAR                                        ; ** UD
> version
>        END                                                         ; ** UD
> version
>     END                                                            ; ** UD
> version
>     DecChar  = SEQ(AsciiChar)            ; ** convert to decimal        UD
> version
>     HexStr  := OCONV(AsciiChar, 'MX')    ; ** convert to hex            UD
> version
>     DecStr  := DecChar : SP1             ; ** build decimal string      UD
> version
>     KeyStr  := AsciiChar                 ; ** build ascii               UD
> version
> UNTIL NOT(SYSTEM(14)) DO REPEAT
>
> All has been working fine.  However, when I "TANDEM" to a port (port A
> tandems to port B) that's at the "tcl shell", enter [Ctrl]+F to enter
> "feed"
> mode, then enter a command in port A the [Enter] key seems to be stripped
> (or changed to an up arrow), so the command isn't executed.  I have to
> press
> [Enter] in port B for the typed in command to execute.
>
> However, if I get to real ECL on both ports there is no such problem.  Is
> there a reason for this, or, better yet, is there a way around it?  I've
> tried using [Ctrl]+M but that's just the same as [Enter].

Try CTRL-J and see if that works.

Karl

>
> Thanks.
>
> Bill
> -------
> u2-users mailing list
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
>


-- 
karl

     _/  _/      _/      _/_/_/       ____________   __o
    _/ _/       _/      _/    _/     ____________  _-\<._
   _/_/        _/      _/_/_/                     (_)/ (_)
  _/ _/       _/      _/           ......................
 _/   _/ arl _/_/_/  _/ earson    [EMAIL PROTECTED]

--
IT Director, ATS Industrial Supply, Inc.
http://www.atsindustrial.com
Toll-free: 800-789-9300 x29
Direct2Desk: 801-978-4429
Facsimile: 801-972-3888
--
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to