home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 172 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  932 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: leifdude@aol.com (LeifDude)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Auto Ansi Detect on BBS
  5. Date: 3 Jan 1996 18:00:14 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4cf1pu$4bm@newsbf02.news.aol.com>
  9. References: <0099BB15.3D8276B9@netins.net>
  10. Reply-To: leifdude@aol.com (LeifDude)
  11. NNTP-Posting-Host: newsbf02.mail.aol.com
  12.  
  13. There is a sequence to detect ANSI. I dont remember off hand what it is,
  14. Ill have to check that out.
  15.  
  16. BBS sends out an ANSI sequence. 
  17. Caller recognizes sequence and responds with complimentary sequence.
  18.  
  19. Something like     *[0g   Request
  20.                           *[1g   Response  
  21.  
  22. * = Decimal Character 27   AKA   ESC. 
  23.  
  24. Write a simple term program that will tell you the decimal codes of
  25. incoming characters from the modem and call a place that auto detects.
  26. Thats how I figured it out...
  27.