Search found 2 matches

by margieortiz
Thu 13. Jun 2024, 12:06
Forum: PCAN-USB
Topic: PCAN-USB on Mac OS
Replies: 3
Views: 3910

Re: PCAN-USB on Mac OS


Hello,

MAC OS is a BSD based hybrid-kernel (XNU) and as far as i am aware, there is no native
SocketCAN implementation for OSX. I have seen solutions by hobbyists on github, but
support will be rather limited for this...
geometry dash scratch
We are not affiliated with MAC-CAN but as far as i ...
by margieortiz
Wed 12. Jun 2024, 10:12
Forum: PCAN-USB
Topic: PCAN-USB on Mac OS
Replies: 3
Views: 3910

PCAN-USB on Mac OS

Hello,
I have a Perl program that's running a couple of CAN-servers to interact with a HIL setup. And with the connected Linux machines it's just the case of:

ifconfig -a | grep can
ip link set can0 type can bitrate 250000
ip link set up can0
And then I can reference these CAN-interfaces to my ...