initialization of PCIe card fails.
Posted: Fri 25. Sep 2020, 12:01
Hello
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:
if I start our software (sending and receiving) we and then i start PCANView and connect to the pciecard I can see the data send from our software but it never reaches the other CAN devices (e.g. 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.
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.