read or send multiple frame same time (peak 4canM2) c++
Posted: Thu 20. Apr 2023, 21:52
Hello the team.
Is it possible to send many frames same times ?
ex : send a request on id 1, 2, 3 on PCAN_DEV1, and 4, 5, 6 on PCAN_DEV2
then read all frames same time.
In fact, I need a usleep(200) between query frame and it read. And I need it for 12 ID's
This parallelism could make me use only one usleep(200) between the full query and the full read ?!
If yes, any example ?
Thanks a lot the team.
ps : peak 4canM2 is a really nice canfd board !
Is it possible to send many frames same times ?
ex : send a request on id 1, 2, 3 on PCAN_DEV1, and 4, 5, 6 on PCAN_DEV2
then read all frames same time.
In fact, I need a usleep(200) between query frame and it read. And I need it for 12 ID's
This parallelism could make me use only one usleep(200) between the full query and the full read ?!
If yes, any example ?
Thanks a lot the team.
ps : peak 4canM2 is a really nice canfd board !