ccchang
Junior Member level 2
- Joined
- Nov 14, 2007
- Messages
- 21
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Location
- Penang Island, Malaysia
- Activity points
- 1,481
Hi All,
I browse through the internet, but i hardly understand how to build a PCI driver. So is it possible to treat PCI slot as ISA slot. What I mean is can use the _INP and _OUTP function to send data through PCI slot ?
My device application may not so complicated, I just want send data and receive data one by one through the PCI slots.
Attached link show how to write a dll for ISA ports. Can I use it to PCI slot too ? Mean I find out the PCI slot address and just put my data to that address.
https://www.boondog.com/tutorials/dlltutor/dlltutor.htm
Thanks and Best Regards,
--ccchang
I browse through the internet, but i hardly understand how to build a PCI driver. So is it possible to treat PCI slot as ISA slot. What I mean is can use the _INP and _OUTP function to send data through PCI slot ?
My device application may not so complicated, I just want send data and receive data one by one through the PCI slots.
Attached link show how to write a dll for ISA ports. Can I use it to PCI slot too ? Mean I find out the PCI slot address and just put my data to that address.
https://www.boondog.com/tutorials/dlltutor/dlltutor.htm
Thanks and Best Regards,
--ccchang