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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: xmodem implementation re-use status Date: Fri, 03 Jul 2015 22:33:31 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="c762050aff3a30866fa7e79999b14776"; logging-data="12470"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX192TLM/uLtJpKDgpDM+zIJuGYhMzIxi/Us=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:BpeF1Vwh0GYcHnSyrFtkMBosJy0= sha1:qyKeWp+d+iLZ4hZwzAM5naOBdxI= Xref: number.nntp.giganews.com comp.lang.ada:193900 Date: 2015-07-03T22:33:31+01:00 List-Id: "Jeffrey R. Carter" writes: > I note that > > http://archive.adaic.com/docs/flyers/free-bindings.html > > says the binding you found is a "freely available Ada binding". Oh, I see. > I f that's not good enough, it appears you can get what you want from here: > > http://www2.informatik.uni-stuttgart.de/iste/ps/AdaBasis/pal_1195/ada/userdocs/html/cardcat/xmker.html Which Google didn't find (that is, I used Google and didn't find it). I think this must be rather an old xmodem, since it uses an 8-bit checksum whereas the Atmel one expects a 16-bit CRC. Oh well, back to the drawing board. Thanks for the help.