10-07-2005 04:17 AM
10-07-2005 04:47 AM
Hi,
For the PCI-GPIB card use the driver software provided from the vendor.Using these C API's u can interact with the Card sitting on your system. Only thing is u have to find ways for interfacing these APis with your Matlab Script. As of the target chip,u should go through the board manufacturers manual to find what addresses are configured for accessing these registers.If its custom made u can decode these addesses from the board schematic by finding which address pins of ur microcontroller or processor are hardwired to the address pins of TNT5100 chip.Writing your own driver for any PCI cards are merely waste of time as ready to use functions are available from expert programmars
10-07-2005 07:46 AM