Friend uses old braille displays in his company, but their producer does not exist, they use serial port and there is problem with either drivers (Ethernet) for <= Win 98 or serial access on NT+ on new or newer machines. Are there any possibilities to upgrade old unreliable PC's and keep expensive braille displays working ?
Edit Found something easy, seems to work:
PortTalk - allowio "testio32.exe /R1 0x3F8" 0x3F8
AllowIO for PortTalk V2.0
Copyright 2002 Craig Peacock
http://www.beyondlogic.org
Address 0x3F8 (IOPM Offset 0x7F) has been granted access.
Executing testio32.exe /R1 0x3F8 with a ProcessID of 4532
PortTalk Device Driver has set IOPM for ProcessID 4532.
C:...>_inp(0x3F8) = 0xFF
And without last port to be open:
allowio "testio32.exe /R1 0x3F8"
AllowIO for PortTalk V2.0
Copyright 2002 Craig Peacock
http://www.beyondlogic.org
Executing testio32.exe /R1 0x3F8 with a ProcessID of 4328
PortTalk Device Driver has set IOPM for ProcessID 4328.
C:...>_inp(0x3F8) failed