Mail Archives: djgpp/1995/04/12/05:24:24
> >I have a package where we want to implement generic I/O across various
> >platforms. We want to use termio to do this. Does anyone know if an
> >implementation of termio exists for djgpp?
>
> This seems to be a weakness (unless anyone has any good answers).
> Your welcome to do something in this area...
If you need general keyboard and screen I/O, why not use 'curses' ?
This works well on Unix (and other) platforms.
For DJGPP, you can use PDCurses 2.2 (in 'pdc22bn.zip').
If you need serial I/O, you can use the ASYNC package ('aeasy102.zip').
This is ofcourse MS-DOS specific. Also it still needs a DPMI cleanup.
Pieter.
- Raw text -