> Do you know how do I do a TANDEM inside a pick basic program passing
the ESC F (feed mode)?
> I have tried the EXECUTE but I can not send a "ESC F".
> Using TCL shell the TANDEM in feed mode works.

Since tandem is a unix executeable, pipe the commands you want into it.
For example, suppose port 17 is sitting at TCL, and you want to print
"THIS IS A TEST" to it's screen.

If you have a file, tandemcmds, that contains

   ^027FDISPLAY THIS IS A TEST
   ^027X

At unix:
   cat ./tandemcmds | $UVHOME/bin/tandem 17

At basic:
  EXECUTE \SH -c"cat ./tandemcmds | $UVHOME/bin/tandem 17"
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to