Pier-Yves Lessard
Pier-Yves Lessard
Hi, There's no interface for you to do so unfortunately. This could probably be added, but there's few question to be answered - why does it need to be functional?...
Something's weird. I did add a feature to the can-isotp repo and I remember posting a message to this thread asking if the fix was enough. Anyway, Since functional/physical addressing...
Right, This is not supported unfortunately. The UDS client is designed for a 1-to-1 communication. Still, you are not out of luck. You can make usage of the layer of...
Hi, I'm not against supporting this. I must admit that I hardly see how this will be done. My main requirement is to be backward compatible, so unit test must...
Indeed. I think you are right. i will have to double check not to break anything that is based on that behaviour.
I forgot about this request :s Will have a look eventually. Probably early June as I will have a full week of vacation. Regards
My feeling is that something else is "consuming" the message from the Bus object. Do you call `bus.recv` somewhere in your code?
This is strange, it should've worked. Do you call `process` in a loop? does it have a dedicated thread or is it embedded into another task that can block?
Hi, I've looked at the code you sent me through email. I see that you use pytest to launch your UDS operation. I am not very familiar with pytest, but...
Hi @jagauthier. I am not sure if it is related, but the sending device doesn't wait for flow control before proceding with consecutive frames. We see 2 flow controls eith...