A83: Re: TI-83 plus remote


[Prev][Next][Index][Thread]

A83: Re: TI-83 plus remote




Yep, the 83 Plus has a remote control capability.  You've got the syntax
right too:
$03, $87, $XX, $00 ... XX = key code as represented by _GetKey.  However,
$0B is not the keycode for Y=, $49 is.  Anyhow, if you want to see an
example of remote control used, you can check out remotecalc
(http://www.ticalc.org/pub/83plus/asm/programs/mirageos/remote.zip).  It
includes source and allows you to remotly control another TI-83 Plus.

Hope this helps,
-Dan Englender

----- Original Message -----
From: "Jeremy" <jedrake@linknet.kitsap.lib.wa.us>
To: <assembly-83@lists.ticalc.org>
Sent: Sunday, August 27, 2000 8:19 PM
Subject: A83: TI-83 plus remote


>
> A while back, I saw someone mention that the TI-83 plus has remote
> control capability.  Does anyone know how to use it?  I can use the TI-92+
> APPS key with the following: 08 87 01 09.  This syntax doesn't work with
> the TI-83+.  I also tried 03 87 01 09, the 03 is the computer to TI-83
> code, and 03 87 0b 00, which uses the TI-83+ getkey code for y=.
>
> Jeremy
>
>




Follow-Ups: References: