VOGONS


ISA Card Problems?

Topic actions

First post, by ritec

User metadata
Rank Newbie
Rank
Newbie

I'm currently using DOSBox on a Windows XP machine to run an older program which normally talks to an older ISA card I have installed. The card is installed properly and windows does recognize it. Is there any reason why I can't communicate with this card?

Reply 1 of 8, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Dosbox doesn't access Hardware directly.

1+1=10

Reply 2 of 8, by ih8registrations

User metadata
Rank Oldbie
Rank
Oldbie

Curios, what's the card?

Reply 3 of 8, by ritec

User metadata
Rank Newbie
Rank
Newbie

the card is an ADAC 5525 digital IO card. I actually have an older research instrument in my lab, and some software we had written to work in DOS which controls the instrument through this IO card. I need to still use this card and software to run the system, but I need to use it with a newer computer. It's probably a slightly odd situation, I'm just looking for any solution I can find at this point.

Reply 4 of 8, by ih8registrations

User metadata
Rank Oldbie
Rank
Oldbie

What's needed is to write a port handling pass through, like how midi is handled, but the quickest solution would be to just get an old 486/pentium for $0-20. Familier with craigslist? Online want ads for a given city/area; has forsale and free, local pickup(only drawback is the delay doing email tag to make arrangements for when/where, but no worse than waiting for shipping) ..or ebay, froogle, dumpster, local junk place, etc.

Last edited by ih8registrations on 2006-04-20, 14:59. Edited 1 time in total.

Reply 5 of 8, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

How would the "get an old 486/pentium" solution work if he wants to use his program on a newer computer? Relying on old hardware is fine but when that hardware dies......

How To Ask Questions The Smart Way
Make your games work offline

Reply 6 of 8, by ih8registrations

User metadata
Rank Oldbie
Rank
Oldbie

Oh, I don't know, pickup more free/cheap hardware; like one does when anything breaks.

Reply 7 of 8, by ih8registrations

User metadata
Rank Oldbie
Rank
Oldbie

BTW, what's the need for using it on a newer computer?

Reply 8 of 8, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

I/O port passthrough isn't difficult (I am currently working with that for printer port passthrough) but if the card uses other resources like interupts, DMA, memory range you need to be familiar with kernel driver programming. Another problem might be timing.

1+1=10