Have you actually tried the standard 16-bit CRC (CRC-CCITT1 [X.25])?
I have, and found no match even by skipping the first bytes one-by-one, and with/without the trailing CR/LF.
But to find out the algorithm, you should use an algorithmic way:
Print 1 byte, get the checksum for all printable characters.
Print 2 bytes, get the checksum for some fixed characters as the first byte and for all printable characters for the second byte.
Write us the results.
Main Topics
Browse All Topics





by: dimitryPosted on 2004-05-07 at 15:29:23ID: 11018964
Can you give more examples and printer name ?