CueCat Barcode Optical Reader


Back

CueCat

CueCat is a barcode optical reader. The output is encoded
userid (18 digits), barcode type (3 characters) and barcode
data, prefixed with scan code of ALT-F10. The encoding scheme is
modified base64
-    a~z A~Z 0~9 + - (base64:: A~Z a~z 0~9 + -)
-    result character is XOReed with 43 hex (base64: no XOR)

This program is based on information available on the internet.

CUECAT.ZIP consists of
-    CUECAT.PET (source code in Forth)
-    CUECAT.TXT (this documennt)
-    CUECAT.COM (binary execuutable)

Author:
Petrus Prawirodidjojo 2006-03-09.

Back