home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PXWIN95.ZIP / PXWIN95.TXT < prev   
Encoding:
Text File  |  1995-09-12  |  3.5 KB  |  118 lines

  1.              Setting Up Platinum Xpress V1.1 under Windows 95
  2.                             Date: 9/12/95
  3.                            By Hector Santos
  4.                           Santronics Software
  5.  
  6. Here are the steps to get excellent operations of Platinum Xpress under
  7. Windows 95.  I will use my NODE 2 setup as an example:
  8.  
  9. 1) I created a batch file called  PXCAT2.BAT
  10.  
  11.      @ECHO OFF
  12.      SET WCNODEID=2
  13.      SET WCPORTID=2
  14.      SET WCMDM=USR288
  15.      CALL RUNPX
  16.  
  17. 2) In RUNPX, I am using the PXP (protected mode) version.
  18.  
  19. 3) I created a Folder with shortcuts for all the PX utilities.  One of them
  20.    is called PX NODE 2.  The important properties for this PX NODE 2
  21.    shortcut are:
  22.  
  23.    Program Page:
  24.  
  25.       cmdline :  N:\PX\PXCAT2.BAT
  26.       working :  N:\PX\
  27.       Run     :  Minimized       (see NOTE 1)
  28.       Close on exit is checked
  29.  
  30.    FONT Page:
  31.  
  32.       Bitmap is checked.  This allows for the high ascii background of
  33.       of the PX utilities to appear correct.
  34.  
  35.    Memory Page:
  36.  
  37.       Total:  Auto
  38.       Initial: Auto
  39.       Protected is checked
  40.       Extended XMS memory: 2048
  41.       MS-DOS Protected Mode memory: Auto
  42.  
  43.    Misc Page:
  44.  
  45.       Background Always Suspended is NOT Checked
  46.       Idle Sensitivity is LOW, all the way to the LEFT
  47.  
  48. 4) Go into the Control Panel (under MY COMPUTER) and click on the MODEM
  49.    icons.
  50.  
  51.    You should see the modem that Win95 detected for you when you installed
  52.    Windows 95.
  53.  
  54.    a) Click on the Properties icon for this modem.
  55.  
  56.       General Page:
  57.  
  58.            Set the maximum speed to 57600.  I don't think it matters
  59.            what you set it to.  Set it to 115,200 if you like.
  60.  
  61.       Connection Page:
  62.  
  63.            Click on the Port Settings Icon
  64.  
  65.            Make sure the FIFO is checked on,
  66.  
  67.            Set the Transmit and Recieve Buffer very HIGH, all the
  68.            way to the RIGHT.
  69.  
  70.     Save the information.
  71.  
  72. 5) In PXSETUP, just make sure you do the following:
  73.  
  74.    WILDCAT SETUP:
  75.  
  76.       Complete Exit to Wildcat YES
  77.  
  78.    General Options:
  79.  
  80.       Multi-Tasker Auto Detect
  81.       Call Waiting Time Slicing YES
  82.       File Transfer Time Slicing YES
  83.  
  84. 6) I use a Sporters 28.8 on this Node 2.  In my SPORT228.MDM file,
  85.    I have 115,200 speed, DIRECT communications.  I am using BASIC
  86.    MODEM init strings that should work for ALL of them:
  87.  
  88.         MODEM RESET:  ~~ATZ
  89.         MODEM INIT:   ATE1M0Q1V1X4&D2&C1
  90.         MODEM HANGUP: ~~ATH1
  91.  
  92. 7) If you want to setup the FAX RECEIVER, atleast with this USR SPORSTER
  93.    28.8 modem, I have:
  94.  
  95.         SEND CLASS:  1
  96.         FAX ADAPTIVE STRING: AT+FCLASS=1;+FAA=1;A
  97.         FAX CONNECT STRING:  FAX
  98.         RECEIVE CLASS: 1
  99.  
  100.    I have the same fax setup for my USR V.Everything modem on Node 1. Both
  101.    lines do fax receiving.
  102.  
  103. That is it! With this setup, I have complete excellent operations under
  104. Windows 95.  I am using a 486DX2/66 with 16 megs, and 1.6g of hard disk
  105. space.
  106.  
  107. NOTE 1
  108.  
  109. In the final official 1.1 release, I made 1 small adjustment to the time
  110. slicing that will allow you to MINIMIZE PX upon startup.  For now, just
  111. have it create a window instead.  Apparently, Windows, Windows 95 and OS/2
  112. tend to HOG the machine when the application is minimized. During critical
  113. moments such as waiting for a response from the modem, PX was not getting
  114. enough attention to the modem.  So during these times, PX will internally
  115. turn off time slicing to get full attention during modem and fax
  116. initializing. This solved the Minimized on Startup problem we had under
  117. these systems.
  118.