Which CRC type to use for sending data through GPRS using TCP connection?

Status
Not open for further replies.

gorkin

Advanced Member level 1
Joined
Feb 27, 2002
Messages
422
Helped
13
Reputation
26
Reaction score
5
Trophy points
1,298
Location
brazil
Activity points
3,375
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.
 

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
 

Re: CRC

Ok C-MAN I will try evaluate 16bit CRC check...
 

CRC

CRC16 is much more useful than CRC8. Use CRC8..
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…