T.R | Title | User | Personal Name | Date | Lines |
---|
3796.1 | CRTL/D? | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Fri Jan 21 1994 20:29 | 34 |
| > What I want to know is why, ALL-IN-1 is suddenly reading this CTRL D
> command and translating it into control blocks. I have cross posted this
> in the ALL-IN-1 conference as I am not sure whether it is ALL-IN-1 or
> WPS-PLUS that is responsible for this.
Your report implies that ALL-IN-1 used to ignore the CTRL/D. This is not
the case. There has never been code in ALL-IN-1 to do this.
The ALL-IN-1 COPY_TO_PORT function performs the following:
1. Sends a control sequence to switch the terminal to port mode.
2. Sends the contents of the listing file to the terminal, which
because it is in port printer mode will send the characters to the
printer instead of displaying the characters on the screen. Also,
any flow control characters sent by the printer to the terminal
will be used to regulate the flow of characters.
3. Sends a control sequence to switch the terminal to normal display
mode.
My guess is that the CTRL/D is being sent by the printer after step 3
above.
Has the customer just started using a PostScript Port printer?
What type of Port Printer and Terminal is be used? It may be possible to
configure the printer so that it does not send the CTRL/D.
Richard
|
3796.2 | Yes he has... | KERNEL::VANRIXTELE | Emma van Rixtel | Fri Jan 21 1994 20:35 | 6 |
| Yes he has just started using a postscript port printer, I will find
out the rest when I speak to him on Monday.
Thanks.
Emma.
|
3796.3 | Here it is.. | KERNEL::VANRIXTELE | Emma van Rixtel | Mon Jan 24 1994 18:02 | 8 |
|
Ok, he is using a DEClaser 1152 postscript printer and his terminal is
a VT 330+
Thanks,
Emma.
|
3796.4 | Ask in a Printer conference | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Tue Jan 25 1994 18:03 | 17 |
| There is no way ALL-IN-1 or FMS can tell if the CTRL/D received from the
terminal was typed by the user or sent from the printer.
The two solutions to this problem are:
1. Stop the printer sending a CTRL/D
2. Stop the terminal sending the CTRL/D to the computer.
I suggest you ask in a Printer conference such as
ONTIME::POSTSCRIPT_PRINTING to see if it possible to stop the printer
sending a CTRL/D.
Richard
|
3796.5 | ok, will let you know what they say. | KERNEL::VANRIXTELE | Emma van Rixtel | Tue Jan 25 1994 18:19 | 4 |
|
Who do I ask how to stop the terminal sending the CTRL /D to the
printer??
|
3796.6 | here's one suggestion | KERNEL::VANRIXTELE | Emma van Rixtel | Thu Jan 27 1994 17:13 | 12 |
|
Someone from the Postscript printing conference suggested turning off
printer-to-host communication in the video terminal printer set-up
screen.
The customer no longer has his printer to test this on, he will be
getting another one in a week or so, in the meantime, does anyone know
if this will work?
thanks again,
Emma.
|
3796.7 | | IOSG::MARSHALL | When you've got a widget, you don't need gimmicks | Mon Jan 31 1994 16:33 | 7 |
| >> turning off printer-to-host communication
This should work. My only worry is whether it will also prevent the
flow-control characters being passed back to the host when the print file is
being sent. I would hope that the VT is clever enough to do this properly!
Scott
|