HISTORY.TXT Driver File Contents (6536.exe)

RocketPort Windows 3.1 Driver History
(SEE SECTION BELOW FOR Windows For Workgroup 3.11 HISTORY!)

4-29-97 V1.5 Release.

4-9-97 V1.4.001B Add DSR flow control support for printing.

3-19-97 V1.4 Release beta changes.

3-19-97 V1.32.001B 
  Make sure an IRQ selection is picked for Win3.1 driver,
  display a better error message from driver if not picked.
  Correct mistakes in setup help file concerning IRQ requirements.
  Adjust some string compare routines in setup program, so
  it is not as case sensitive going through system.ini file.

3-01-96 V1.32 Release, no changes to code, update rev. level.

1-29-96 V1.31.002,
-------------------------------------------------------------
    Add MessageBox errors which pop up if driver fails to load.
    Lets user know that RocketPort is not working.

1-26-96 V1.31.001
-------------------------------------------------------------
   Add possible global baud rate mapping of 300, 600, 1200, 2400 bauds,
         example: "MAP300=57600"
                  "MAP600=115200"
                  "MAP1200=230400"
                  "MAP2400=460800"  entry in WINDOWS\ROCKETPT\ROCKETPT.INI
   Changed setup.exe to copy files over prior to creating group
   and icons, Icons were showing as default program icon under Win3.1.
  
1-15-96 VERSION 1.31, Formal Release, no code changes other than
-------------------------------------------------------------
 version number change.

1-10-96 Changes made to setup.exe for proper IBM MicroChannel(R)
 configuration.

VERSION 1.30.002, Changes made from previous version:
-----------------------------------------------------------
1-08-95  Problem: event chars over 7FH not working due to character
  definitions in DCB being of type (char) instead of (BYTE).
  Fixed dcb character references to include cast (BYTE) so neg. translation
  does not occur - kpb.

VERSION 1.30.001, Changes made from previous version:
-----------------------------------------------------------
12-22-95  added support for non-standard baud rate indexes for:
CBR_92160   0xff22
CBR_76800   0xff21
CBR_65828   0xff20


VERSION 1.30, Changes made from previous version:
-------------------------------------------------
  Formal Release, no programming changes from V1.25.


VERSION 1.25, Changes made from previous version:
-------------------------------------------------
11-30-95 Add support for baud rates of 153600 and 460800.  Constants
 defined as:
#define CBR_153600 0xff24
#define CBR_460800 0xff25

11-28-95 Add RocketPort PCI support,
         combine Microchannel support into same driver.
         New setup.exe program which does de-install,
         and upgrade to Windows For Workgroups Driver.

VERSION 1.24, Changes made from previous version:
-------------------------------------------------
10-11-95 set the XON/XOFF characters looked for (received in input stream)
    according to the byte values XonChar/XoffChar in the dcb.

VERSION 1.23, Changes made from previous version:
-------------------------------------------------
10-06-95 fix event notifications when in cts auto-handshake mode so
  that notifications still occur and modem-status is updated. - kpb

VERSION 1.22, Changes made from previous version:
-------------------------------------------------
10-05-95 add new baud rate functions which support any baud rate physically
  possible(drop 50 baud) - kpb


VERSION 1.21, Changes made from previous version:
-------------------------------------------------
8-14-95
 allow baudrates in builddcb of 128000/115200 or 256000/230400

8-11-95
  BUG: OpenCom() would fail if com-port name was in lower case.
  Allow lower case in call to OpenCom() as in "com##". In DevControlToCid().

8-11-95 Fixed EscapeComm(SETRTS/CLRRTS) functions to handle override of
 RTS output correctly.  Calling SETRTS while fRTSFlow mode turned on would
 stop the auto-flow control from working.  Also CLRRTS had no effect.
 Fixed version will allow for manual CLRRTS while in fRTSflow mode,
 calling SETRTS will re-enable auto RTS flow control. kpb.

----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
ROCKETPT.VXD, Win95/WFWG3.11 Port Driver, RELEASE HISTORY

4-1-97 V1.4 Release previous beta changes.

4-1-97 V1.3.003B
  Additional work to fix open/close bug described in
  V1.3.001B change.

3-4-97 V1.3.002B
  Adjustment to DSR flow control handling to correct for
  possible condition where it might not turn flow back on.

3-4-97 V1.3.001B
  BugFix: If open attempt on already open port, then next close
  and open of same port would cause blue-screen exception error.
  Update to allow 560Hz freq(2ms). selection for PCI boards with
  IRQ selection.

------------------------ FORMAL RELEASE V1.3 ----------------
10-15-96 V1.3 Formal release.

9-24-96 V1.21.002 add enable/disable interrupts to protect
 call-back data in SetReadCallback() routine.  May have
  caused infrequent hang or crash.

7-03-96 V1.21.001 Adjustment for Predator software which hopefully
 fixes reported double chars problem, also add support for SETXOFF
 Escape function.

------------------------ FORMAL RELEASE V1.20 ----------------
6-21-96 V1.20 Formal Release.

6-21-96 V1.13.006
  Add fix for rocketui.dll configuration dialog program.  The Scan Rate
  value was not being written to the registry correctly.   The faulty
  rocketui.dll was versioned at V1.13.005, the fix is marked as
  V1.20.

6-12-96 V1.13.006
  Add entry so 128,000 truncated to 16-bits(in 16-bit software) gives
   standard 115200 baud rate.

