| Author |
Message |
gorkin
Joined: 27 Feb 2002 Posts: 679 Helped: 11
|
10 Oct 2005 13:24 CRC |
|
|
|
|
Hi guyes!
In my recent project, I will need send data trought GPRS using TCP conexion, I think that my data package lenght maximun are 64 bytes. In this case, CRC8Bits are sufficient for my case?
Thanks, gorkin.
|
|
| Back to top |
|
 |
C-Man
Joined: 19 Jul 2001 Posts: 1235 Helped: 73
|
10 Oct 2005 16:53 Re: CRC |
|
|
|
|
CRC8 is very weak as there are only 256 possible combinations.
If you can aford it use CRC16 which is much better ...
best regards
|
|
| Back to top |
|
 |
Google AdSense

|
10 Oct 2005 16:53 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
gorkin
Joined: 27 Feb 2002 Posts: 679 Helped: 11
|
11 Oct 2005 18:21 Re: CRC |
|
|
|
|
| Ok C-MAN I will try evaluate 16bit CRC check...
|
|
| Back to top |
|
 |
mucko
Joined: 06 Sep 2004 Posts: 43 Helped: 6
|
11 Oct 2005 18:36 CRC |
|
|
|
|
| CRC16 is much more useful than CRC8. Use CRC8..
|
|
| Back to top |
|
 |