Search found 4 matches

by tjlarso
Thu 13. Jun 2024, 21:42
Forum: PCAN-Ethernet Gateway DR
Topic: Ethernet Gateway DR - Sending but not Receive using Sockets
Replies: 6
Views: 2869

Re: Ethernet Gateway DR - Sending but not Receive using Sockets

No worries Marvin! I have revisited the code since my last comment and it is all working as expected now! I appreciate your help today on this topic and wish you the kindest of regards.

Best and thank you,
TJ
by tjlarso
Thu 13. Jun 2024, 16:34
Forum: PCAN-Ethernet Gateway DR
Topic: Ethernet Gateway DR - Sending but not Receive using Sockets
Replies: 6
Views: 2869

Re: Ethernet Gateway DR - Sending but not Receive using Sockets

here is also my poi_config for my gateway to potentially provide a little more context for you.
#########################################
# PoI configuration file
#
# BSP version 2.9.1
#########################################
[general]
ini_version = 2.0.1
description = CAN to LAN Gateway in DIN ...
by tjlarso
Thu 13. Jun 2024, 15:16
Forum: PCAN-Ethernet Gateway DR
Topic: Ethernet Gateway DR - Sending but not Receive using Sockets
Replies: 6
Views: 2869

Re: Ethernet Gateway DR - Sending but not Receive using Sockets

Thank you Marvin! I have had the chance to review that code previously, and it has not really guided me in the direction I would like to be in yet.

Alternatively, after looking through more documentation I decided to go into my poi_config for the gateway and for my [rt_1] which is CAN2LAN, I made ...
by tjlarso
Wed 12. Jun 2024, 16:38
Forum: PCAN-Ethernet Gateway DR
Topic: Ethernet Gateway DR - Sending but not Receive using Sockets
Replies: 6
Views: 2869

Ethernet Gateway DR - Sending but not Receive using Sockets

Hello. I have been working on a project that uses our own C++ implementation using the win32 sockets library for transmitting and receiving messages from a pc to a PCAN-Ethernet Gateway DR. Attached is how I have the device configured to connect to the Gateway.

pcan help.PNG

I set it up to ...