Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!cbmvax!phillip From: phillip@cbmvax.cbm.UUCP (Phillip Lindsay) Newsgroups: comp.sys.amiga Subject: Re: Serial port CLI Message-ID: <994@cbmvax.cbmvax.cbm.UUCP> Date: Mon, 17-Nov-86 13:34:01 EST Article-I.D.: cbmvax.994 Posted: Mon Nov 17 13:34:01 1986 Date-Received: Mon, 17-Nov-86 22:32:36 EST References: <8611130412.AA21767@cory.Berkeley.EDU> Organization: Commodore Technology, West Chester, PA Lines: 35 > > >Alvin Wen: > > > >1.2 lets you set buffer size through Preferences.... > > > > This has nothing to do with the SER: device. The SER: device > does its own crazy input buffering. > > Could somebody at C-A tell us why the SER: device was ever done > that way? It seems so ... stupid. > > -Matt SER: does basically "buffered" raw I/O to the serial.device...A AUX: handler which allows a CLI to exist through a serial port does a bit more work than RAW I/O. For one he as to handle requests in an async fashion (always being able to handle input) ... The AUX: handler would also have the responsability of setting the tasks signals when ctrl-c - ctrl-f are pressed...not to mention the extra packets that are handled by a console handler. I have a aux/con-handler in the works, and if only I had more time... ============================================================================== Phillip Lindsay - Commodore Business Machines - Amiga Technical Support UUCP: {ihnp4|seismo|caip}!cbmvax!phillip - Phone: (215) 431-9180 No warranty is implied or otherwise given in the form of suggestion or example. Any opinions found here are of my making. /* eof */ -- ============================================================================== Phillip Lindsay - Commodore Business Machines - Amiga Technical Support UUCP: {ihnp4|seismo|caip}!cbmvax!phillip - Phone: (215) 431-9180 No warranty is implied or otherwise given in the form of suggestion or example. Any opinions found here are of my making. /* eof */