python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Insert '\x' in python3
I am trying to use crcmod correctly but I have problem:
For example I would like to transform the string "1234567809" into the bytes b'\x12\x34\x56\x78\x09' in order to obtain the correct cr...
Fred I. R.
Votes: 0
Answers: 1
CRC-16 Checksum calculator with Vanilla JS
I am looking for a CRC-16 CRC algorithm which is written in JavaScript and runs in a normal browser. I know there are an incredible amount of code examples for CRC-16 implementations in all sorts of p...
Elohim89
Votes: 0
Answers: 2
Impact of data padding on CRC calculation
I am calculating CRC on a large chunk of data every cycle in hardware (64B per cycle). In order to parallelize the CRC calculation, I want to calculate the CRC for small data chunks and then XOR them ...

sharvil111
Votes: 0
Answers: 2
Cyclic Redundancy check : Single and double bit error
Found this in the book by Forouzan (Data Communications and Networking 5E). But, not able to understand the logic behind this.
This is in the context of topic two isolated single-bit errors
In other ...
Pratham
Votes: 0
Answers: 1