Listen only
Posted: Mon 31. Mar 2025, 12:11
I have a Worker object running correctly, sending and receiving frames. This is a standalone application.
I want to have another application, which could be ran parallel to the other one. This application should just read frames on CAN bus, without acknowledging (listen only) and without sending anything.
in the second application I am not able to start another worker. But somehow it must be possible, as PCAN View can also monitor the messages in listen only mode.
The first application, which sends and receives frames, must be unchanged. So I need another application
I want to have another application, which could be ran parallel to the other one. This application should just read frames on CAN bus, without acknowledging (listen only) and without sending anything.
in the second application I am not able to start another worker. But somehow it must be possible, as PCAN View can also monitor the messages in listen only mode.
The first application, which sends and receives frames, must be unchanged. So I need another application