home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!mcsun!news.funet.fi!ousrvr.oulu.fi!ousrvr!nix
- From: nix@zombie.oulu.fi (Tero Manninen)
- Subject: Re: console device raw mode
- In-Reply-To: ry41@rz.uni-karlsruhe.de's message of Thu, 13 Aug 1992 12:39:36 GMT
- Message-ID: <NIX.92Aug14014127@zombie.oulu.fi>
- Lines: 12
- Sender: news@ousrvr.oulu.fi
- Reply-To: nix@stekt.oulu.fi
- Organization: University of Oulu, Finland
- References: <DEREKN.92Aug12113036@vw.ece.cmu.edu>
- <1992Aug13.123936.5658@rz.uni-karlsruhe.de>
- Distribution: comp
- Date: Thu, 13 Aug 1992 23:41:27 GMT
-
-
- On Thu, 13 Aug 1992 12:39:36 GMT,
- ry41@rz.uni-karlsruhe.de (Bernhard Moellemann) said:
-
- Bernhard> Just call DoPkt(conport,ACTION_SCREEN_MODE,DOSTRUE) to enable RAW-mode and
- Bernhard> use DoPkt(...,DOSFALSE) to go back to cooked output.
-
- There is even siplier way to do it:
- fh = Open("CON:....", ...);
- SetMode(fh, 1); (1 is raw, 0 is cooked or normal line buffered mode).
-
- ++Tero
-