Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!glacier!bridge2!pvf From: pvf@bridge2.UUCP Newsgroups: net.micro.atari16 Subject: Re: Atari BBS and Download in ASCII format Message-ID: <191@bridge2.UUCP> Date: Wed, 14-May-86 17:58:43 EDT Article-I.D.: bridge2.191 Posted: Wed May 14 17:58:43 1986 Date-Received: Sat, 17-May-86 01:43:29 EDT References: <186@bridge2.UUCP> <363@imagen.UUCP> Distribution: net Organization: Bridge Communications, Inc., Mountain View, Ca Lines: 26 > > > > Anybody know what the garbage character is or why it is there > > (incidentally, the character seemed always to be 0x12)? > > > > Thank you Neil! > > > > Paul Fries > > Mountain View, CA > > what you are seeing is a handshaking character called XON (ctrl-Q) > it tells terminals that support XON/XOFF protocal to start > processing incoming characters if a previous XOFF has halted it, > otherwise it is ignored A quick check of an ASCII chart reveals that 0x12 is NOT the XON code. XON and XOFF are (respectively) 0x11 (^Q) and 0x13 (^S). The 0x12 code has the name DC2 in the ASCII chart. Regardless, why would the BBS be telling me XON in the first place? It never told me to stop (XOFF). If my memory serves me well, the DC1-4 codes were originally intended to be device-specific control codes, hence "DCx" (Device Control). Further, I seem to remember (from Teletype days) that two of the DC functions were "PUNCH ON" and "PUNCH OFF". Anyway, back to the original question. Why is the BBS sending the 0x12?