PCBUSB-Library
PCBUSB-Library copied to clipboard
macOS® User-Space Driver for PCAN-USB Interfaces (Binaries only)
As the title says, hope PCAN-USB Pro FD can be supported
If `PCAN_LISTEN_ONLY` is enabled before `CAN_Initialize` has been called, then trying to disable it subsequently, as follows, has no effect. ``` int option = PCAN_PARAMETER_OFF; status = CAN_SetValue(PCAN_CHANNEL, PCAN_LISTEN_ONLY, &option,...
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 of...
This [issue](https://developer.apple.com/forums/thread/737920) also applies to programs or Apps that are loading the PCBUSB-Library from `/usr/local/lib` (the default installation folder). Add the linker option `-rpath /usr/local/lib` to your linker script to...
PeakCanUSB is not scanned under QtCanBus PeakCan Plugin Steps to reproduce: 1. Ensure same Qt application running fine and able to connect PeakCan via QtCanBusPeakCanPlugin ("peakcan") on **Linux** (:+1:) 3....
It would be useful for users to be able to `pip install pcanbasic` so that can use your python library without having to manually install it themselves. I think It...
- Device: PCAN FD - Host: Macbook Pro M1 14 - Source Code: pcbusb_recv.cpp - clang version: Apple clang version 13.1.6 (clang-1316.0.21.2.5) - Baudrate: PCAN_BAUD_500K - library version: 0.11.2 1....
Testing shows a difference in handling of internal error counters in the PCAN-USB FD between PEAKS's implementation on Windows and Mac-CAN on macOS. Observed behaviour: on macOS the PCAN-USB FD...
The PEAK PCAN-USB FD adapter is connected to custom electronics with no other nodes on the bus. Sometimes the firmware resets especially during testing. If a message is sent to...