Quote:
It brings up the program just like it was entered and sent to the calculator.
It does not actually run it.
it has a: 1: and the program is in qoutes.
As you've already successfully downloaded the binary version, this
is acedemic, but at least part of the problem would be the header.
It should be:
%%HP: T(3)A(D)F(.);
instead of
%%HP: T(3)A(D)F(.)
Note the semicolon at the end of the ASCII transfer header.
Without a valid transfer header, the calculator stores whatever it
received as a character string.
Quote:
I notice that there are g's in alot of the lines at the beginning some have 1 g and others have 2 g's.
That I don't have any good explanation for. I do notice that
Howard posted the source code with tab characters where a series
of spaces would usually be, but that shouldn't matter, as either
tabs or spaces are parsed as separators.
I hope that you saved it as a "plain text" file rather than some
sort of "word processing" document. Generally, ASCII (text) source
code files are edited with a "text editor" rather than a "word
processor", but a word processor should work as long as the file
is saved as plain text.
I recommend uploading (in "ASCII" or "text" mode) some programs
(and other objects) that you've written and stored on the
calculator, to see what the header and source code should look
like in a text editor on your PC. Assuming that you're using
Conn4x for the transfer, I recommend configuring Conn4x to
translate all non-ASCII characters. If using some other method for
transfer, use translation mode 3, which can be set by the sequence
3 TRANSIO on the calculator.
Quote:
Butit does noe execute the program.
Well, what would be "executed" is the character string, which for
a "data class" object, means that it would simply be placed on the
stack.
As Howard wrote, the newsgroup comp.sys.hp48 seems to be a better
place to ask about RPL models.
Regards,
James
Edited: 18 Jan 2006, 4:40 a.m.