Printing from HP-86B ?
|
07-11-2017, 10:17 PM
Post: #42
|
|||
|
|||
RE: Printing from HP-86B ?
I hacked JFG's sample into this simple test program:
Code: 10 ! Test program to copy a text file from HPIL DOSLINK device to a disk file The program is intended to accept up to 80 lines of text (120 chars long) and write them to records in the OUTPUT data file on disk. When run, the program creates the data file, and continues to run, but no data is displayed; the program seems to run 'forever' requiring RESET to regain control. Further testing showed it basically hangs forever on the initial ENTER command. I suspect DOSLINK sent the first line of the test file, and the program is waiting for the rest of the 120 bytes in the first record. Fixed length records may be required here. Since Series-80 has no native TEXT file support, it's not surprising that it doesn't simply treat the received data as "lines of text". The GETSAVE binPRGM may shed some light, more exploring to do here, just thought I'd share some info for others following the thread and trying stuff. --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 15 Guest(s)