home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / PASCAL / PAVT199 / AVT_DET.MSG < prev    next >
Text File  |  1992-04-16  |  1KB  |  28 lines

  1. ===========================================================================
  2.  BBS: InterConnect
  3. Date: 04-15-92 (22:47)             Number: 5309
  4. From: B.J. WESCHKE                 Refer#: 4094
  5.   To: STEFFAN SURDEK                Recvd: NO  
  6. Subj: Detecting Avatar...            Conf: (43) Pascal
  7. ---------------------------------------------------------------------------
  8.  > Hi Greg!
  9.  >         I was wondering if you could help me out with
  10.  > something...  Is there a way to autodetect AVATAR??
  11.  > I'm considering making one of my doors AVATAR
  12.  > compatible and I would like a way to detect it.
  13.  
  14.  Pardon me for butting into the conversation, but I have done it with my
  15. Option program. The remote terminal should be able to sleep back to accept
  16. ANSI commands during an Avatar session. What you do, is send an Avatar goto
  17. cursor position, and then send an ANSI request cursor position. If you get an
  18. ANSI string back, the remote system at least has ansi, if the response
  19. matches the command sent by the Avatar goto cursor position command, then you
  20. know the system at least has Avatar/0. For Avatar/0+, do a repeat avatar
  21. command, and then do another ansi cursor position. If the cursor has advanced
  22. the number or repeat specified, then you have Avatar/0+. For Avatar/1 due an
  23. Avatar Driver Query Request which is listed in Greg Smith's documents on
  24. Avatar which are VERY informative and helpful.
  25.  
  26. --- GEcho/beta
  27.  * Origin: (1:2606/403)
  28.