Search found 5 matches

by dmedore
Fri 14. Jan 2022, 16:42
Forum: PCAN-Developer 4
Topic: CAN_RegisterNet
Replies: 2
Views: 3391

Re: CAN_RegisterNet

Well I certainly feel silly for not trying that...

It indeed resolved the issue.

Thanks!
by dmedore
Fri 14. Jan 2022, 05:23
Forum: PCAN-Developer 4
Topic: CAN_RegisterNet
Replies: 2
Views: 3391

CAN_RegisterNet

I am trying to create Nets via C#. I have PCAN-Developer 4 version 4.1.1

Here is my code; trying various things to create a net that has FD settings (500k/2MB) and a net that is just a nominal 500k
BitrateFD bitrateFD = new BitrateFD();
bitrateFD.ClockFrequency = 80;
bitrateFD.NominalPrescaler ...
by dmedore
Wed 23. Jun 2021, 22:27
Forum: PCAN-PassThru API
Topic: Multiple applications using same PCAN USB device
Replies: 3
Views: 5634

Multiple applications using same PCAN USB device

Is it possible to have 2 applications that use PCAN-PassThru to simultaneously use the same PCAN USB device?

I know this would be possible with PCAN-Developer 4...just curious about PassThru

Thanks
by dmedore
Wed 9. Jun 2021, 13:19
Forum: PCAN-Router FD
Topic: incompatible firmware
Replies: 13
Views: 17819

Re: incompatible firmware

Thanks! I got careless when deleting some of the example code, adding that back in resolved the issue.
by dmedore
Wed 9. Jun 2021, 05:36
Forum: PCAN-Router FD
Topic: incompatible firmware
Replies: 13
Views: 17819

incompatible firmware

I have successfully compiled code, but when trying to flash the firmware using PEAK-Flash it tells me that the firmware is incompatible
firmware.PNG
firmware.PNG (107.97 KiB) Viewed 13366 times

I am able to successfully compile and flash other projects that I have created. So what causes the firmware to be incompatible?

Thanks