HP Forums

Full Version: Connecting the HP-41 to the HP-71... Why? How?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Is it possible to connect the HP-41 to the HP-71 in any useful way? If so, why? And how?

Yes it's possible through HP-IL, of course.

On the HP-71 perform CONTROL OFF, then connect the HP-IL module of the HP-41 to the HP-IL interface of the HP-71, then do stuff.

Actually, you may want to let the HP-71 participate in some way, so you could write a loop in BASIC, which reads and evaluates things coming over the loop using ENTER.

Data sharing on mass media and data transfer from one machine to the other are possible applications, as well as using the HP-71 as slave for the HP-41.

The HP-41 Translator Pac for the HP-71B nicely shows a practical application, too: The HP-71 acts as a printer for HP-41 programs.

HTH

The 41C can't yield control of the loop, which is why you need CONTROL OFF on the 71B.

Why connect any two machines? If you were actually using them in the lab or the field, I supposed uploading data captured by the 41 to the 71 for processing might make sense, but I don't pay attention to practicality. I do stuff like that because I'm crazy ... for the old calculators. :)

Quote:
The 41C can't yield control of the loop, which is why you need CONTROL OFF on the 71B.

Why connect any two machines? If you were actually using them in the lab or the field, I supposed uploading data captured by the 41 to the 71 for processing might make sense, but I don't pay attention to practicality. I do stuff like that because I'm crazy ... for the old calculators. :)


"In any useful way" would include any insane reason as long as it makes one happy (which is useful). Yep, my calcs are solutions in search of problems :)

I've done it, for work, although now I can't remember what the situation was. I wish they had continued with HPIL. Its incredible intelligence and flexibility were not in any conflict with the performance increases that could have been made for today's higher-volume data applications.

Any example of programs/usages?

Yes,

With Raymond's example above:

- I PRP the 41 program I want to use up to the Hp-71.

- The resulting text file is then post-processed by the 41 emulator.

- From there, the program can be stored and expanded beyond the original Hp-41 capabilities (memory size, display...).

It will then be executed through the Forth engine and with the HP-71B great display.

Etienne

Edit: Any synthetic programming will not work through this process, just plain FOCAL.


Edited: 5 Sept 2011, 7:18 p.m.

With the 'Devil' ROM the HP41 may act as an "IL-sniffer" in the loop.

Ciao.....Mike

Yes,

some creepy experiments can be found here ...

http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv019.cgi?read=148323

Raymund