Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!uunet!bcstec!misty!jsadler From: jsadler@misty.boeing.com (Jim Sadler) Newsgroups: comp.sys.hp Subject: Re: 2 serial port questions (HP 9000/835 HP-UX) Message-ID: <1150020@misty.boeing.com> Date: 17 Feb 90 01:34:11 GMT References: <4685@aplcen.apl.jhu.edu> Organization: Boeing Commercial Airplane BCS Support Lines: 49 / misty:comp.sys.hp / maswana@aplcomm.jhuapl.edu (Mark A Swana (NCE)) / 3:39 pm Feb 13, 1990 / >1) Are the serial ports on my 9000/835S really able to communicate at 19.2K? > All efforts to get them to work at this speed (with a number of different > terminals and pc's) has failed. I'm running hp-ux 3.1; all I should need > to do is start a getty at 19.2, right? The total bps is 58.6K for the mux as a whole. ie: 3 at 19.2 or 6 at 9.6 or 2 at 19.2 and 2 at 9.6. > >2) One serial port is connected to a Laserjet (the old kind). Can I get any > kind of xon/xoff type support? I'd like for print jobs to get queued and > get a message from lpstat if the printer's not on or out of paper, etc. > Is this possible? The queueing should be no problem. If you haven't setup the spooler look in the sysadmin manual page 5-44. Watch out for step 7 it should read: nohup sleep 20000000 < /dev/tty0p2 & stty -parenb -enqak cs8 9600 -cstop -clocal ixon opost onlcr tab3 < /dev/tty0p2 I'm not sure about paper out. below is my inittab and ll of /dev/lp. If this help your welcome. > >Thanx for any and all help! >---------- jim sadler 206-234-9009 email uunet!bcstec!jsadler|root | hplabs!hpubvwa!b-mrda!jim init:2:initdefault: muxi::sysinit:/etc/dasetup /dev/console 2>&1 # mux init brc1::bootwait:/etc/bcheckrc /dev/console 2>&1 # fsck, etc. brc2::bootwait:/etc/brc >/dev/console 2>&1 # boottime commands link::wait:/bin/sh -c "rm -f /dev/syscon; \ ln /dev/systty /dev/syscon" >/dev/console 2>&1 rc ::wait:/etc/rc /dev/console 2>&1 # system initialization powf::powerwait:/etc/powerfail >/dev/console 2>&1 # power fail routines cons::respawn:/etc/getty console console # system console com0:2:respawn:/usr/lib/uucp/uugetty -h hpmodem 2400 #Modem for hp F.E.'s #ttp0:2:respawn:/etc/getty -h tty0p0 9600 com1:2:respawn:/usr/lib/uucp/uugetty -r -h -t 60 tty0p1 9600 ttp2:2:off:/etc/getty -h tty0p2 9600 ttp3:2:respawn:/etc/getty -h tty0p3 9600 com4:2:respawn:/usr/lib/uucp/uugetty -r -h -t 60 tty0p4 9600 ttp5:2:respawn:/etc/getty -h tty0p5 9600 crw-rw-rw- 1 lp daemon 1 0x000002 Feb 16 16:49 /dev/lp