Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!orsvax1!pyrnj!caip!seismo!ut-sally!pyramid!amiga!tomp From: tomp@amiga.UUCP (Tom Pohorsky) Newsgroups: net.micro.amiga Subject: Re: Serial Driver Message-ID: <800@amiga.amiga.UUCP> Date: Tue, 4-Mar-86 18:11:07 EST Article-I.D.: amiga.800 Posted: Tue Mar 4 18:11:07 1986 Date-Received: Fri, 7-Mar-86 05:37:57 EST References: <663@puff.UUCP> Reply-To: tomp@stella.UUCP (Tom Pohorsky) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 19 In article <663@puff.UUCP> avery@puff.UUCP (Slippery Jim) writes: >Well, after much prodding and plodding through manuals, examining my >cable, and some trial and error, I managed to get my printer working >to my (almost) satisfaction. The xon/xoff flow control seems to function >properly now, so now my amiga waits patiently for my printer. I was, >however, wondering why, since they put all sorts of Data Set Ready >polling into the serial driver, they didn't allow one to select >DSR flow control for external hardware. I've always found xon/xoff >sooo inelegant... DSR flow control is indeed available, it's just not the default. To change flow control, as well as any of the other serial device parameters, use the setserial program from the CLI. Typing "setserial 0" will list all the settable parameters, a perusal of serial.h or serial.i (in the ROM Kernel manual and elsewhere) will let you know the options available and the settings to use. Setserial is in the public domain, available from the Fred Fish service, and (hopefully) your dealer. Typing "setserial 10 x84" will disable xON/xOFF flow control AND enable DSR flow control (we call it "7-wire protocol"). keep on slippin', tomp.