home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / misc / 12105 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.2 KB

  1. Xref: sparky comp.sys.ibm.pc.misc:12105 comp.os.msdos.apps:4598 comp.binaries.ibm.pc.d:3429
  2. Newsgroups: comp.sys.ibm.pc.misc,comp.os.msdos.apps,comp.binaries.ibm.pc.d
  3. Path: sparky!uunet!cs.utexas.edu!torn!cunews!bws-pc.carleton.ca!bws
  4. From: bws@ccs.carleton.ca (Brian Sullivan)
  5. Subject: Re: How do you detect a remote user's terminal emulation?
  6. Message-ID: <bws.34@ccs.carleton.ca>
  7. Sender: news@cunews.carleton.ca (News Administrator)
  8. Organization: Carleton University
  9. References: <la5s5aINNaga@aludra.usc.edu>
  10. Date: Tue, 1 Sep 1992 13:07:53 GMT
  11. Lines: 15
  12.  
  13. In article <la5s5aINNaga@aludra.usc.edu> joseph@aludra.usc.edu (Jeff Lawson) writes:
  14.  
  15. >I know it is possible to automagically detect if a remote user calling
  16. >in on a modem is using a specific emulation, but I am curious as to
  17. >how it is done.  I have seen several BBS (I think they were PCboard)
  18. >that can detect ANSI and another computer that I know of can detect
  19. >VT100.  Thanks!
  20.  
  21. Most terminals older than 8 years will respond to an answer
  22. back request. On DEC VTxxx products and anything that emulates
  23. them, the string is esc [ 0 c. (esc is decimal 27, all others are plain
  24. text.
  25.  
  26. IF the terminal understands the request, it will reply. ON a VT
  27. 100 with a esc [ ? 1 ; 0 c.
  28.