Questions tagged as 'checksum'

1
answer

How to Calculate CRC Modbus RTU

I'm trying to calculate a crc modbus in an application for PIC, but the crc returned is always incorrect compared to online simulators .. follow the code void CRC (unsigned char* msg, unsigned char* out) { //char CRC16[2] = {0xFF,0xFF};...
asked by 28.03.2018 / 19:05
0
answers

how to calculate CheckSum 8 Xor node js

Good morning people. I have an example string: var string= >ACK;ID=1206;#01D4; I need to calculate CheckSum 8 Xor so that it returns 2 digits in hex: Answer: 2B Can you help me?     
asked by 07.05.2018 / 16:35
1
answer

Socket hex with checksum

I'm developing a communication socket between a crawler and the server. The socket is in perfect working order. My problem is with communication when checking the checksum. The device sends a message ranging from 0 to 200 bytes to the server...
asked by 01.12.2017 / 18:17
1
answer

SQL UPDATE SUM VALUE NOT NULL

dataTmp referencia nStock 2017-02-18 DC01234567 NULL 2017-02-18 DC01234567 NULL 2017-02-18 DC01234567 NULL 2017-02-19 DC01234567 0 2017-02-19 DC01234567 0 2017-02-19 DC01234567 0 2017-02-20 DC01234567 0 201...
asked by 18.02.2017 / 23:47
0
answers

Library in C with auto checksum

I'm creating a library / library for Android in C, and I'd like to know how do I display its own checksum , so if you experience any " change " after compiling, % w / w% will change.     
asked by 19.08.2016 / 03:42