Pier-Yves Lessard

Results 116 comments of Pier-Yves Lessard

Example here: https://github.com/linux-can/can-utils/blob/master/isotpsend.c#L254-L286 Line 254 should fail if the module isn't loaded

There is no feature for that. You can have your own mechanism for concurrent execution. Be careful as the the client is not thread safe. You may want 2 clients...

Hi, I faced the same issue when testing on Ubuntu 22.04 (virtualbox) an app that I mostly developed on windows. I use PySide 6.9.0 + QTAds 4.4.0. The workaround also...

@Nishanth-cts First of all stop sending pictures of your screen. Just copy paste the relevant piece of code. Second, DLC of 8 is not required. If you want a dlc...

I wrote an extensive documentation. Please read it https://udsoncan.readthedocs.io/en/latest/udsoncan/examples.html#reading-a-did-with-readdatabyidentifier https://udsoncan.readthedocs.io/en/latest/udsoncan/client.html#udsoncan.client.Client.read_data_by_identifier

Is this still an issue. Pretty sure this should work and something else unrelated to this project is your issue

So you say that the python code is sending frames too fast? And the server part doesn't like it and stops responding then python reports a timeout? If that is...

You haven't enabled the "isotp" logger in debug mode, I can only see the UDS module debug logs. Anyway, I have a good idea of what's happening, and it stinks....

Was not aware that this existed. I'm looking at ISO-14229 , I see they added reportWWHOBDDTCByMaskRecord, and reportWWHOBDDTCWithPermanentStatus in the 2013 edition. Is that what you are looking for? I...

Support shouldn't be too hard to add. I'm working on something else these days. Will check eventually. I'm also open to a PR, but it would need all the unit...