home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL20.ARJ / VOL2054 < prev    next >
Text File  |  1992-01-07  |  5KB  |  104 lines

  1.  
  2. CP/MS gg NL volume 2054
  3.  
  4. gelijk aan PC/SIG no. 054/077, PCgg no. 36
  5.  
  6. Titel:XMODEM, 1RD Datacom; IBM Async Tutorial
  7.  
  8. Number Name            Size    Date    Comments
  9. 054.01 1RD      COM    37557   8-01-83 PC Communications Program (Jim Button)
  10. 054.02 1RD      DOC    49719   8-01-83 Doc file of 1RingyDingy (ASCII)
  11. 054.03 1RD      PRO      288   8-01-83 Setup file of 1RD
  12.        CATALOG  054      849   9-01-85 This catalog
  13. 054.04 DESCRIPT ION    27426   5-16-82 Modifications on IBM Async Com Program
  14. 054.05 DOC      BAT      246   7-29-83 Print 1RD.DOC
  15. 054.06 PROFEEL          2499   5-16-82 Text: modify Sony Profeel monitor
  16. 054.07 PROGRAMN OTE    27934   5-16-82 Programming notes on IBM Async
  17. 054.08 TUTORIAL        15293   5-16-82 Tutorial for IBM Async Com Program
  18. 054.09 VOL2054  ABS     3584   9-01-85 Disk abstract
  19. 054.10 XMODEM   ASM    52521   4-02-83 Source of below
  20. 054.11 XMODEM   COM     9728   3-29-83 XMODEM program for PC - adaptable
  21. 054.12 XMODEM   DOC     7621   3-29-83 XMODEM protocol descr. (not program
  22. DOC!)
  23.               13 File(s)     80896 bytes free on volume VOL2054
  24.  
  25.                        "1-RingyDingy"(tm)
  26.      A Communications Program For the IBM Personal Computer
  27.  
  28.          (C)Copyright 1983 by Jim Button  - Version 1.2
  29.  
  30. "1-RingyDingy" is a general purpose asynchronous communications
  31. program.  It was designed with the "KISS" ("Keep It Simple,
  32. Stupid") principle in mind. Although it employs a simple and
  33. straightforward approach to communications, its capabilities
  34. surpass those of some of the more expensive communications programs
  35. on the market today.
  36.  
  37. With "1-RingyDingy" you will be able to:
  38.  
  39. -   Exchange (send or receive) text files with other computers.
  40.     While sending text files, you may dynamically send selected
  41.     records from the file and skip past other records not to be
  42.     sent.
  43.  
  44. -   Exchange (send or receive) non-text (exe or com) files with
  45.     other computers which support the "X-Modem" protocol.
  46.  
  47. -   Capture incoming data in a disk file.
  48.  
  49. -   Setup your own "filters" to remove or change undesirable
  50.     characters in the incoming data.
  51.  
  52. -   Dynamically slow down the speed at which you transmit, so as
  53.     not to overrun the computer at the other end.
  54.  
  55. -   Dynamically alter your communications parameters, such as
  56.     Parity, Speed, and number of data bits. 
  57. -   Build automatic logon sequences of any length, to enable you to
  58.     log on to a variety of remote computers without having to
  59.     remember phone numbers, passwords and access commands.
  60.  
  61. -   Move back and forth between different directories on your hard
  62.     disk (if you have DOS 2.0) for retrieving and sending data.
  63.  
  64. -   Communicate properly with computers which use "XON/XOFF"
  65.     characters.
  66.  
  67. In short, "1-RingyDingy" is easy to use, easy to understand,
  68. powerful, and small in size.
  69.  
  70. "1-RingyDingy" requires a 96K or larger IBM PC or compatible,  with MS/PC-DOS
  71. 2.0 or later), one disk drive, and a serial I/O  port with a Modem.  You must
  72. also have a video monitor capable of  displaying 80 characters per line.
  73.  
  74. Note: 1RD has been further developed as PC-DIAL, see volume 2129.  Of course,
  75. some features of 1RD have been improved strongly in  the new program, and
  76. others had to be sacrificed. 1RD still is a  good communications program, and
  77. the other files on this disk  (esp. XMODEM.DOC) can help the technical user to
  78. get out the most  of it.  Z.
  79.  
  80.  
  81.   IBM ASYNCHRONOUS COMMUNICATIONS SUPPORT PROGRAM MODIFICATIONS
  82.                         BY ROBERT C. RICE
  83. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  84.  
  85. The IBM Asynchronous Communications Support Program Modifications  have been
  86. provided to correct and enhance the original version of  the IBM program. This
  87. section, Program Notes, will describe how  to implement these improvements in
  88. your copy of the program.  
  89.  
  90.   IBM ASYNCHRONOUS COMMUNICATIONS SUPPORT PROGRAM MODIFICATIONS
  91.  
  92.                        PROGRAM DESCRIPTION
  93. ******************************************************************
  94.  
  95. This Program Description provides information about changes that  I have made
  96. to my version of the IBM Asynchronous Communications  Support Program,
  97. correcting errors, providing enhancements, improving user friendliness, and
  98. eliminat-
  99. ing unnecessary entries.  
  100.  
  101. Note: the original PC/SIG disk (54) contained the complete  programs SHORTERM
  102. and LONGTERM. These files have been removed in  the copy we received, probably
  103. because of copyright troubles with  Big Blue. These text files still may be of
  104. use for those who  already possess the IBM program. Z.