This release contains the following enhancements and Software Problem Report (SPR) corrections:
The new LPT.EXE driver has a signon date of "08/15/04". It must be loaded in CCONFIG.SYS in order for CDOS to use the printer ports.The CCONFIG.SYS syntax is "install=\cdos\lpt.exe".The LPT.EXE also has diagnostics and will load in a diagnostic mode when the statement "Set LptVerbose=AllPaged" is added to CCONFIG.SYS, before the "install=\cdos\lpt.exe" line.Upon reboot, the LPT.EXE driver will describe what it is doing or not doing and what it detects for LPT ports in the system.
The new COM.EXE driver has a signon date of "08/15/04". It must be loaded in CCONFIG.SYS in order for CDOS to use the COM1 and COM2 serial ports.The CCONFIG.SYS syntax is "install=\cdos\com.exe".The COM.EXE also has diagnostics and will load in a diagnostic mode when the statement "Set ComVerbose=AllPaged" is added to CCONFIG.SYS, before the "install=\cdos\com.exe" line.Upon reboot, the COM.EXE driver will describe what it is doing or not doing and what it detects for COM ports in the system.
Support for headless" embedded systems (no video board or keyboard) was added.Background console output is thrown away. The system assumes that the BIOS handles foreground console output and either redirects INT10s to the COM port, or just ignores them.
New versions of the CCITERM,TRANSIT and LOADER utilities are included.
The new TRANSIT.EXE (signon date of 11/01.03) supports the new GET and PUT commands in conjunction with the new CCITERM.EXE. Valid entries are P or PUT to send a file from the local TRANSIT computer to a remote CCITERM computer (see EXAMPLE A below).And G or GET to receive a file from the remote computer and store it on the local computer (see EXAMPLE B following). Example A: If connected via CCITERM, receive the file update.xxx from the C:\updates\customer.001 subdirectory of the remote CCITERM computer and store it as file update.exe in the C:\temp\update subdirectory on the local TRANSIT computer. The correct syntax for this would be: C>TRANSIT GET c:\updates\customer.001\update.xxx c:\temp\update.exe. Example B: If connected via CCITERM, send the file infobufr.bin from the C:\ subdirectory of the local TRANSIT computer and store it as file infobufr.bin on the E: drive in the remote CCITERM computer.The correct syntax for this would be: C>TRANSIT PUT c:\infobufr.bin e:
A new version of LOADER.EXE (signon date of 08/04/04) is included. This utility is will now run on an Intel 8086 machine, as required for some embedded systems. This version of LOADER is greatly improved from the last version (circa 1993) of the disk loader. Use "Loader/h" syntax for all of the options. Refer to the c:\loader.ini file for the loader script file installed on new CDOS v3.10 systems. Note that this loader is called Loader.EXE, the old one was a .COM file. Be sure to DELETE the old c:\cdos\loader.com file.