Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/08/03 16:58
Read: times


 
#38615 - RE: CRC CALCULATION - Christian
Responding to: ???'s previous message
"Is this method in that application note is used for setting MODBUS crc bits?"

No, but it is quite close in that it uses the correct polynomial and presets the CRC register to all ones. However it stores/transmits the complement of the resulting CRC, whereas Modbus does not use the complemented result.

Mr. Brooks in his fourth post and Mr. Redding have given you the proper method, which implements the CRC method in the Modbus protocol specification. You know, all of the error checking options, including CRC along with C language implementation are in the specification document. If you do not have it already, I strongly recommend that you get the spec(s) from www.modbus.org. After all, you would think they would be the ultimate authority on their protocol!

List of 18 messages in thread
TopicAuthorDate
CRC CALCULATION?            01/01/70 00:00      
   RE: CRC CALCULATION?            01/01/70 00:00      
   RE: CRC CALCULATION?            01/01/70 00:00      
      RE: CRC CALCULATION?            01/01/70 00:00      
         RE: CRC CALCULATION?            01/01/70 00:00      
            RE: CRC CALCULATION?            01/01/70 00:00      
         RE: CRC CALCULATION?            01/01/70 00:00      
            RE: CRC CALCULATION - Christian            01/01/70 00:00      
               RE: CRC CALCULATION - Christian            01/01/70 00:00      
                  RE: CRC CALCULATION - Christian            01/01/70 00:00      
               RE: CRC CALCULATION - Christian            01/01/70 00:00      
                  RE: CRC CALCULATION - Christian            01/01/70 00:00      
   RE: CRC CALCULATION?            01/01/70 00:00      
   RE: CRC CALCULATION?            01/01/70 00:00      
      RE: CRC CALCULATION?            01/01/70 00:00      
   RE: CRC CALCULATION?            01/01/70 00:00      

Back to Subject List