home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / OS2 / BSRCP240.ZIP / BTP240.DOC < prev    next >
Encoding:
Text File  |  1990-07-18  |  2.7 KB  |  61 lines

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