Post Reply 
50G Solver - Use softkeys?
11-14-2019, 10:32 PM (This post was last modified: 11-14-2019 10:38 PM by John Keith.)
Post: #13
RE: 50G Solver - Use softkeys?
(11-12-2019 04:15 AM)MattGreer Wrote:  Since I have two experts seeing this thread... separate question. As I mentioned I made some little simple programs on my 48. I would very happily re-type them, they're short, into a text editor to save them on an SD card to import into the 50G, but I'm seeing that it's not that straightforward. I wouldn't mind just being able to send text straight into the calculator. But then a command like OBJ->, I assume, would translate directly.

You can use Conn4X (aka Connectivity Kit) for this. If the text file is the correct format for the HP 50, you can drop it onto the Conn4X screen and it will transfer directly to the calculator.
Example file:

Code:

%%HP: T(3)A(R)F(.);
\<< \-> n
  \<< 1 DUP DUP2 2. \->LIST 3 SWAP 3 n
    FOR k k EUTR1 NIP 1 2 k LMSEQ OVER * \GSLIST SWAP
    NEXT DROP n 1 + \->LIST
  \>>
\>>

If you are able to connect your 48 to a PC, you can save the programs as text files by choosing the "edit as text" option from the menus. Then you just have to change the header to be HP 50 compatible.

Note also that integers in HP-48 programs will be interpreted as exact integers by the HP 50. If you normally work in approximate mode, just edit the program and press ENTER, and the integers will become approximate numbers.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
50G Solver - Use softkeys? - MattGreer - 11-11-2019, 07:04 AM
RE: 50G Solver - Use softkeys? - MattGreer - 11-11-2019, 07:22 PM
RE: 50G Solver - Use softkeys? - Joe Horn - 11-11-2019, 10:23 PM
RE: 50G Solver - Use softkeys? - MattGreer - 11-12-2019, 04:15 AM
RE: 50G Solver - Use softkeys? - Joe Horn - 11-12-2019, 07:13 AM
RE: 50G Solver - Use softkeys? - Carsen - 11-12-2019, 08:32 AM
RE: 50G Solver - Use softkeys? - MattGreer - 11-12-2019, 03:44 PM
RE: 50G Solver - Use softkeys? - Carsen - 11-13-2019, 06:04 AM
RE: 50G Solver - Use softkeys? - grsbanks - 11-13-2019, 07:16 AM
RE: 50G Solver - Use softkeys? - John Keith - 11-14-2019 10:32 PM
RE: 50G Solver - Use softkeys? - BruceH - 11-15-2019, 04:10 PM
RE: 50G Solver - Use softkeys? - MattGreer - 11-15-2019, 05:54 PM



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