home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / PMTERM.ZIP / PMTERM.DOC next >
Text File  |  1989-10-03  |  3KB  |  67 lines

  1.                                PMTERM.EXE
  2.  
  3.            -= Ansi Terminal Program For Presentation Manager =-
  4.  -----------------------------------------------------------------------------
  5.  
  6.         PMTERM.EXE is a terminal emulator. It performs no low level activity 
  7. at all.  It accomplishes everything with calls to the PM API, its AVIO
  8. subsystem, and generic C functions. It doesn't need a special DLL. It takes
  9. up only 10K of memory, and 12k of disk.  Essentially, it sits as an 
  10. intermediary between two "files" maintained by OS/2: the com port and the
  11. display.  Its job is to see to it that they can read and write to each other.
  12. Likewise, PMTERM.EXE supplies no fancy user interface.  It has one, but that
  13. belongs to the Presentation Manager, and it is PM windows that the user inter-
  14. acts with.  It co-exists with any other programs in memory and is easily man-
  15. aged by the OS.
  16.  
  17.         PMTERM.EXE uses the AVIO subsystem because it seems to be made for 
  18. comm programs which are by definition teletype technology.  The philosophy
  19. behind the GPI is 180° from teletype: the Gpi was born to look good; tele-
  20. type is happy just to get to its destination and look legible.  
  21.  
  22.         Comm programs are unusual in that they use the Ansi system control
  23. sequences much more than most software, and any comm program must be pre-
  24. pared to deal with them.  The Gpi knows nothing about Ansi, but AVIO handles
  25. it nicely, if not perfectly.  I notice that BBS's that use the ANSI and the
  26. extended IBM ASCII characters for graphics effects are not perfectly handled
  27. by the AVIOS.  Text does OK, but menus are sometimes off center.
  28.  
  29.         When you load PMTERM.EXE, you must first select the com port to be 
  30. used before you do anything else.  To begin:
  31.  
  32.                 (1)  Select either COM1 or COM2 from the menu bar,      
  33.                 (2)  Maximize the PM window,
  34.                 (3)  enter an AT command at the terminal.
  35.  
  36.                      Example:
  37.                         To dial a number, enter at the terminal:
  38.  
  39.                         ATDxxx-xxxx [ENTER]
  40.  
  41.         The modem will dial, and you will recieve a 'CONNECT' string. That's
  42. all there is to it.
  43.  
  44.         No file transmission protocals are incorporated into this version,
  45. and it really is a bare bones terminal.  You must have a functional modem,
  46. and the com0x.sys device drivers must be loaded. VGA is assumed.
  47.  
  48.         I can be reached at PC MagNet on CIS at 72261,347.
  49.  
  50.  
  51.                         Harve Schiffman
  52.                         Upland, Ca.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.