Post Reply 
Connect HP41 to Apple
01-24-2024, 01:59 AM (This post was last modified: 01-24-2024 02:05 AM by Sylvain Cote.)
Post: #10
RE: Connect HP41 to Apple
Hello Henk,

(01-20-2024 12:29 PM)hesc Wrote:  What is the original file format resulting from the HP41 to HPIL transfer and what kind of headers are connected to the raw and bin format?

HP-41 compiled program file formats
Code:
.RAW →                    [compiled code] + [1-byte checksum] + [trailer]
.BIN → [ 2-byte header] + [compiled code] + [1-byte checksum] + [trailer]
.DAT → [ 4-byte header] + [compiled code] + [2-byte checksum]

HP-IL formats
Code:
.LIF → LIF file   - a file with a 32-byte lif header
.DAT → LIF volume - a virtual cassette or floppy disk
Code:
.LIF → [32-byte header] + [file data]
.P41 → same a .LIF
.PAK → same a .LIF
.DAT → [256-byte system record] + [n * 256-byte unused/reserved records] + [n * 256-byte directory records] + [n * 256-byte file data records]

More information can be found here:
(01-20-2024 12:29 PM)hesc Wrote:  Do you have an idea why the transfer is not very stable?
Do you think there is a mismatch in serial? Settings or so?
I have never used HP41UC so I cannot help you here.

Sylvain Côté
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Connect HP41 to Apple - PeterP - 12-14-2023, 06:37 PM
RE: Connect HP41 to Apple - Sylvain Cote - 12-15-2023, 05:09 AM
RE: Connect HP41 to Apple - Bill Duncan - 12-16-2023, 12:52 AM
RE: Connect HP41 to Apple - Sylvain Cote - 12-16-2023, 12:57 AM
RE: Connect HP41 to Apple - PeterP - 12-15-2023, 02:31 PM
RE: Connect HP41 to Apple - hesc - 01-20-2024, 12:29 PM
RE: Connect HP41 to Apple - Sylvain Cote - 01-24-2024 01:59 AM
RE: Connect HP41 to Apple - hesc - 01-22-2024, 06:57 PM
RE: Connect HP41 to Apple - floppy - 01-24-2024, 10:33 AM
RE: Connect HP41 to Apple - Sylvain Cote - 01-23-2024, 01:24 PM
RE: Connect HP41 to Apple - hesc - 01-23-2024, 05:45 PM
RE: Connect HP41 to Apple - hesc - 01-24-2024, 02:55 PM



User(s) browsing this thread: 1 Guest(s)