Hi Chris!
Thank you for your patience and for your very clear explanations. it's the only forum that was kind enough to help me so I hope to help someone someday just like you did. Appreciations!
Hi Cris!
Thank you for your kindly effort to fix my problem.
Yes you're right...i didn't specifies if the string is Hexa...my bad.
I learn something new : 0hA00000... a new prefix
if I had been inspired to turn 0x1000 into a decimal = 256 ..I would have caught on...
I have another ambiguity, it...
It is not the same calculation
for "A0000101" CRC16 is 06 35
for "A0000103" CRC16 is 86 3A
for "A0020352" CRC16 is 0B F7
it is not very different procedure.
Thank you
Hello,
I need help for a Foxpro CRC16 compute for a hexa string like :
A0000101
The CRC16 /Buypass for this string is 06 35
i have 2 examples :
Java implementation
public class CRC {
private static final int CRC_POLYNOM = (int) 0x00008005;
private static final int CRC_MASK = (int) 0x00008000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.