I work in a machine shop and we use an old DOS program called Easytalk to communicate with our CNC machines on the shop floor.
this program is ancient and has no support.. its essntially just a beefed up hyperterminal with file management.
The powers that be wanted to upgrade the entire shops PC's and bought a XP pro machine for the machine shop.
Clearly this old DOS program does not like the XP enviroment.
Its designed to use a Standard Parallel Port (SSP) configuration and uses
SSI_ACT=50,50,50 in the autoexec.bat.
now xp pro uses a Enhanced Serial Port (ESP)by default and has no option to reinstall with a Standard Serial Port,plus no autoexec..
becasue of this, the Hardware protection module that plugs into the parallel port and enables the software cant be read, so the software comes up with a security warning and shuts down the program.
Does anyone know of a way to configure a Parallel port to SSP or where i can find a SSP driver?