Tactical Software redirectors primarily support Windows applications that interact with the virtual COM ports created by the redirector. Tactical Software redirectors also also include limited support for DOS applications running under Windows.
There are two types of DOS applications that use COM ports. They are:
Under Windows XP, NT and 2000, DOS applications that manipulate the UART hardware directly are able to access both virtual COM ports and standard ports in the COM 1-4 range using the NTVDM driver (NT Virtual DOS Machine) that ships with these versions of Windows. The NTVDM is a library that maps 16-bit APIs into 32-bit APIs. It is installed by default.
DOS applications will not be able to access ports above COM4 using this mechanism. Also be aware that Tactical Software's testing has shown that not all DOS applications perform well under NTVDM, even with the standard COM port driver.
Under Windows 98 and Me, DOS applications that access the UART (universal asynchronous receiver-transmitter) directly are not supported directly by Tactical Software redirectors.
Tactical Software redirectors support INT14/FOSSIL applications on all Windows platforms. This includes FOSSIL-5 with the X00 extensions as well as the simpler INT14 BIOS interface. A DOS application that supports INT14 or FOSSIL will be able to use any of the virtual COM ports created by Tactical Software redirectors.
Note: In order to use INT14 applications, the INT14 support program must be installed. This loads a driver which enables the DOS sessions to take place. Contact Tactical Support if you need this program.
Under Windows 98 and Me, the INT14/FOSSIL driver is loaded automatically at boot time. However, under Windows XP, NT and 2000, this driver support is by default loaded only on demand. For these operating systems, installing a Tactical Software redirector adds a new command called "tsnt14." For any given DOS window, be sure to run the tsnt14 command prior to running any DOS applications which require INT14 or FOSSIL support. This loads the INT14/FOSSIL driver support for that DOS Window only.
Note: This command is required to be run in each DOS Window which requires INT14/FOSSIL support to be activated.
It is also possible to unload the driver by rerunning the command using a /u option. For example, to run a BBS which requires FOSSIL — and then unload the FOSSIL driver — use the following commands:
tsnt14
bbs
tsnt14 /u NOTE: In Windows 2000, this must be tsnt14 //u
In certain situations it may be desirable to have the FOSSIL driver enabled for all DOS sessions. One example is hosting a BBS that spawns external programs. In this case add the tsnt14 command to the end of the autoexec.nt file. To edit the autoexec.nt file, simply use the Run command in the Start menu and enter the following command:
notepad %SYSTEMROOT%\SYSTEM32\autoexec.nt
The DOS/INT14 settings for each COM port can be changed through the DOS/INT14 Configuration Utility. To open the utility, go to the Windows Control panel and open the DOS/INT14 Configuration Utility icon. This opens the DOS/INT14 Configuration Utility window.
A list of all Windows COM ports appears in the box on the left. For each selected port, the right section is divided into three sections: Settings, Queue Sizes and Options values.
![]() |
Settings. These COM port settings are applied to the COM port when it is first opened via INT14. Note: The default value for each setting is "no default." This means that no extra COM port configuration is done by the INT14 driver. The example shown above is keeping the original default settings.
Queue Sizes. These two fields set the number of bytes that the INT14 driver will request for the transmit and receive queues on the highlighted COM port. The default is 4096, and the value can range from 16 to 16384. For most applications 4096 will be adequate, given that TCP/IP connections implement their own flow control.
Options. The following checkbox options are presented:
The TSLOCK command allows the parameters found in the Settings area of the DOS / INT14 Configuration Utility window to be changed with a DOS command. The TSLOCK command line and options are:
tslock COMx [baud,length,parity,stop] [ locked |
unlocked ]
The first parameter is the COM port to be adjusted. Following that can be the port settings and/or the locking status for those settings. For example, to set COM4 to a 57600 8-N-1 and lock those settings, use the following:
tslock COM4 57600,8,N,1 locked
To then unlock COM4's settings without affecting their current value, use the following:
tslock COM4 unlocked
To change COM4 to 38400 7-E-1 without affecting the locking status, use the following:
tslock COM4 38400,7,E,1
Note: This command changes the settings as seen in the DOS / INT14 Configuration Utility window interface, where you can see the results of running this command. These settings will only take effect upon the following conditions:
For most client applications such as terminal programs, the default DOS port settings should be sufficient. For most BBS-hosting programs, the recommended settings are to disable the Release Time Slices option and to enable the Host Port Open option.
Note: All DOS-related settings have no effect on Windows applications. It is counterproductive to experiment with these settings when troubleshooting Tactical Software redirectors in conjunction with non-DOS applications.