Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sys.hp Subject: Re: Need help setting up RS-232 port Message-ID: <1746@auspex.auspex.com> Date: 5 Jun 89 18:18:36 GMT References: <8490001@weycord.WEYCO.COM> <15480004@hpfinote.HP.COM> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 13 > /* open device as read / write see mknod to make /dev/tty */ > /* mknod /dev/tty c 1 0xscpp04 */ Err, umm, unless HP-UX is a REALLY ALIEN life form (and, as far as I know, it's not), you really DON'T want to do this. "/dev/tty" is supposed to be the "get me the controlling terminal" device in UNIX, and should already exist on your machine; it should NOT refer to some particular serial port. If you really meant "/dev/tty", e.g. "/dev/tty04" or whatever, shouldn't that already exist once you've installed your system?