Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site amiga.amiga.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!decwrl!pyramid!amiga!tomp From: tomp@amiga.UUCP (Tom Pohorsky) Newsgroups: net.micro.amiga Subject: Re: Serial Driver Message-ID: <823@amiga.amiga.UUCP> Date: Fri, 7-Mar-86 02:08:50 EST Article-I.D.: amiga.823 Posted: Fri Mar 7 02:08:50 1986 Date-Received: Sat, 8-Mar-86 22:31:16 EST References: <663@puff.UUCP> <800@amiga.amiga.UUCP> <2884@amdahl.UUCP> Reply-To: tomp@stella.UUCP (Tom Pohorsky) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 15 Keywords: SetSerial DSR serial.h >> Typing "setserial 10 x84" >> will disable xON/xOFF flow control AND enable DSR flow control (we call >> it "7-wire protocol"). > >After inspection of serial.h I don't see a SerFlags for the x04 bit (of >the x84 you recommend). Shouldn't this be defined in the include file or >have I missed something? somewhat closer inspection reveals: #define SERB_7WIRE 2 /* " RS232 7-wire protocol */ #define SERF_7WIRE (1<<2) /* " RS232 7-wire protocol */ ^^^^^^ = x04 bit ... *or* that baby up, and your cookin'...