Well I certainly feel silly for not trying that...
It indeed resolved the issue.
Thanks!
Search found 5 matches
- Fri 14. Jan 2022, 16:42
- Forum: PCAN-Developer 4
- Topic: CAN_RegisterNet
- Replies: 2
- Views: 3391
- 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 ...
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 ...
- 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
I know this would be possible with PCAN-Developer 4...just curious about PassThru
Thanks
- 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.
- 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
I am able to successfully compile and flash other projects that I have created. So what causes the firmware to be incompatible?
Thanks
I am able to successfully compile and flash other projects that I have created. So what causes the firmware to be incompatible?
Thanks