Has anyone written a function to do CRC, or give a few pointers? Name : "CRC-16" Width : 16 bits Poly : 8005 hexadecimal number Init : 0000 Check : BB3D the checksum obtained when the ASCII string "123456789" is fed into the function
The main part of the function deals with unsigned bytes, which is were I am getting errors. Regards, Greg -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
