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 ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!dillon From: dillon@ucbvax.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: File Handles and Signals. Message-ID: <11658@ucbvax.BERKELEY.EDU> Date: Sat, 1-Feb-86 14:41:20 EST Article-I.D.: ucbvax.11658 Posted: Sat Feb 1 14:41:20 1986 Date-Received: Mon, 3-Feb-86 06:24:56 EST Organization: University of California at Berkeley Lines: 34 Well, I finally got my manual's from commodore.... whew, Nearly 7 Weeks (or more). The documentation is excellent, congratulations Amiga and Commodore. Questions: I went through the device driver's to get access to the serial port. Eventually, I came up with a signal number that I could use (1 << n) in a Wait() routine. However, I also have a file-handle from an Open("Raw:... ), from which I'm getting keyboard info. I can use Wait() for the serial port, WaitForChar() for the file handle. * My question is, how can I wait for both at the same time? e.g. there is no signal number for the file-handle. * The returned file-handle from an Open() is an odd address. Was this done on purpose to prevent people from indirecting through it? Or do I have to do a transformation on it? * What does the Memory-Overlay bit do?? it isn't documented (or I can't find any documentation on it) ---------------------------------------------------------------------------- The dos RAW: device is excellently done. The dos SER: device is lousy.. completely useless. -Matt