Search found 2 matches

by aidenkang
Sat 11. Feb 2023, 08:56
Forum: Linux
Topic: Peak Can Basic Read Write Time over problem
Replies: 3
Views: 6890

Re: Peak Can Basic Read Write Time over problem

We will give you additional information.

If the pcan device is used for more than 24 hours, many of the above timeout errors are logged.

So, if we do Can_uninitialize, Can_reset, and Can_initialize once a day, fewer errors will occur for the time being after using this functions.

However, using ...
by aidenkang
Sat 11. Feb 2023, 08:49
Forum: Linux
Topic: Peak Can Basic Read Write Time over problem
Replies: 3
Views: 6890

Peak Can Basic Read Write Time over problem

hello I use pcan basic for mobile robot motor driver control.

When I use pcan using Can_read and Can_write, sometimes this function execution time is more than 3~20ms over.

our using source code is



int usbPCanDriver::Write(TPCANMsg msg)
{
std::chrono::system_clock::time_point start_time = std ...