Skip to content
View jonahbardos's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jonahbardos

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python-CRC16 Python-CRC16 Public

    CRC-16-CCITT Python Algorithm for Error Detection within Serial Communication

    Python 2 1

  2. Implementation of crc16 (CRC-16-CCIT... Implementation of crc16 (CRC-16-CCITT) in Python with Modbus Protocol Error Detection
    1
    
                  
    2
    def crc16_generator(data):
    3
        '''
    4
        CRC-16-CCITT Algorithm
    5
        '''