Hi again!
Does anybody here know how is the HP-41 Bar-Code checksum calculated?... (And wants to share this info :-)
Thanks in advance.
HP-41 Bar-Code checksum algorithm.
|
|
« Next Oldest | Next Newest »
|
▼
Post: #5
11-28-2002, 06:45 AM
Hi again! Does anybody here know how is the HP-41 Bar-Code checksum calculated?... (And wants to share this info :-) Thanks in advance. ▼
Post: #6
11-28-2002, 07:53 AM
The "Make You own HP41C Barcode" Manual is included in the MoHPC CDROM collection. The Basic programs are essentially unreadable (what a horrible language), but the algorithms and flowcharts are all there. The manual is in file packs/hpbc.pdf **vp
Post: #7
11-28-2002, 06:10 PM
My 'LIF Utilities for Linux' package includes programs to produce HP41 program and data barcode, and of course they calculate the checksums. These programs come as (hopefully) commented C ▼
Post: #8
11-29-2002, 05:19 AM
Hi! Thank you both for your comments. Finally I've got the desired algorithm and... it was here at MoHPC!!: http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/articles.cgi?read=42 An article posted by Dan McDonald (my gratitude for him), wich includes an Excell file "HP_ListA.xls" with an annotated macro for the barcode generation. The "real thing" is fairly easy: (sum of bytes 2-16 (or the last byte if less in row) + previous row checksum byte) MOD 255. Again, thanks and cheers from the middle of the Athlantic Ocean ;-) |