Yes, it is possible, as long as you know the address of your PCI device, and only as long as the card is IO mapped. IO mapping is a legacy scheme from the 8088 days... One quick and easy way to tell is to check the properties of your card inside of the >>ControlPanel>>DeviceManager. If the card's address is 4 digits or less, then Inport/Outport will work. If not, then your device is memory mapped and you will have to use something else.
If so, let me know and I have some source code I can send you to be able to read PCI devices. Regards, Robert [EMAIL PROTECTED] wrote: > > Return Receipt > > Your Q: [W] Is it Possible to use InPort / OutPort with PCI? > document > : > > was Pat Weldon/NSWAG > received > by: > > at: 07/06/2004 09:06:59 AM > -- Robert Gaurie Sheldon Instruments 609 West Date St. San Diego, CA. 92101 USA Tel: (619) 702-6565 Fax: (619) 702-6360 Email: [EMAIL PROTECTED] web: http://www.sheldoninst.com
