Where can I find the physical memory address of my Can Interface Card?
I need it to use it to open the port.
Since it is a PCI card, libraries should know where it is and how to access it. If you have a physical address for a specific purpose, however, you can see the device manager for windows or linux or mac equivalent. In many cases the address assigned by the BIOS has not been changed by OS, so you can often search at boot time.
You can also get the PCI vendor and card ID within your software, and you can obtain the assigned range in this way.
However, the library should be transparently controlled by everyone. Have you contacted the seller for the use of the correct library? If the card is installed and available, "card matching" should be done, and then you can use a simple index to access a given card.
If you give the name and the type of card manufacturer, then we can give better support - Vector cards are almost trivial to find and control, and with whom I may have worked, They can do the easiest.
- Adam
Comments
Post a Comment