5-28-96 V1.13.005
  Add rktmon.exe monitoring program to disk and newer wcom32.exe
  test terminal.

3-25-96 V1.13.002
  Fixed problem: Character detection option EV_RXFLAG did not work
  for 32-bit programs(worked on 16-bit only).

3-25-96 V1.13.001
  Add ability to read "ScanRate" and "Fast" options from WFWG3.11
  driver.  Need to add to setup.exe, now can set under
  [Rocket] section:  "ScanRate=5", "Fast=N".

3-1-96 V1.13 Release(WFWG3.11)
  Fixed 10-second timeout waiting for Tx data to finish on port
  close.  Previously, if Tx data still transmitting during close,
  it would always stall for the full 10-seconds.

2-21-96 V1.12.004
  change baud-rate mapping scheme, update Device-Manager
  sheet, clarify some user error messages.  Fix configuration
  sheet bug associated with some newer PCI models.

2-14-96 V1.12.003
  Fixed capabilities returned to include 115200 baud - modem
  configuration screen was limiting to 57600 baud.

1-16-96 V1.12.002
  Add baud rate mapping support for WFW311, using "MAP300",
  "MAP600", "MAP1200", "MAP2400" system.ini entrys.  Need to edit
  system.ini file under [ROCKETPT], Example: Map300=57600

1-17-95 V1.12.001 enhancement: Add "fast" option in device manager
  sheet to ignore hardware buffer(gives higher throughput at expense
  of ignoring byte count in hardware.) - kpb.

1-15-95 V1.12.001 correction, EscapeCommFunction() returning error,
  not handling return value as per MS, fixed.

------------------------ FORMAL RELEASE V1.12 ----------------
1-12-95 V1.12 Formal Release(no code changes).

1-08-95 V1.11.005
  Problem: event chars over 7FH not working due to character
  definitions in DCB being of type (char) instead of (BYTE).
  Fixed dcb character references to include cast (BYTE) so neg. translation
  does not occur - kpb.  
 
12-22-95 V1.11.004
  WFW311,ISA interrupts still not working, this time fixed for sure.

12-22-95 V1.11.003
added support for non-standard baud entrys:
CBR_92160   0xff22
CBR_76800   0xff21
CBR_65828   0xff20
fixed a problem with WFW311 interrupts, interrupts did not work in
previous version.

12-13-95 V1.11.002
  Changed DCB handling slightly, add ActionMask parameter to
  DCBtoRocket, leaves port output lines in state program leaves them.

12-07-95 V1.11.001 test release
  Fix problem where interrupts would work only some of the time on
  PCI RocketPort.
  Also, enabling interrupts at start of interrupt routine - might
  have caused problems for other drivers.

------------------------ FORMAL RELEASE V1.11 ----------------
12-01-95 V1.11.000   Fix INT 3 trap seen on initialization when running
        debugger.
   Added support for some non-standard entrys for Win16-bit programs:
        define CBR_460800 0xff25
        define CBR_153600 0xff24

11-21-95 V1.10.000   Release as formal driver(non-beta).

11-20-95 V1.00.023B  Adjust INF install files for PCI hardware changes.
11-10-95 V1.00.022B  Adjust INF install files for printer configuration.
11-01-95 V1.00.021B  Adjust PCI Win95 INF install files,  handle
                     PCI interrupt sharing.
10-31-95 V1.00.020B  Adjust for PCI use with WFWG3.11
10-31-95 V1.00.019B  Changes to Board Options sheet and Help file.
10-30-95 V1.00.018B  PCI fixes, fixed install so plug & play install works.
10-30-95 V1.00.017B  PCI fixes,
10-20-95 V1.00.016B  PCI fixes

10-09-95 V1.00.015B
  Added Port Options dialog page for the the Device Manager.  This adds
the ability to change port-names and perform some baud rate mapping.

10-09-95 V1.00.014B
* WFW driver failing, Fixed.  Made some changes for upcoming PCI
  RocketPort Product.

9-24-95 V1.00.012B
* Fixed bug which produced VMM memory exceptions errors
  (blue death screens) when using Microsoft FAX at the same time as
  MS dial-in access.
* Fixed bug which froze Trumpet Winsock, not returning timeout
        errors associated with RlsTimeout/CtsTimeout/DsrTimeout.
* Add support for timer-based operation, no IRQ used - "Configuration 2".
* Reduce the drivers stack use.

9-09-95 V1.00.010B
* Added support for Windows For Workgroups 3.11 - See install notes above.

9-09-95 V1.00.009B
* changes to Event-Handling to match Microsoft driver,
  may have caused too many event-callbacks in previous versions.
* fix some handling associated with EV_RXFLAG and fCharEvent bit in DCB.

9-01-95 V1.00.008B
* Bug fix: if opening more than one port, closing a port may cause other
  ports previously opened to stop servicing Rx data.

8-31-95 V1.00.007B
* Limit minimum size of Rx Q to 4096, Tx Q to 1024.
* Changes to debug version to route debug info to another port.

8-30-95 V1.00.006B
* Added MicroChannel(IBM) support.
* Added DCB mapping from ring0 to win32, win32 to ring0.

8-29-95 V1.00.005B
* add break handling.
* change CN_TRANSMIT notification to be base on software and hardware buffer.
* add EV_TXEMPTY event.
* correctly install ports as per port-name assigned in registry.


Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 5.81