Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!scherzo!allegra!princeton!orsvax1!pyrnj!caip!lll-crg!lll-lcc!well!gremlin From: gremlin@well.UUCP (Gremlin) Newsgroups: net.micro.6809 Subject: Re: Request for os9 info Message-ID: <831@well.UUCP> Date: Sun, 23-Mar-86 19:07:27 EST Article-I.D.: well.831 Posted: Sun Mar 23 19:07:27 1986 Date-Received: Tue, 25-Mar-86 05:04:00 EST References: <8700004@hpvcla.UUCP> <725@puff.UUCP> Reply-To: gremlin@well.UUCP (Gremlin) Organization: After Midnight Lunch Bunch Lines: 22 Keywords: os9 gimix 'type' parameter >>Attempted answers to Dave Lowe's very good questions: >> What happens to os9 if it gets handed a character with the most significant >> bit set? My input driver carefully strips the bit before passing the >> character on. The keyboard I have has several special function keys and I >> have thought I could flag these keys with the most significant bit. >This is probably due to your input driver, as you have said; however os9 seems >to be willing to send 8-bit characters wherever they need to go (as is the case >with the disk drivers). A little bit of work with your terminal device driver >should get the 8th. bit going. An alternate method would be to mess around >with tmodes's "type" parameter, which is a little mysterious; my manual says >that it is for setting parity, wordlength etc. but gives no further info. This is just a little note ... Use of the 'type' parameter in the device driver on a GIMIX system running OS9 allows the setting of # of data bits , # of stop bits, parity and to a certain extent baud rate (division of baud rate generator) when using a 6850 acia 2-port serial card. I'm not sure as to what extent this can be used on a RS CC. gremlin