VOGONS

Common searches


First post, by Yocttar

User metadata
Rank Newbie
Rank
Newbie

Hello,

I have an windows 16 application written in visual c 1.52, the application works perfect on windows 95. On windows XP there are 2 problems - ports and memory access.
I was able to fix both with direct i\o (http://www.direct-io.com/) but the application is also using the serial port (command opencomm) and the direct io software conflicts with the api of the serial port, My question is: is there another solution to open both ports and memory? I know that porttalk will open ports and it works with the serial port but it doesnt open memory access.

Thanks.

Reply 4 of 7, by Stiletto

User metadata
Rank l33t++
Rank
l33t++
kjliew wrote:

Google for WinIO. It supports port-IO and memory-mapped IO.

Off-topic but I wanted to tell kjliew that he is awesome. 😀

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 6 of 7, by NJRoadfan

User metadata
Rank Oldbie
Rank
Oldbie

Out of curiosity, what type of program is it? Typically Windows programs treat serial port I/O like a file and don't require direct hardware access.