Printing from HP-86B ?
|
07-12-2017, 06:33 PM
Post: #53
|
|||
|
|||
RE: Printing from HP-86B ?
(07-12-2017 02:15 PM)J-F Garnier Wrote: No ! Use PC pure (native) text files. No need to convert to LIF type. Just use Notepad or similar to create it. Thanks for the explanation. I believe I've a 71B-centric view of the HP universe... After some small changes (e.g. to handle empty lines, etc.) this program works, to copy a text file from IL-Per's DOSLINK interface: Code: 10 ! Test program to copy a text file from HPIL DOSLINK device to a disk file As listed, the program handles text files with these parameters:
So this technique can be reliably used to copy a text file to S80 from a PIL-Box using IL-Per via HP-IL interface. However for this technique to be useful as a means to copy a BASIC program to S80, the data file would have to be written in the very specific format Paul documented above, in order to be translated by the GET command. Individual line conversion is straightforward, however the lines are packed into 256-byte records (for efficient file I/O) making the conversion a bit more tedious. Thanks to all that have contributed to this little 'I wonder if...' exercise. --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 13 Guest(s)