From: jibanes on
List,

The HP49g allows [ON]+R as a mean to "remote control"
it from a usb host, running (for instance) Samuel Thibault's
"HP 49g+ Text Controller" described there:

http://www.hpcalc.org/details.php?id=7144

It appears that the HP50g does not support [ON]+R (or is
it disabled by default?). Would you know of any similar way
to put the calculator in "remote control" mode?


Sincerely,
Jerome
From: Han on
On Jul 30, 5:17 pm, jibanes <jiba...(a)gmail.com> wrote:
> List,
>
> The HP49g allows [ON]+R as a mean to "remote control"
> it from a usb host, running (for instance) Samuel Thibault's
> "HP 49g+ Text Controller" described there:
>
>  http://www.hpcalc.org/details.php?id=7144
>
> It appears that the HP50g does not support [ON]+R (or is
> it disabled by default?). Would you know of any similar way
> to put the calculator in "remote control" mode?
>
> Sincerely,
> Jerome

On my HP50G (ROM 2.15), pressing [ON][R] seems to put it into remote
mode -- the I/O annunciator is on. (Press [ON][S] to turn it off.)
From: John H Meyers on
On 7/30/2010 4:17 PM, jibanes wrote:

> The HP49g+ allows [ON]+R as a mean to "remote control"
> it from a usb host, running (for instance) Samuel Thibault's
> "HP 49g+ Text Controller" described here:
>
> http://www.hpcalc.org/details.php?id=7144

Was I at Rip Van Winkle's house when this feature was announced?

I would be interested in where it's documented,
and whether there's any comparable Windows program to interface with it?

Is this effected via some ARM code in the internal emulator?
Are particular "boot loader" versions required?

Thanks for any info.

[r->] [OFF]
From: John H Meyers on
Getting back to the HP49G+ (and perhaps an occasional 50G),
might the ability to use a computer's keyboard in place of the calc's
(provided ON and R still work on the calc)
save a few 49G+ calcs from having to be thrown away when their keyboards fail?

Of course, a calc emulator running in the same computer could also make do,
in a pinch, but a real calc, still working, could lend more realism to the idea
that calculators once existed in real hardware of their own :)

[r->] [OFF]

From: Han on
>
> Is this effected via some ARM code in the internal emulator?
> Are particular "boot loader" versions required?
>

Yes, the new ARM opcodes are REMON and REMOFF. The (lack of)
documentation can be found in

http://www.hpcalc.org/hp49/docs/programming/masddocs.zip

It basically says what I already posted: [ON][R] to turn it on and [ON]
[S] to turn it off. That's all there is.