Login Register

Search found 1 match

by lihgong
28 Nov 2022, 05:54
Forum: XC90 1st gen 2003-2014
Topic: Vida CEM swapping
Replies: 4337
Views: 590833

Re: Vida CEM swapping

1. I guess you may use some kind of Python-CAN to process the incoming packet, and forward to another place In my experience, that's a bit slow than just using raw SocketCAN interface The test below tried to do packet forwarding from CAN0 to CAN1, and I measured the latency With Python-CAN, the late...