Page 1 of 1
Using Multiple CAN PCI Adapters
Posted: Wed 5. Jun 2013, 21:03
by jkelly123
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.
Re: Using Multiple CAN PCI Adapters
Posted: Thu 6. Jun 2013, 10:48
by M.Maidhof
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