Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!hellgate.utah.edu!helios.ee.lbl.gov!pasteur!agate!shelby!portia.stanford.edu!midkiff From: midkiff@portia.Stanford.EDU (Neil Midkiff) Newsgroups: comp.sys.mac.misc Subject: How do you poll the carrier-detect pin on the serial port? Message-ID: <1990Jul20.063316.26720@portia.Stanford.EDU> Date: 20 Jul 90 06:33:16 GMT Sender: midkiff@portia.Stanford.EDU (Neil Midkiff) Organization: AIR, Stanford University Lines: 12 X-Local-Date: 19 Jul 90 23:33:16 PDT On the Mac SE and II, pin 7 of the serial ports is the "general-purpose input" or GPi, connected to the serial controller's Data Carrier Detect input for that port. The DCD input to the SCC can be polled by software or used to generate an interrupt. (Above summarized from p. 362 of _Guide to the Mac Family Hardware, 2nd edition_.) My question is HOW? Inside Mac volumes 4 and 5 are apparently silent on the matter, and since this input didn't exist on the Plus or before, it can't be in an earlier volume. (At least I couldn't find it!) -Neil