Uwe Vogt
Uwe Vogt
Not reproducible. @JerryZheng89 Can you please provide the traffic generator code and your modifications to `pcan_rcv.cpp`. Also which PCAN device you use and its firmware version number would be helpful.
Issue closed. No additional information given. No confirmation by other users.
> Peak-System GmbH has released a new product variant of its **PCAN-USB FD** interfaces (item no. **IPEH-004002**). These interfaces cannot be operated with the [PCBUSB library](https://github.com/mac-can/PCBUSB-Library/blob/main/README.md) for macOS. The initialization...
Question: Did you get the same error when calling the CAN Tester utility program `can_test` with a device channel argument? `makemake@uv-pc014mac can_test % ./can_test PCAN-USB1 -v` Then the rootcause could...
Thanks for confirming the issue. A "new" PCAN-USB FD device for debugging and fixing will arrive to me soon.
Fixed with version [0.12.2](https://github.com/mac-can/PCBUSB-Library/releases/tag/v0.12.2)
As stated in the [README](https://github.com/mac-can/PCBUSB-Library/blob/main/Binaries/Universal_64/README) file, PCAN-USB Pro FD devices (item no. IPEH-004061) are already supported, **but only the first channel (CAN1)**. To support also the second channel (CAN2) of...
At the moment there is **no** major release scheduled for the PCBUSB-Library. A complete revision of the source code is in progress. This version will eventually support the CAN2 channel...
> This command solves the issue: `sudo ln -s libPCBUSB.0.11.2.dylib pcanbasic.dylib` > > Maybe it is worth to be added into `install.sh` ? The name of the library is `libPCBUSB`....