pyvit icon indicating copy to clipboard operation
pyvit copied to clipboard

Support additional CAN hardware

Open hardbyte opened this issue 7 years ago • 1 comments

Hey I just saw your pycon talk - great stuff. Good luck getting the Tesla for testing purposes!

I've been maintaining a low level library that might interest you: python-can. It supports a whole bunch of physical can interfaces on windows and linux - and supports extended frame formats.

https://github.com/hardbyte/python-can

Cheers and I hope you don't mind the random suggestion out of the blue, Brian

hardbyte avatar May 22 '17 00:05 hardbyte

Hi Eric,

thank you for sharing you project.

I have an auduino CAN shield that I want to add it to hw list. Is it correct that the frame expected from the hw is: (timestamp) can0 PID#Data8

what is the request you send over serial to get it?

my arduino sketch can send continuously all PID frames without any request.

Bests,

Loon

looninho avatar Apr 01 '20 17:04 looninho