Search found 3 matches

by we123456
Tue 22. Dec 2015, 17:06
Forum: PCAN-USB Pro FD
Topic: The gap between theoretical result and actual result
Replies: 4
Views: 10017

Re: The gap between theoretical result and actual result

1. OK. I understand.
2. we used 2 PCs which were connected 2 PCAN-USB Pro FDs.
3. OK. I'll try to set this option.

We used PCAN-View and PCAN-BASIC API (for C language). After doing additional experiments, I'll post the results.
by we123456
Tue 22. Dec 2015, 16:19
Forum: PCAN-USB Pro FD
Topic: The gap between theoretical result and actual result
Replies: 4
Views: 10017

Re: The gap between theoretical result and actual result

Here is my answer.

Above all, to get the maximum value of actual data bit rate, we made the bus overloaded.
To do that, we just called CAN_Write() function continuously, then, as you mentioned,
a buffer inside the device driver would be full.
Then the bus would be busy, and we expected that we ...
by we123456
Tue 22. Dec 2015, 13:34
Forum: PCAN-USB Pro FD
Topic: The gap between theoretical result and actual result
Replies: 4
Views: 10017

The gap between theoretical result and actual result

Dear developers,

I have a question about the actual bit rate of CAN-FD.
This is theoretical result which is provided by Bosch.
theoretical_result.png

This is actual result I can get by performing experiments with PCAN-USB Pro FD.
actual_result.png

We can understand that Average Bit Rate is ...