home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!utcsri!newsflash.concordia.ca!garrot.DMI.USherb.CA!uxa.ecn.bgu.edu!psuvax1!psuvm!auvm!KSUVM.BITNET!MLACY
- Message-ID: <IBM7171%92111800170033@VM.TCS.TULANE.EDU>
- Newsgroups: bit.listserv.ibm7171
- Date: Tue, 17 Nov 1992 11:46:00 CST
- Sender: Protocol Converter list <IBM7171@TCSVM.BITNET>
- From: Mike Lacy <MLACY@KSUVM.BITNET>
- Subject: modifying the host translate tables for ESCAPE
- Lines: 20
-
- I am currently trying to modify the hardcopy translate table to change the
- EBCDIC x'27' escape to an ASCII x'1b' escape. I have followed the directions
- in the 7171 reference manual and programming guide for modifying host translate
- tables but it still does not convert a x'27' to a x'1b' on transmission.
- What comes across is a x'20'. I will list the steps that I took and hopefully
- someone can point me in the right direction to solve my problem.
- co dc00:4782 dc00:1d00 100 copy host ebcdic to ascii table to nv-ram
- s dc00:1d27 1b change ebcdic escape to ascii escape
- co dc00:4a82 dc00:1e00 100 copy host ascii to ebcdic table to nv-ram
- s dc00:1e1b 27 change ascii escape to ebcdic escape
- co dc00:436e dc00:1f00 14 copy host translate table to nv-ram
- sw dc00:1f08 1d00 change the pointer to ebcdic to ascii table
- sw dc00:1f0e 1e00 change the pointer to ascii to ebcdic table
- co dc00:5d5a dc00:1f20 12 copy the hardcopy header to nv-ram
- sw dc00:1f28 1f00 change the host translate table pointer
- sw dc00:33a 1f20 change the pointer for terminal names list
-
- If any additional information is needed I will gladly supply it.
-
- Thanks, Mike Lacy Fort Hays State University
-