Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!bellcore!wind!tr From: tr@wind.bellcore.com (tom reingold) Newsgroups: comp.sys.ibm.pc Subject: Re: PD Binary to Hex file Converter Message-ID: <2497@bellcore.bellcore.com> Date: Mon, 14-Sep-87 18:01:31 EDT Article-I.D.: bellcore.2497 Posted: Mon Sep 14 18:01:31 1987 Date-Received: Tue, 15-Sep-87 07:24:41 EDT References: <3346@sdcc6.ucsd.EDU> Sender: news@bellcore.bellcore.com Reply-To: tr@wind.UUCP (tom reingold) Organization: Bellcore, Morristown, NJ Lines: 29 In article <3346@sdcc6.ucsd.EDU> ir491@sdcc6.ucsd.EDU (ir491) writes: $ I am looking for a public domain MS/PCDOS utility that will convert $ a binary file to a Hex file that can be used with an EPROM programmer. $ Can you point me to one, or provide me with a uuencoded version via $ email? Thanks. $ $ $ Harry Bluestein $ UCSD Medical Center $ San Diego, CA 92103 $ $ arpa: ir491@sdcc6.UCSD.edu $ uucp: {ucbvax,ihnp4}!sdcsvax!sdcc6!ir491 I probably need some context to understand your query full, but this is off the cuff ... #include main() { int c; while ((c=getchar()) != EOF) printf("%x", c); } Name: Tom Reingold Disclaimer: Nothing I say is an opinion. INTERNET: tr@bellcore.bellcore.com UUCP: !bellcore!tr