adamczykpiotr / php-canbus

Extension for PHP to interface efficiently with a Controller Area Network (CAN bus) 2.0A / 2.0B
7 stars 5 forks source link

Can-FD #1

Open webopium opened 1 year ago

webopium commented 1 year ago

Hey, such a good approach! Do you plan to add can-fd and long payload support in nearest future? Thank you!

adamczykpiotr commented 1 year ago

Hello! Very much so, I'm planning on supporting CAN-FD and refactoring the code in a near future. I think it should be available within a month or so. As soon as it's ready i'll let you know ;)

adamczykpiotr commented 1 year ago

Unfortunatelly I didn't have much free time so it'll be another month or so... 😞

adamczykpiotr commented 1 year ago

Good news, Ii've just managed to code the low level library stuff (https://github.com/adamczykpiotr/linux-canbus-cpp) so I think the php library should be ready in 1 to 2 weeks.