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