Driver Development Kit (DDK)

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI-6534, How get access to DIO memory (BAR1)??

I written specific driver for PCI-6533 under RTX.
(RTX 5.5, Windows 2000). It was successfully tested.
But PCI-6534 board don't working.
After initialization and enable IO device window
from almost all addresses of
DIO area (BAR1) reading the constant value = 0x5C.
What can I do? Where take some information?
Please help.
0 Kudos
Message 1 of 2
(7,438 Views)
Hi, I think late reply. But, I one of normal user.
I found 6534 was not listed device id lists. but I found 6534 ID.
6534 ID was 0x12B0. and NI ID was 0x1093.
so you can use 6534 like "bus = acquireBoard(0x109312B0);"
I think this may help you...
0 Kudos
Message 2 of 2
(7,105 Views)