ASCII Serial Com
Serial communication library between computers, microcontrollers, FPGAs, etc. Uses only ASCII. Not the most efficient protocol, but meant to be easy to read
|
#include "crc_16_dnp_crcmod.h"
Go to the source code of this file.
Functions | |
uint16_t | computeCRC_16_DNP (uint8_t *data, size_t len, uint16_t crc) |
uint16_t computeCRC_16_DNP | ( | uint8_t * | data, |
size_t | len, | ||
uint16_t | crc ) |
Definition at line 8 of file crc_16_dnp_crcmod.c.