Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!peregrine!ccicpg!felix!tgate!ka3ovk!teemc!fmeed1!hpuinda!hpfcse!hpfcmgw!rocky From: rocky@hpfcmgw.HP.COM (Rocky Craig) Newsgroups: comp.sys.hp Subject: Re: How to Connect an HP DraftPro Plotter (7570) to an HP9000/360 Message-ID: <1080077@hpfcmgw.HP.COM> Date: 29 Aug 89 14:48:03 GMT References: <4897@portia.Stanford.EDU> Organization: HP Fort Collins, CO Lines: 40 First of all, remember that SPOOLED devices are not supported on diskless workstations. There are workarounds. > I can't find....what select code the internal RS232 interface is, Select code 9. > what switch settings I should use on the plotter, or Don't know about that, it should be in the plotter manual. > what device driver (major number) I should use for the plotter. The serial driver, one (1). It's automatically included in your kernel, so you shouldn't need to rebuild. Use the following mknod: # mknod /dev/plotter c 1 0x090004 This says the plotter is at select code 9 with "direct connect". The driver defaults to 300 baud (among other things). Your interface script might need to change this. (You might need to create a custom model). Have a look at the "stty" command in one of the printer models in /usr/spool/lp/model (such as "laserjet"); you should find something like # Set up RS-232 interface if this is a tty port stty raw 9600 -parenb cs8 ixon -istrip clocal <&1 2>/dev/null Good luck! Rocky Craig Hewlett-Packard Workstation Group, Marketing Event Technical Support 3404 E. Harmony Road, Ft. Collins, Colorado 80525-9599 Internet: rocky%hpfcmr@hplabs.hp.com UUCP: ...!{hplabs | hpu*}!hpfcmr!rocky This article does not represent the official position of the Hewlett-Packard Company. The above data is provided for informational purposes only. It is supplied without warranty of any kind.