Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
I'd like to hook-up a LA75 printer to my VAXstation 3100 but I can't figure out which TT: device is assigned to the printer port? Thanks - eric.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1286.1 | And the answer... | BAGELS::BOROFF | Running up the hill... | Wed Aug 16 1989 15:07 | 19 |
The serial printer port is TTA3: on VAXstation 3100s. And the rest is history... $ set term tta3: /perm /eightbit /nobroadcast /notypeahead /nowrap - /tab /noecho /noescape /pasthru - /speed=4800 /width=80 /page=0 /device_type=(la75) $! $ define/system sys$print tta3: $! $ set device /spooled = (sys$print,sys$sysdevice:) tta3: $! $ init /que /start /on=tta3: sys$print Thanks for the tip Sean, eric. |