Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!mcvax!unido!sbsvax!roeder From: roeder@sbsvax.UUCP (Edgar Roeder) Newsgroups: comp.sys.atari.st Subject: Re: Gulam and Cauxin Cauxout Message-ID: <749@sbsvax.UUCP> Date: 17 May 89 16:28:34 GMT References: <4514@cheviot.newcastle.ac.uk> Organization: Universitaet des Saarlandes, Saarbruecken, W-Germany Lines: 17 In article <4514@cheviot.newcastle.ac.uk>, Graeme.Dixon@newcastle.ac.uk (Graeme Dixon) writes: > ... What does gulam do to the > serial port? > Gulam redirects handle 2 (which is AUX: in the desktop) to point to the console (CON:) and uses this as standard error channel. Nothing else is done to the serial port. Your program seems to use handle 2 assuming that it points to the AUX-port. Try "prog 2>AUX:" to get stderr redirected to the serial port again. Hope this helps > > Graeme Dixon - > Computing Laboratory, University of Newcastle upon Tyne, UK - Edgar