mac-can / PCBUSB-Library

macOS® User-Space Driver for PCAN-USB Interfaces (Binaries only)
https://mac-can.com
Other
27 stars 0 forks source link

Will it be possible to support PCAN-USB Pro FD? #16

Open kyc20010501 opened 11 months ago

kyc20010501 commented 11 months ago

As the title says, hope PCAN-USB Pro FD can be supported

mac-can commented 10 months ago

As stated in the 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 PCAN-USB Pro FD devices is planned for the next major release (no release date specified).

Due to the user-space design of the driver it will never be possible to access a multichannel CAN device from different processes respectively Apps. Apple's IOUsbKit only allows one process to access an USB interface.

nconn711 commented 5 months ago

Hello, are there still plans to support CAN2? Would be very helpful for my projects.

mac-can commented 5 months ago

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 of PCAN-USB Pro FD devices. However, with the restriction that only one process at a time can access the device via USB. This means that it will never be possible to access CAN1 from App A and CAN2 from App B!