Xref: news2.mv.net comp.os.msdos.djgpp:1393 From: fburton AT nyx10 DOT cs DOT du DOT edu (Francis Burton) Newsgroups: comp.os.msdos.djgpp Subject: Req: timer interrupt code example Date: 20 Feb 1996 00:06:56 -0700 Organization: University of Denver, Math/CS Dept. Lines: 12 Message-ID: <4gbrug$lam@nyx10.cs.du.edu> NNTP-Posting-Host: nyx10.nyx.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm very keen to use djgpp for my next project which involves rewriting a program for high speed timed data capture from a CCD camera. Setting up timer interrupts and doing hardware port readouts was simple enough using Borland C under vanilla DOS, but I am unsure as to whether this is possible in the djgpp extender environment. My fear is that it may be hopelessly complicated and slow. Has anyone had experience of this kind of real-time programming using djgpp? Are there any code examples out there for this kind of hairy stuff? Many thanks, Francis