We have some weird problems when using the PCAN-PCIe Express card.
Using PCANBasic (we also used the candeveloper api same behaviour)
Connecting to the PCIe Device works fine and we can receive data. but when we start it the data is not actually send to the wires...
Wiring:
Code: Select all
####################
# #-PCAN-PCIe-Card +--------------------+
# # |
# Windows PC # + externalCAN Device
# # |
# #-USB-PCAN +--------------------------+
####################
if we start the PCAN-View before we start our software, everything wroks fine (our messages are generated and send to the other participants.)
if our software uses hte USB Device(instead of PCIe) everything works fine.
It looks like the PCIe hardware nees to do some extra initaliziation. or we are doing something which has no effect on the USB device but on the PCi device.