[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

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

1286.0. "LA75 & VAXstation 3100" by BAGELS::BOROFF (Running up the hill...) Wed Aug 16 1989 13:15

    
    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.RTitleUserPersonal
Name
DateLines
1286.1And the answer...BAGELS::BOROFFRunning up the hill...Wed Aug 16 1989 15:0719
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.