André Filipe Silva

Results 45 comments of André Filipe Silva

Hi @blairfancy, that is by design. PDO and EMCY are broadcast type messages, or UDP like if you prefer, therefore the callbacks are use to listen when a new message...

@christiansandberg just an idea, for asynchronous we could use an external API library like the ones of [PySignal](https://github.com/dgovil/PySignal) or [PySide](https://pypi.org/project/PySide/) that implements the Signal Slot mechanism used by the Qt...

Hi @bggardner , I don't to compare this work with yours since I don't know your code and I don't want to be unfair. That being said you are more...

Hi @mumeh996, I have to check, but the network implementation uses the [https://github.com/hardbyte/python-can](python-can) library. I would suggest, if you have some time, to explore the python-can and check if it...

Hi @ratna225, Sorry for the delay responding to your inquiry. From what I can understand from the log you posted the answer is a bit straightforward. You are trying to...

> > > Thanks @af-silva for merging the changes so far, #245, #247 and #248. > > I will push some PRs with the above mentioned additional changes piecewise, just...

@acolomb Sorry for not get back to you sooner. I'm will try to check and merge your changes during this week.

@christiansandberg I purpose a new version to include the changes purposed by @acolomb. What do you think? Also, @acolomb what are you thinking in terms of roadmap for the DS402...

Hi @acolomb, ok that's set, I resolved the merge conflicts but didn't notice that parts of the code in other commits where being lost ... sorry. Regarding the discussion, a...