Hi All,
I own a hp71b, different ROM modules and a HP-il/RS232 interface.
For using these ROMs under EMU71 (great simulator!) I want to copy them to the PC. Since some of the ROMs are protected I need a special PEEK$ instruction which can be found e. g. in CHHU5 desal.l71. I tried different ways to transport this lif to the HP:
1. Using the approch given in EMU71 simulator with serial1.
2. Using a simple binary dump on RS232.
Nothing succeeds. Any ideas?
Regards,
Chris
Transporting lif (lex) files from PC to hp71b
|
|
« Next Oldest | Next Newest »
|
▼
Post: #2
10-11-2007, 05:20 PM
▼
Post: #3
10-12-2007, 06:40 AM
I would suggest this way: copy "desal.l71" to "emu_in.dat" in current emu71's directory, then do "COPY :DOSLINK" in Emu71. You should now have the DESAL LEX in Emu71. Check if it works correctly.
Then, use the HPIL/RS232 interface and a correct cable to connect the interface to your PC and do the right interface setup (check cable and interface setup on emu71 site). Test it by doing: "INPUT :RS232;A$" on the HP-71B and "OUTPUT :SERIAL1;'ABC'" on Emu71 (in this order), and check A$. Emu71's serial support works well to download data from Emu71 to the HP-71, it may not always be reliable in the other way, although it usually works for small files. Let us know if you succeed to upload your ROM images. J-F ▼
Post: #4
10-15-2007, 01:26 AM
Hello J-F, |