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,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,adb38b4974db5d4b X-Google-Attributes: gid103376,public From: BAMBA ISMAEL 19320 Subject: Re: Dump screen content into file.... Date: 1996/12/10 Message-ID: <32AD301A.41C6@cnam.fr>#1/1 X-Deja-AN: 203296399 references: <32AC4A25.41C6@cnam.fr> <1996Dec9.164917.1@eisner> content-type: text/plain; charset=us-ascii mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.01Gold (X11; I; OSF1 V3.2 alpha) Date: 1996-12-10T00:00:00+00:00 List-Id: Hi all ! Thanks to Larry Kilgallen and John Schneider for answering my posted question! 8^} > In article <32AC4A25.41C6@cnam.fr>, BAMBA ISMAEL 19320 writes: > > > Does anybody knows how to save a rs232 terminal screen( standard output) > > into a file and conversely (dump a given file into memory)? > Larry Kilgallen wrote: > >........... > Or perhaps on some operating systems (like VMS) you might want to use > OS-specific calls to obtain larger buffers or asynchrouous > input from a single read, or read-with-prompt semantics. > Im using the VMS operating system on a VAX machine.do you or anybody know of those OS-specific calls? > The process of reading characters from a terminal screen > really has much more to do with the model of terminal > than with the programming language, so you might consider > a hardware-specific newsgroup. Actually,what im trying to do is alternatively dump screen to file and file to screen from inside a Ada program .I know how to do it in a memory mapped terminal like a Pc( you know the video buffer's address) but the thing seems to be hasrsher on a RS232 terminal.i'll flip through hardware-specific newsgroups.But please if anyone has the slightest idea,PLEASE e-mail me or post ! to John: Thank you for your Unix-oriented hint! do you know of any Vax thing that could as well? Rgds to all you guys who patiently take a piece of you time to answer question. > Larry Kilgallen > John schneider Isnael.