home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / PTKTDOC3.ZIP / BTP240.DOC < prev    next >
Text File  |  1990-11-18  |  3KB  |  69 lines

  1. BinkleyTerm-OS/2 Ver. 2.40                                 11/18/90
  2.  
  3. Fixed the problems with all the Spawned stuff when SnoopPipe was not
  4. defined, especially AfterMail, CleanUp, Packer and SpawnBBS.  Now
  5. compiled with MS C 6.00 and maximum optimization.
  6.  
  7.  
  8.  
  9. BinkleyTerm-OS/2 Ver. 2.40                                  7/18/90
  10.  
  11. Fixed the problem with Snoop/SnoopPipe.  Used to have to have a string
  12. SNOOPPIPE set with the \Pipe\name in order to avoid Traps (either at Bink
  13. start or returning from Max).  Updated B_INITVA.C and BTCONFIG.C to
  14. fix it.
  15.  
  16.  
  17.  
  18. BinkleyTerm-OS/2 Ver. 2.40                                  7/14/90
  19.  
  20. Fixed the set of MaxBytes problems so they now work as advertised.
  21. Fixed the ZMODEM Receive Debris message so the correct message shows.
  22. Apparently still a problem with ExtrnMail.
  23.  
  24.  
  25.  
  26. Differences from the DOS version:                          7/12/90
  27.  
  28. 1.  Since it doesn't have a FOSSIL, BTP relies on the BAUD and LOCKBAUD
  29.     to set up buffered MODEMs.  Set the BAUD to the highest CONNECT
  30.     value your MODEM will return, usually 9600.  Set the value after
  31.     LOCKBAUD to the highest rate between your serial port and your
  32.     MODEM.  For HST, that's usually BAUD 9600 and LOCKBAUD 19200 or 38400.
  33.  
  34. 2.  Several Environment strings are used to provide information or to
  35.     override defaults values unique to the OS/2 version:
  36.  
  37.     Set SnoopPipe=\pipe\pipename      where pipename matches your PMSnoop.
  38.     Set TBuf=buffersize               to override the default 8K xmit buffer.
  39.     Set RBuf=buffersize               to override the default 8K recv buffer.
  40.     Set JANUSPriority=jprior          to override the default priority 3.
  41.     Set RegularPriority=rprior        to override the default priority 2.
  42.     Set MODEMPriority=mprior          to override the default priority 4.
  43.  
  44. 3.  To specify a PMSnoop's pipe named MAXSnoop:  Set SnoopPipe=\pipe\MAXSnoop
  45.     If its on a Server, use Set SnoopPipe=\\servername\MAXSnoop
  46.  
  47.  
  48. 4.  BTP leaves most of the serial port flags alone now.  If you run a buffered
  49.     MODEM, be sure it supports CTS/RTS handshaking, and then use the MODE
  50.     command to set them on:  MODE COM1:9600,N,8,1,TO=ON,RTS=ON,OCTS=ON
  51.  
  52. 5.  If you have a Western Digital 16550-PL UART, I recommend that you only
  53.     run with BUFFER=ON and insure that the serial port to MODEM is locked
  54.     above 2400 BPS.  If you have a National Semiconductor 16550A or AF, then
  55.     you can run with BUFFER=AUTO (both are MODE command flags) and not worry
  56.     about the serial port to MODEM rate.
  57.  
  58. 6.  Add the BSRCP240 on top of the BSRC_240 archive's contents.  Tailor the
  59.     LINK path to your own.  Use the FSTAT.OBJ (Large Model) unless you have
  60.     the INTERNAL.H and DOSTYPES.H from the MicroSoft C Compiler's Library
  61.     source.
  62.  
  63. 7.  There will be a multithread version of BTP 2.40 coming out soon, watch
  64.     for it.
  65.  
  66.  
  67.                                       Bill Andrus 1:109/301.10@fidonet
  68.  
  69.