Oliver Hartkopp
Oliver Hartkopp
> Thanks I installed Debian 10, do qnap_mtd_reisze.py and than upgrade to bullseye => I works like a charm ... Good! > I'm not so happy with several calls to...
Haha, yes. Indeed we had a prototype for SocketCAN on Windows NT somewhere in 2004/2005 based on the NDIS driver model for a PEAK USB driver and some network layer...
> I'm interested too in this topic, there was some other issue than lack of open drivers for CAN ? Yes that was the main issue. When you write a...
Great idea! python-can really turns out to be the enabler for CAN applications on Windows. And these applications can then be used on Linux too. Thanks for the feedback! Excellent...
Yes. So far socketcand does not support CAN FD. No user requests :-)
Would the `< rawmode >` support be sufficient for you? E.g. by receiving something like `< fdframe 03B 1589476062.377071 7D1FDF312DD0DE1CAABBCCDD >` ? Or do you need BCM support too?
Hey @mocle , I created a branch https://github.com/linux-can/socketcand/tree/rawmode-canfd which contains a simple extension, which is not really optimized but implements the discussed approach. You are invited to take a test...
Hi @mocle, just pulled some other code and was wondering why I was on a different branch ... Did you test the branch?
The ESI bit is not really a hot topic in CAN FD - I've never seen a real-world use-case for it, did you? And the BRS bit is not provided...
Hi @AndyHuska , looking at the patch and my comment at https://github.com/linux-can/socketcand/issues/12#issuecomment-897093817 I'm finally not that sure whether ignoring BRS & ESI bits was that good idea ;-) I was...