can to ethernet gateway

This forum covers PCAN-Linux and Linux development issues concerning our products
Post Reply
robotguy1
Posts: 2
Joined: Mon 15. Jun 2026, 10:00

can to ethernet gateway

Post by robotguy1 » Tue 16. Jun 2026, 12:05

Hello, does the driver handle the can to ethernet gateway the same way as the can to usb adapter? Meaning that I can directly interface with my can devices trough can0, can1 etc..? (As with the usb adapter). Or do I have to use a protocol to translate my can-messages before i send them downstream to my can devices?

M.Maidhof
Support
Support
Posts: 1775
Joined: Wed 22. Sep 2010, 14:00

Re: can to ethernet gateway

Post by M.Maidhof » Wed 17. Jun 2026, 08:33

Hi,

under Windows we offer the Virtual PCAN-Gateway software tool, which will handle the PCAN-Ethernet interfaces similar as a direct connected PCAN-PC-interface. Unfortunately this option is not available under Linux. Here you have to write an own application using the Ethernet protocol definitions:

https://www.peak-system.com/produktcd/P ... on_eng.pdf

regards

Michael

robotguy1
Posts: 2
Joined: Mon 15. Jun 2026, 10:00

Re: can to ethernet gateway

Post by robotguy1 » Wed 17. Jun 2026, 09:30

Thank you! Would it work to have a gateway at each end of the ethernet cable, and then just treat it as regular canbus from both side, and let the gateways to the protocol conversion?

M.Maidhof
Support
Support
Posts: 1775
Joined: Wed 22. Sep 2010, 14:00

Re: can to ethernet gateway

Post by M.Maidhof » Wed 17. Jun 2026, 09:54

Yes, this is possible. Please see quick start guide page 8 for more details:

https://www.peak-system.com/produktcd/P ... rt_eng.pdf

Post Reply