Search found 4 matches

by LEFEVRJK
Tue 7. May 2024, 21:46
Forum: PCAN-Basic
Topic: Peak PCANBasic.NET Exception
Replies: 3
Views: 2259

Re: Peak PCANBasic.NET Exception

Thank you for your response! I did not think to check the inner exception as the exception message displays in a pop-up message. Once I stepped through, the inner exception message told me exactly what the issue was.
I updated the NuGet package because the one associated to my project was depricated ...
by LEFEVRJK
Tue 7. May 2024, 00:30
Forum: PCAN-Basic
Topic: Peak PCANBasic.NET Exception
Replies: 3
Views: 2259

Peak PCANBasic.NET Exception

I am attempting to initialize one of two Peak CAN USB FD devices. I am using PCANBasic.NET version 4.9.0.942 in a .NET Framework 4.8 WPF application.
I used PCAN View to change the device ID for one device to 0 and the other to 1. So in this case I'm trying to initialize the USB CAN FD with device ...
by LEFEVRJK
Tue 23. Apr 2024, 19:10
Forum: PCAN-Basic
Topic: Using Multiple PCAN USB FD Devices
Replies: 3
Views: 1793

Re: Using Multiple PCAN USB FD Devices

Thank you very much!
by LEFEVRJK
Tue 23. Apr 2024, 02:59
Forum: PCAN-Basic
Topic: Using Multiple PCAN USB FD Devices
Replies: 3
Views: 1793

Using Multiple PCAN USB FD Devices

I need to verify that a CAN FD message passes through hardware I'm testing. The hardware uses CAN FD controllers, and has two busses.
I currently have a Peak PCAN USB FD with one physical bus.

I assume I would either need a pro version, or to use two USB devices.

However, looking at the API, I'm ...