Tim

Results 7 comments of Tim

I forgot the log output: ``` [Debug][NM]: A control function claimed address 28 on channel 0 [Debug][NM]: A control function claimed address 240 on channel 0 [Debug][NM]: A control function...

I just came to another realization: The workaround in in the diff above, only seems to fix the issue on once I roll back to [89b8e](https://github.com/Open-Agriculture/AgIsoStack-plus-plus/commit/89b8ee1cba4a3c68dab987aa10a006eff9118873)

> Interesting... sending a clear to send with more frames than our request is unusual behavior on John Deere's side. And, getting an object pool transfer response so early is...

Ok, thanks for looking into it and the tip. I will look into changing that through the `set_number_of_packets_per_dpo_message` call instead. It's too bad (for me) that it is on the...

Attached are some logs and candump of the demo working and not working when i add the ECU doing the address claiming. There are can two logs in each test....

Here are some additional crumbs, I was able to get it upload and work as expected by commenting out the following code: ```diff diff --git a/isobus/src/can_network_manager.cpp b/isobus/src/can_network_manager.cpp index 8dc5598..257514d 100644...

Hi again, Sorry for the delayed response. I've finally had a chance to try the latest from develop ([c44ce96](https://github.com/Open-Agriculture/AgIsoStack-plus-plus/commit/c44ce96)) to verify if my app runs with the aforementioned changes. Unfortunately,...