[Diy_efi] Haltech Data Logging

Steve Ravet Steve.Ravet
Wed Sep 20 02:39:02 UTC 2006


 

> -----Original Message-----
> From: diy_efi-bounces at diy-efi.org 
> [mailto:diy_efi-bounces at diy-efi.org] On Behalf Of Ben P
> Sent: Tuesday, September 19, 2006 8:41 AM
> To: diy_efi at diy-efi.org
> Subject: Re: [Diy_efi] Haltech Data Logging
> 
> 
> so what does that print to the text file? The data that it 
> saves, displays, or everything that the program 'sees'?

All text that the program sends to the screen in the "normal way" (ie
via DOS calls) will instead be sent to a text file.  It sounds like your
program uses the line drawing characters, moves the cursor all over the
screen to put text in specific places, and maybe even draws graphics.
The file probably won't get much of that correct, certainly not the
graphics, but you can try it.  It's mostly for programs that scroll a
lot of text up the screen, for example you could do:

c:\>dir > dirlist.txt

to capture a directory listing to a file.

--steve



-- The 2006 ARM Developers' Conference, October 3-5, Santa Clara, US 
Join ARM and its technology and tools Partners from around the world at the only industry event for developers of ARM Powered(R) solutions. 
http://www.arm.com/developersconference/


IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.






More information about the Diy_efi mailing list