이온빔 시리얼 통신 checksum 방법 rs232C 또는 rs485 비코 이온빔
#Checksum: The first character is the low order byte and the second character is the high order byte of the 16 bit value. This pattern repeats until there are no more characters. If there is not a character for the high order byte set it to 0. Once all of the values have been added up, add the carry back in if there is any. If this generates a new carry add it back in too. Once there are no more..
2020.12.09