HP-IL with HP 82163A Video Interface
|
11-08-2014, 05:32 PM
Post: #5
|
|||
|
|||
RE: HP-IL with HP 82163A Video Interface
(11-08-2014 03:46 PM)Sylvain Cote Wrote: The following, is a small program extract that should get you started An improvement proposal: Generally (including this case) it's not needed to use the HP-IL manual mode (MANIO). In MANIO you can easily send data to the wrong device when using mass storage or printer functions at the same time. The SELECT command is for sure needed to address the OUTA to the video display, but in this case it's easier to use ACA and PRA to avoid managing manually SELECT and SF/CF 17. Then, if you don't have a HP-41CX or an Extended Function module, you can replace the sequence << 27 XTOA >> with << 27 BLDSPEC ARCL X >> to generate the escape character. The sub 99 becomes: Code:
To use it, modify the CUP, CDN, etc routines like this: Code:
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 8 Guest(s)