Activity for crc-generator

  • Nico Maas Nico Maas posted a comment on discussion Help

    Hello there, I tried generating the C code for several CRC16 algorithms: while I was able to generate the code for kermit with: Crc(g16, rev=True).generateCode('crc16r',out) the trial to generate the crc-ccitt-flase with Crc(g16, initCrc=0xFFFF, rev=False).generateCode('crc16sum',out) goes wrong - while the software does output the c code, the calculated checksum is always wrong. Am I doing something wrong? Thanks a lot! :)

  • Bene Bene created ticket #2

    Incorrect value in documentation

  • Joe Walker Joe Walker created ticket #7

    UsingExtension flag to be externally accessible in Python 3

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.