Using Multiple CAN PCI Adapters

PCI to CAN Interface
Post Reply
jkelly123
Posts: 1
Joined: Thu 30. May 2013, 14:46

Using Multiple CAN PCI Adapters

Post by jkelly123 » Wed 5. Jun 2013, 21:03

Can I use 2 PCI CAN adapters in a Windows based system to give a total of 4 ports?
If so, how will I identify which ports are 1,2,3, and 4.

M.Maidhof
Support
Support
Posts: 1753
Joined: Wed 22. Sep 2010, 14:00

Re: Using Multiple CAN PCI Adapters

Post by M.Maidhof » Thu 6. Jun 2013, 10:48

Hi,

yes, this will be possible. The PCI card channel enumeration is depending on the used PCI slot, so the enumeration will be card1-port1, card1-port2, card2-port1, card2-port2 a.s.o. See help files for the PCANBasic API for more details on how to use several channels with our APIs.

regards

Michael

Post Reply