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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/16/01 14:43
Read: times


 
#16659 - RE: Checksum calc 'LRC' ?
Hi Bert,

LRC stands for 'Longitudinal Redundancy Check' and is also used in Smartcard communications (T=1 protocol, for those in the know). Basically it is nothing more than the sequential XOR of all the bytes in the datastream.

For example, if you have the following data:
'00 40 02 90 00'
the LRC will be 00^40^02^90^00 = D2

That's all there is to it. Good luck.

Regards,
Rob Klein

List of 5 messages in thread
TopicAuthorDate
Checksum calc 'LRC' ?            01/01/70 00:00      
RE: Checksum calc 'LRC' ?            01/01/70 00:00      
RE: Checksum calc 'LRC' ?            01/01/70 00:00      
RE: Checksum calc \\\'LRC\\\' ?            01/01/70 00:00      
RE: Checksum calc \\\'LRC\\\' ?            01/01/70 00:00      

Back to Subject List