Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!rbloom@Apg-1.ARPA From: rbloom@Apg-1.ARPA Newsgroups: net.micro.cpm Subject: Crc modes of UC? Message-ID: <12308@sri-arpa.UUCP> Date: Fri, 10-Aug-84 15:12:42 EDT Article-I.D.: sri-arpa.12308 Posted: Fri Aug 10 15:12:42 1984 Date-Received: Mon, 13-Aug-84 00:52:38 EDT Lines: 27 From: Robert Bloom DRSTE-TOI 3775I got the following results witiK %9From CP/M: B.COM crc = 25 40 # chars = 1920 T.TXT crc = DF 88 # chars = 1920 Then uploaded via umodem -rb (or -rt) >From Unix: uc crc's: file upload #chars text (-c) binary (-C) B.COM -rb 1920 BC1400080 2540FFFO jjz-5B.COM -rt 620 EA6200080 6E01FFFFF T.TXT -rb 1920 9C5A00080 DF88FFFFF <--ok T.TXT -rt 476 26EE00080 8F94FFFFF Notes: CP/M crc's from CRCK.COM v4.4 CP/M Char counts from BYTFREQ.COM UNIX Char counts from 'ls -l' UNIX crc's from UC Version 1.2 Why this strange action? What's the -c mode of uc good for?