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 caip.RUTGERS.EDU Path: utzoo!linus!decvax!decwrl!pyramid!pyrnj!topaz!caip!louie From: louie@trantor.UMD.EDU Newsgroups: net.micro.amiga Subject: serial driver query Message-ID: <876@caip.RUTGERS.EDU> Date: Thu, 2-Jan-86 13:47:36 EST Article-I.D.: caip.876 Posted: Thu Jan 2 13:47:36 1986 Date-Received: Fri, 3-Jan-86 04:29:02 EST Sender: daemon@caip.RUTGERS.EDU Organization: Rutgers Univ., New Brunswick, N.J. Lines: 16 From: Louis A. Mamakos I'm writing (yet another) terminal program that also does XMODEM type file transfers. I'm using the console.device handler attached to a window to do the terminal emulation. Performence suffers pretty badly when making single character requests to the driver, so I'm trying to send more than one character at a time to the screen display. The problem that I've run across is not being able to ask for, say, 20 characters from the serial device driver without it blocking waiting for all 20 to arrive. I'd like to say, give me up to 20 characters that might already be buffered, or block if none are there. Then return me a single character. I'm using the 1.1 Kickstart and 1.1 Workbench disks and therefore that version of the serial driver. Louis A. Mamakos WA3YMH Internet: louie@TRANTOR.UMD.EDU University of Maryland, Computer Science Center - Systems Programming