ARIES317
Newbie

Hi everyone, I am so sorry if this question doesn't belong here on this site, but I have nowhere else to go. Maybe here will be someone smart with the right knowledge.
Basically, I am trying to control a door actuator (which communicates over CAN UDS) with the help of an ETH-CAN/LIN communication converter (MACH-ETH). I am sure that the converter is configured correctly. After sending a message, I receive a CAN Error message: "No Flow Control frame received after First Frame was transmitted."
I sended message: 02 73 0C 00 00 02 D0 03 22 F1 8C 00 00 00 00 00 F3 03
02 - convertor sen bit
73 - convertor CAN transmit message ID
0C - Datalenght of message
00 - Datalenght of message
00 - convertor cunfiguration (can canal 1 and using CAN FD protocol)
02 - CAN ID
D0 - CAN ID
03 - Datalenght of message
22 - SID = service ID
F1 - DID = data ID
8C - DID = data ID
00 00 00 00 00 - fillin the rest
F3 - convertor checksum (73 +0C +00+ 00+ 02 +D0 +03 +22 +F1 +8C +00+ 00 +00 +00 +00)mod256)
03 - convertor end bit
As you can see, the actual CAN message is 3 bytes long, so I have no idea why I receive that error message. If I understand correctly, the error message says that I didn't specify (if I had a longer message than 8 bytes) how it will continue. But my message is just 3 bytes long.
Thanks everyone, have great day!
Basically, I am trying to control a door actuator (which communicates over CAN UDS) with the help of an ETH-CAN/LIN communication converter (MACH-ETH). I am sure that the converter is configured correctly. After sending a message, I receive a CAN Error message: "No Flow Control frame received after First Frame was transmitted."
I sended message: 02 73 0C 00 00 02 D0 03 22 F1 8C 00 00 00 00 00 F3 03
02 - convertor sen bit
73 - convertor CAN transmit message ID
0C - Datalenght of message
00 - Datalenght of message
00 - convertor cunfiguration (can canal 1 and using CAN FD protocol)
02 - CAN ID
D0 - CAN ID
03 - Datalenght of message
22 - SID = service ID
F1 - DID = data ID
8C - DID = data ID
00 00 00 00 00 - fillin the rest
F3 - convertor checksum (73 +0C +00+ 00+ 02 +D0 +03 +22 +F1 +8C +00+ 00 +00 +00 +00)mod256)
03 - convertor end bit
As you can see, the actual CAN message is 3 bytes long, so I have no idea why I receive that error message. If I understand correctly, the error message says that I didn't specify (if I had a longer message than 8 bytes) how it will continue. But my message is just 3 bytes long.
Thanks everyone, have great day!