Post Reply 
HP-41C HP-IL REMOTE & LOCAL commands
06-06-2018, 07:43 AM
Post: #8
RE: HP-41C HP-IL REMOTE & LOCAL commands
(06-06-2018 02:08 AM)rprosperi Wrote:  The docs for the 41 IL modules was weak, especially for the Extended IO and Devel ROMs. No help there....

There is a whole section about the auto and manual modes in the HP82160 manual (p.46 english ed.).

In the code from Sylvain, AUTOIO is not strictly mandatory (the code would run fine in MANIO), but I always advised to use AUTOIO unless there is a special need (°). SELECT is needed, to select the destination of OUTA. It could be omitted here if the interface is the first device but the general sequence is:
AUTOIO "HP82164" FINDID SELECT
and there would be a difference here between MANIO and AUTOIO if the 82164 is not the 1st device in the loop. The explanation is somehow hidden in the HP82160 manual, page 53 :-)

(°) One need (and the only real one I encountered) is to use the printer functions (PRA, PRP, LIST, ...) to print to a non-printer device such as the HP82166 GPIO/converter (or DOSLINK in ILPer).

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-41C HP-IL REMOTE & LOCAL commands - J-F Garnier - 06-06-2018 07:43 AM



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