Christian Sandberg

Results 86 comments of Christian Sandberg

Not sure why that would happen. You may need to trace back why that value becomes a float.

You're right about everything you mentioned. Fixes are most welcome! I also think we should use type annotations instead. As long as Python 3.6 is supported then it should be...

Nice to hear that someone is working on an asynchronous version of this library. I've been thinking about it myself earlier but it felt too difficult making it work for...

The full traceback would probably help more.

The idea was that you should either provide your own bus and Notifier _or_ use the connect method, but not both. Do you think there is a use case for...

It’s nothing I have any experience of but you are most welcome to give it a shot!

Make a pull request and we will do our best to review it. There is no one to my knowledge that has access to that hardware so we can't do...

That would at least make the Bus argument list less cluttered. How would you handle the differences in API’s and controllers?

I started an attempt in #615. I've looked at https://www.mct.net/download/philips/can_timing.pdf for reference, but I don't know if it is applicable for all controllers.

I've got some questions. * Should we fall back to standard bitrate setting if the interface cannot use the bit timing provided? * Do we need to support setting some...