-
I have the following setup
![tempImageRRmPhC](https://github.com/user-attachments/assets/596d0196-c013-4a19-a32e-3e2096faea93)
E-Port --> Devkit (host mode) ---> USB C OTG ---> USB network card -->…
-
def getCRC16(data, is_hex=True):
if is_hex:
data = bytearray.fromhex(data)
else:
data = bytearray(data)
CRC = 0
for byte in data:
…
-
Hi, i just fell over a new `CRC16 Modbus` variant which is still missing here maybe you could add it.
```cs
var defaultHasher = new Nito.HashAlgorithms.CRC16(new CRC16.Definition
{
Truncated…
-
Hi! This tool is exactly what I've been looking for, and I need it desperately. However I need to find a CRC16 value, not CRC32. Can this be added? I will donate beer money if so! I need to extract a …
-
I sent a long string:
`kjhklujhk;jhkljhklhlkjhkjh;oihoihohiuhiouh;hp'oujoihiuhiouhohohoiuhoiijuhpoijuoijuoiuhiuuhfewakghfuweohfiuefhn;oejwuifohewiuohgfoiwejhfoijsdovfcsjdoivhoiduhxsovihxcoihvoiyhdfiu…
-
Wish to see crc8/crc16 in digest module.
-
hi
have you solved the simos18 eeprom crc16 checksumm ?
-
in the kermit crc computation, a 0xFFFF mask is used, but when checking with the C lib at
https://github.com/lammertb/libcrc/blob/master/src/crckrmit.c
in the same funciton, the mask used is 0x00…
-
I tried getting crc for hex string 08000001 using crc16.ChecksumIBM. But instead of 84C3 it is giving me 3226. This is my code:
` data := []byte("08000001")`
`checksum := crc16.ChecksumIBM(data)`
…
-
```
CRC16ARC_T =[
0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241,
0xC601, 0x06C0, 0x0780, 0xC741, 0x0500, 0xC5C1, 0xC481, 0x0440,
0xCC01, 0x0CC0, 0x0D80, 0x…
mchuc updated
2 years ago