Thanks you very much,
I understand better now.
Best regards
Search found 3 matches
- Wed 29. May 2024, 12:02
- Forum: PCAN-UDS
- Topic: [C#] TesterPresent for multiple ECUS
- Replies: 4
- Views: 2995
- Wed 29. May 2024, 11:28
- Forum: PCAN-UDS
- Topic: [C#] TesterPresent for multiple ECUS
- Replies: 4
- Views: 2995
Re: [C#] TesterPresent for multiple ECUS
Thanks you for your answer,
I have removed all mapping.
Things I don't understand is this working well:
Capture d'écran 2024-05-28 142916.png
Capture d'écran 2024-05-29 112406.png
But this sent always first target id:
Capture d'écran 2024-05-29 112809.png
Capture d'écran 2024-05-29 112551 ...
I have removed all mapping.
Things I don't understand is this working well:
Capture d'écran 2024-05-28 142916.png
Capture d'écran 2024-05-29 112406.png
But this sent always first target id:
Capture d'écran 2024-05-29 112809.png
Capture d'écran 2024-05-29 112551 ...
- Tue 28. May 2024, 14:32
- Forum: PCAN-UDS
- Topic: [C#] TesterPresent for multiple ECUS
- Replies: 4
- Views: 2995
[C#] TesterPresent for multiple ECUS
Hello,
Aim of my software at this moment is to detect all ECU connected & powered on the CAN bus.
For this, I would like to send TesterPresent request for each CAN ID. Here my fonction:
public async Task<uds_status> SendTesterPresent(uint targetId)
{
while (_peakInterface.PeakHandle == cantp ...
Aim of my software at this moment is to detect all ECU connected & powered on the CAN bus.
For this, I would like to send TesterPresent request for each CAN ID. Here my fonction:
public async Task<uds_status> SendTesterPresent(uint targetId)
{
while (_peakInterface.PeakHandle == cantp ...