Stanko Gradev

Results 19 comments of Stanko Gradev

@christoph2 Hi christoph, Should i fix something to merge this PR or you do not want the bugfix for static daq lists to be merged? The precommit hooks are failing...

i have to correct my previous post, only missing DAQ Lists IDs are an issue.

https://github.com/christoph2/pyxcp/pull/157 bugfix

Hello, Yes, I am using predefined DAQ List. Just to make things clear, I am not that much of an expert like you are for sure. What i am currently...

If i may contribute somehow to the major update let me know... we can save double work... here some part of the xcp driver i had to create: ```python class...

great, then let me know when it is there. I will fork and try to integrate in my application and can try some early hands on testing.

Hi, I have the very same observation (my UDS initialization+connection is much faster than the pyxcp initialization+connection), even when the xcp master does not receive a message from the slave,...

I understand the parameters are not supported by slcan, but they have been passed in my case to PythonCanWrapper and this one failed....which does not make a lot of sense....

I had the very same issue, it was related to missing c++ dlls. - libstdc++-6.dll - The C++ standard library implementation - libgcc_s_seh-1.dll - GCC's support library for exception handling...