Another modbus question here, I've been learning Modbus RTU and feel that I have a pretty good grasp on it and am now writing code to convert RTU to TCP.
A question that was brought up to me today was, when you are converting from RTU to TCP, can you leave the CRC on the end?
I know that the TCP structure does not contain a CRC but I'm not sure why?
Any insight to this would be quite helpful :)