Search found 2 matches

by joechen882000
Fri Apr 12, 2019 2:40 am
Forum: InpOut32 (x64)
Topic: Read PCI Device Vendor ID
Replies: 4
Views: 16391

Re: Read PCI Device Vendor ID

Get it ! thank your quick reply !
by joechen882000
Thu Apr 11, 2019 7:30 am
Forum: InpOut32 (x64)
Topic: Read PCI Device Vendor ID
Replies: 4
Views: 16391

Read PCI Device Vendor ID

I try to use InpOut32 to read the PCI Vendor ID but can't get correct data throught inpOut32.dll My code please refer below(C#) , Read the RTC Port is ok , But Read/Write the PCI config register get nothing .... uint Bus_No = 0, Dev = 0, Func1 = 0, VID, DID, count = 0; uint Val = 0x80000000 + (Bus_N...