Mail Archives: djgpp/1995/06/28/13:16:01
> I wrote a program that creates two queues for the input and output
> on a serial port. This is handled in an interrupt.
The DJGPP FAQ list (available as faq102.zip from the same place you
get DJGPP) includes pointers to some interrupt-driven code which
works with DJGPP and which you could use as a start. One of them is
the serial.c file from the LadyBug debugger. The FAQ also discusses
the various problems with interrupt handling in Chapter 18.
- Raw text -