Search found 2 matches

by hukka
Fri 31. Mar 2017, 14:05
Forum: Linux
Topic: No space left on device
Replies: 1
Views: 3104

No space left on device

Hello!

I'm trying to get to work the PEAK interface IPEH-004061.
The problem is that I can't open a CAN 2.0 channel. I tried it several ways:

int fd = pcanfd_open("/dev/pcan32", OFD_BITRATE, 500000);
int fd = pcanfd_open("/dev/pcan33", OFD_BITRATE, 500000);
int fd = pcanfd_open("/dev/pcan32 ...
by hukka
Fri 16. Dec 2016, 12:49
Forum: Software
Topic: Virtual CAN device
Replies: 1
Views: 4646

Virtual CAN device

Hello!

I'd like to do some prototyping without the real PEAK hardware.
I installed the virtual PCAN Windows driver (it's seen in my Device Manager as PCAN-VIRTUAL, ver. 4.1.1.16099).

But I can't see any Virtual CAN device in the PCAN-View (ver. 4.1.1.463), the list of available PCAN hardware is ...