[futurebasic] Re: [FB] Re: Modem stuff

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2001 : Group Archive : Group : All Groups

From: Paul Bruneau <paul_bruneau@...>
Date: Thu, 30 Aug 2001 11:39:18 -0400
This is related to one of my concerns. In the 80s on my Vic20 and 64, I
would download stuff using Xmodem (then Ymodem and Zmodem), which had
various checksumming protocols to ensure that an "A" character didn't
get hit with a piece of static and turn into a "B" character.

When sending files in a homegrown way (especially over a modem!), some
kind of checksumming is going to be required, is it not?

PB

Ken Shmidheiser wrote:
> 
> One question I forgot to ask is, where is your data supposed to go on
> the receiving end?
> 
> As your receiving application currently is constructed, the data is
> simply printed to a window-- I see no provision to save it as a file
> on the receiving end.r