I have an old application (DOS) that ran in a command window in Windows 98 that used a special driver to communicate with the COM1 port. The application required the driver to be declared in CONFIG.SYS (example):
DEVICE=C:\COMMDRV.ONE 4096,1
Due to hardware problems, I am moving the application to a Win XP Pro box. However, in XP the Communication with COM1 does not appear to be working now. Does anyone know of a trick I can use to emulate the Config.sys device load in XP?
DEVICE=C:\COMMDRV.ONE 4096,1
Due to hardware problems, I am moving the application to a Win XP Pro box. However, in XP the Communication with COM1 does not appear to be working now. Does anyone know of a trick I can use to emulate the Config.sys device load in XP?