Click here to Skip to main content
16,004,887 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i am doing work on Intel hex file.in that i have read only data block of each line. i have done with this. and then convert it into byte array from 32 character string to 16 that contains decimal values.
now i want to calculate check sum through crc-32 calculator.
of decimal or hexadecimal string.
can somebody write function for crc-32 calculation of hex string.
Posted
Comments
Andreas Gieriet 8-Nov-13 7:23am    
This is not a place where you can "order" some code.
Ask a question where it is clear what the input is (e.g. some sample input) and what the expected output is (sample data again).
Tell what you have tried so far and where the problem is. We do not know what you (don't) know. Is it CRC-32, is it C#, is it intel hex file, ...? What is the problem?
Cheers
Andi
bunty swapnil 9-Nov-13 0:28am    
Hi Andreas
i am doing work on Intel hex file.http://www.dlwrr.com/electronics/tools/hexview/hexview.html
and i want to calculate check sum through crc-32 calculator.for each data block.
i am reading only data part of each line. so i have to calculate 1 KB data. and check sum of that 1 KB data.
so please suggest me something which can help me.

1 solution

How about asking Google[^]?
Cheers
Andi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900