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

Back to Subject List

Thread Closed: Issue successfully resolved

???
10/29/04 23:30
Read: times


 
#80028 - RE: Help me with crc16 for ModBus
Responding to: ???'s previous message

Download the modbus spec from www.modbus.org . They give two examples: a bit shift which is small on code, slow on execution and the table driven solution that is larger in code but much faster in execution. I would suggest the table driven approach as it is significantly faster - especially on a 12 clock 8051. I did some tests the other day - 65mS vs 15mS for calculating the crc on a 40 register packet.



List of 7 messages in thread
TopicAuthorDate
Help me with crc16 for ModBus            01/01/70 00:00      
   RE: Help me with crc16 for ModBus            01/01/70 00:00      
   RE: Help me with crc16 for ModBus            01/01/70 00:00      
      What CRC-16?            01/01/70 00:00      
   RE: Help me with crc16 for ModBus            01/01/70 00:00      
      RE: Help me with crc16 for ModBus            01/01/70 00:00      
   Thanks to all here ....            01/01/70 00:00      

Back to Subject List