From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,27b60c21ea9c35ea,start X-Google-Attributes: gid103376,public From: "Josh Highley" Subject: capturing parallel port interrupt? Date: 1999/09/08 Message-ID: <37d6d623.0@silver.truman.edu>#1/1 X-Deja-AN: 522797624 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Trace: news.more.net 936848514 150.243.160.9 (Wed, 08 Sep 1999 22:41:54 CDT) X-MSMail-Priority: Normal NNTP-Posting-Date: Wed, 08 Sep 1999 22:41:54 CDT Newsgroups: comp.lang.ada Date: 1999-09-08T00:00:00+00:00 List-Id: I've searched deja.com, the GNAT manual, and the ARM but I can't seem to figure this out. I'm using Jerry van Dijk's io_ports package to control the pins of the parallel port. I'd like to attach an interrupt to pin 10 (ACK). I tried Jerry's DOS_interrupts package but it's for GNAT 3.10 and the link failed. I also looked through the ada.interrupts package but I'm not sure how to go about finding the system ID for the parallel interrupt. Any code, explanations or links would be greatly appreciated. Thanks, Josh joshhighley@hotmail.com