I noticed that the code appends the hi byte first and the lo byte second in the RTU frame for CRC. The specification calls for the low byte first for CRC value. Is this a bug?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I noticed that the code appends the hi byte first and the lo byte second in the RTU frame for CRC. The specification calls for the low byte first for CRC value. Is this a bug?
Never mind. The code is right.