The Museum of HP Calculators

HP Forum Archive 14

[ Return to Index | Top of Index ]

hp 48 prog and 49G+
Message #1 Posted by harrington on 14 June 2004, 1:58 a.m.

I have a 49G+ plus is it possible to convert the 48's program for the 49G+??

      
Re: hp 48 prog and 49G+
Message #2 Posted by . on 14 June 2004, 2:34 a.m.,
in response to message #1 by harrington

what is the name of the program?

user RPL can be transferred easily. sysRPL will need to be recompiled (eg you need the source).

      
Re: hp 48 prog and 49G+
Message #3 Posted by James M. Prange on 14 June 2004, 2:45 a.m.,
in response to message #1 by harrington

Which "48"? There are significant differences between the 48S series and 48G series, and from what I've heard, the 48gII is really a 49 series as far as using it goes.

But (for UserRPL code) if you do an ASCII transfer from a 48 series to a PC, and again from the PC to the 49 series, most programs will work with no modifications. To avoid having "Real numbers" (type 0) on the 48 changed to "Exact integers" (type 28) on the 49, have the 49 in "Approximate" mode when transferring 48 series programs to it. Something to watch out for are global names on the 48 that happen to match command, function, or XLIB names on the 49.

If you run into one that you can't get to work, post it on the forum, and I'll try to help.

By the way, for information on the "advanced formatting techniques" available for this forum, see http://www.hpmuseum.org/artfmt.htm.

Regards,
James

Edited: 14 June 2004, 2:47 a.m.

            
Re: hp 48 prog and 49G+
Message #4 Posted by James M. Prange on 14 June 2004, 5:43 a.m.,
in response to message #3 by James M. Prange

PS:

Better yet, post any 48/49 series problems in comp.sys.hp48.

Regards,
James

      
Re: hp 48 prog and 49G+
Message #5 Posted by harrington on 14 June 2004, 2:55 a.m.,
in response to message #1 by harrington

I found some really neat programs on the site today unfortunatly it is written for the 48 series. I was jus curios if there are possibilities for the 49 G + which I owned.

            
Re: hp 48 prog and 49G+
Message #6 Posted by Vieira, Luiz C. (Brazil) on 15 June 2004, 12:01 a.m.,
in response to message #5 by harrington

Hi, Harrington;

as mentioned in this thread (I don't know who, no name, just a dot), if the program is written in User RPL, I mean, if it uses only "regular" functions and commands, you can transfer or use original programs written for the HP48S and/or 48G in an HP49G+. I remember that some minor changes related to empty lists dealing made me change two or three programs that ran in an HP48 and did not run correctly in an HP49G (not G+).

HOWEVER, if the program uses exclusive internal calls, like SYSEVAL with specific addresses or low-level coding (assembly), big chances are that it will not work properly. In some extreme cases, running such programs may cause display and keyboard freezing or even a memory loss. So, it's a good idea trying to find the User RPL equivalent, if available, and recompile it with specific sofware (as mentioned by the unknown colaborator above).

Hope this helps you finding the appropriate program for your needs.

Cheers.

Luiz (Brazil)

                  
Re: hp 48 prog and 49G+
Message #7 Posted by harrington on 15 June 2004, 9:06 p.m.,
in response to message #6 by Vieira, Luiz C. (Brazil)

yea I think the author used sysrpl I need to look for those compliers maybe at www.hpcalc.org will help ??


[ Return to Index | Top of Index ]

Go back to the main exhibit hall