82143A printer working in Nonpareil!
#1

It's not ready for release yet, but I basically have the 82143A printer simulation in Nonpareil working now! You can see the result of PRA, PRP, and PRSTK in this screenshot.

There's not yet any way to save or copy the printer output, nor to change the printer mode (MAN/TRACE/NORM) or press the printer ADV or PRINT buttons. I also want to add a double-size view.

I'll make a new release available soon.

I'm missing one character in the font, code 123 (0x7b hex), because I couldn't make it out at all in the manual scan. I haven't the slightest idea what it's supposed to be. There are probably other errors in my transcription of the character set, so I'd still like a better scan of either the actual printer output, or the page of the manual showing it, as I requested before.

Hmmm, maybe I need to add printer sound effects too! :-)

Eric

Edited: 12 June 2005, 4:41 a.m.

#2

Excllent stuff, Eric - I'm amazed at what you've achieved with the entire Nonpareil project.

I've sent you char 123 in grey-scale 1200 dpi - it looks like pi, to me.

Best,

--- Les

[http://www.lesbell.com.au]

#3

Where can I get a compiled version of Nonpareil?

#4

I second that!! A compiled version for Windows??? Please!!

#5

Hello, Eric;

I have one computer at home only for Linux (Athlon 800MHz, MB PC CHIPS 810, 128MB RAM, 20GB + 10GB 2×HD) and I have not yet compiled Nonpareil on it (shame on me...8^( Anyway, may I ask you something? I draw/wrote the complete HP82143A character set as TTF file, along with many others, and you can download them from here. You can use any of them as you wish, and you can check that character code 123 is actually PI.

Best regards and congrats, again! What a job you have done...

Luiz (Brazil)

P.S. - I did not mention it before because I thought you were aware of my fonts... Sorry!


Edited: 12 June 2005, 7:34 a.m.

#6

Les Bell sent me a 1200 DPI greyscale scan of a printout of the entire character set, from which I can readily distinguish the pixels of each character. I'll use that to correct any mistakes in the character generator table I wrote yesterday.

Thanks, Les!

#7

Luiz,

I'd forgotten about your TTF fonts. While TTF wouldn't have been directly useful for this project, I could have used them as a model, but it didn't occur to me until reading your posting.

Once I have added the ability to save the simulated printer output, I should either include your 82143A font in the Nonpareil package (if that's OK), or put a link to the download in the documentation.

Thanks!

Eric

#8

Hi, Eric;

the TTF files are 'public-domain', mainly because they are free to download without the need to enter password or the like. They are my contribution to the community. Be my guest!

Please, don't bother yourself with the need to mention my name if you use them. Go ahead! My pleasure. Having something we've done as part of such a great job as yours is an honnor.

If you plan to compile Nonpareil under Windows and you feel it's easier to use my TTF files, better yet! Go ahed!

Thanks and success.

Luiz (Brazil)

#9

I do plan to have a version of Nonpareil precompiled for Windows, but I don't have a schedule for it. I don't normally do Windows development, so it's somewhat of a hassle for me. I've considered selling the Windows version (probably around $30 for the full package), but I haven't yet decided whether to do it that way or to give it away.

#10

I added buttons for the "print" and "paper advance" functions, and radio buttons for the MAN/TRACE/NORM switch. I've posted an updated screenshot.

There's an interesting bug. When the calculator is not in PROGRAM mode, the print and paper advance buttons behave mostly as expected. In program mode, the print button works OK (puts a PRX or PRA in the program). But if you press the paper advance button, the simulated 41 starts reporting "OUT OF PAPER". And once it starts doing that, there's no way to get it to stop. I've verified with the debugger that my printer code NEVER returns status to the 41 with the OOP status bit set.

I haven't much of a clue what's going wrong. One hypothesis is that perhaps this results from my simulated printer being instantaneous; it never returns a BUSY status. I could add some code to make it return BUSY for a while.

Edited: 13 June 2005, 2:42 p.m. after one or more responses were posted

#11

Hi Eric,
I notice on your web site that you have the source code available. Is there a compiled version for Windows available or can I only compile it under Linux?
Regards
Phil Green

#12

Currently it doesn't work on Windows. There's a plan for a future Windows version, but I don't have an estimate of when it will be available.

#13

Hi, Eric;

I could not open the screenshot link, so I checked it. It has non-valid code. It should be:

screenshot

The code you used seems to have some html codding (href:"). It seems this one works.

Cheers.

Luiz (Brazil)

Edited: 13 June 2005, 4:17 a.m.

#14

Hello Eric!

In NutEm currently I do _not_ offer the ADV and PRT button of the Helios printer. Only a switch to loop through MAN-NORM-TRACE-OFF. In my setup I find following:

hs(1)  = 3                            Ü  Manual  
hs(2) = 8 Ü LEOL = 1
sp9flg = 6
To set on/off I change sp9flg from 6 to 0, to change MAN-NORM-TRACE I change only 2 bits of Helios status: HS(1) = iand(HS(1), 63) + (64 * (PRS - 1)) -- with PRS = 1, 2, or 3.
I hope you see what I mean <G>, otherwise Emu41 of JF Garnier is the most complete emulator of the HP41 system, IMHO.

BTW, I patched the Voyager ROMs to make a) the CLEAR PREFIX command (and similar) wait exactly 1.2 seconds disregarding the speed of the OS and b) reduce the trace output about 4,000 lines for such commands. Side effect: the self test now shows "Error 9" due to wrong ROM checksum. Do you know which ROM word contains this checksum? On the HP-41 this is the last one, but in the Voyagers?

Ciao.....Mike

#15

Not on plain Win, use Cygwin. It is definitely something for nostalgic calculator enthusiasts because to install Cygwin you need quite some MB to download - probalby worth to wate for Eric's port if you do not need Cygwin for other reasons.

Ciao.....Mike

#16

I don't have any trouble with the MAN/TRACE/NORM switch, only the PAPER ADVANCE switch.

I have no idea which word of the Voyager ROM is the checksum. It does not appear to be the last word.

#17

Thanks, I've edited the posting to correct that.

#18

Eric,

Using Borland Builder C++ you can quickly build a visual interface and have C/C++ code drive it.

I remember your presentation at the HHC2004 in San Jose. I remember telling myself that I had to get my hands on the Windows versions of all the very cool emulators/simulators you presented!

Namir

#19

Quote:
I have no idea which word of the Voyager ROM is the checksum. It does not appear to be the last word.

I asked here because I had the same impression, the last word of the HP12C-ROM is 0, a 1:2^10 chance for the checksum to be Zero. BTW - the un-patched HP15C shows on ROMcheck Error 9. What do I wrong?

About the Helios ADV button: currently I am hounting down dead code in NutEm for the Voyager emulation. My "HP41-Printer" is only a simulation (no graphics, text only), I do not emulate the complete PIL chip.

Ciao.....Mike



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP Prime Save Power Turn Off Not Working Timothy Roche 12 4,074 10-27-2013, 01:41 PM
Last Post: Michael de Estrada
  Temporary User Mode Key Programs not working in RPN BruceTTT 7 2,622 10-14-2013, 01:46 PM
Last Post: BruceTTT
  Nonpareil Rom files davorin 2 1,407 09-20-2013, 06:20 PM
Last Post: Didier Lachieze
  Nonpareil + HP10C Mike (Stgt) 0 931 05-13-2013, 04:58 AM
Last Post: Mike (Stgt)
  HP-97 suddenly not working Brad Barton 10 2,723 02-25-2013, 08:15 PM
Last Post: Brad Barton
  [41CL] Problem with PowerCL ... not working Doug (NYC) 5 1,930 01-22-2013, 07:18 PM
Last Post: Doug (NYC)
  42S exit key not working dwsmith 4 1,624 11-05-2012, 10:59 AM
Last Post: dwsmith
  HP-46 not working Ignacio Sánchez 1 995 10-24-2012, 11:17 AM
Last Post: Donald Williams
  82143A Gamble Paid Off! Les Wright 4 1,557 10-13-2012, 01:25 AM
Last Post: Michael Lopez
  [WP34s] last QtGui version not working fhub 8 2,446 08-31-2012, 05:08 PM
Last Post: fhub

Forum Jump: