Search found 4 matches

by abaldur
Mon 27. Apr 2020, 13:02
Forum: PCAN-PCI Express
Topic: Mixed 3.3V and 5V CAN transceivers possible?
Replies: 2
Views: 10011

Re: Mixed 3.3V and 5V CAN transceivers possible?

Hi Marvin

Thanks for the quick reply.

My 3.3V CAN transceiver happens to be ISO 11898-2 compatible.

So I will assume that things to work together :)

Best Regards,
abaldur
by abaldur
Mon 27. Apr 2020, 10:23
Forum: PCAN-PCI Express
Topic: Mixed 3.3V and 5V CAN transceivers possible?
Replies: 2
Views: 10011

Mixed 3.3V and 5V CAN transceivers possible?

Hi

I'm using the PCAN-PCI Express board for communication with a 3.3V CAN bus.

The PCAN-PCI Express uses the NXP PCA82C251 CAN transceiver which is 5V as far as I can see.

Will this cause any issues with reliability on the network?

Anything to be especially aware of?

Best Regards,
abaldur
by abaldur
Tue 21. Apr 2020, 18:34
Forum: Linux
Topic: Changing bitrate of SocketCAN device in user space
Replies: 3
Views: 7402

Re: Changing bitrate of SocketCAN device in user space

Hi Marvin,

Thank you for the answer, it was very helpful.

The proposed solution could work, although it feels a bit clumsy and I'm not sure its the right way to go for me.

To clarify, I'm working on an application that use CAN bus in two different ways.

In the startup phase I need to do fw ...
by abaldur
Tue 21. Apr 2020, 14:24
Forum: Linux
Topic: Changing bitrate of SocketCAN device in user space
Replies: 3
Views: 7402

Changing bitrate of SocketCAN device in user space

I have a use case where I need to change the bitrate of my CAN device on-the-fly.

I would like to use SocketCAN if possible, but it seems to be best suited for use cases where the bus configuration is fixed from the start, i.e. fixed bitrate and then just started.

I'm currently experimenting with ...