I'm trying to understand the data exchanged via TCP/IP between Codesys V2.3 and a gateway on another Windows computer. I recorded the communication with Wireshark but can not identify the protocol.
The TCP/IP data packets at login look like this:
Codesys to the gateway: dddd0000000000000000010000000500000042ec83371d
Response from the gateway: eeee00000000010000000100000000000000
From the gateway message is passed on to a PCAN USB, there comes out the following:
ID=0x67E, Data=0x21 0x25 0x10 0x01 0x05 0x00 0x00 0x00
My goal is to implement an Ethernet CAN gateway on a single board computer with CAN interface (Raspi or ESP32).
Thanks,
Andy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to understand the data exchanged via TCP/IP between Codesys V2.3 and a gateway on another Windows computer. I recorded the communication with Wireshark but can not identify the protocol.
The TCP/IP data packets at login look like this:
Codesys to the gateway: dddd0000000000000000010000000500000042ec83371d
Response from the gateway: eeee00000000010000000100000000000000
From the gateway message is passed on to a PCAN USB, there comes out the following:
ID=0x67E, Data=0x21 0x25 0x10 0x01 0x05 0x00 0x00 0x00
My goal is to implement an Ethernet CAN gateway on a single board computer with CAN interface (Raspi or ESP32).
Thanks,
Andy