[A83] Re: Remote control of a calc


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

[A83] Re: Remote control of a calc




I haven't tried in the last year or so, but I'm fairly sure that this is
possible on a regular TI-83 as well.  I remember when I was writing
RemoteCalc, I originally had a TI-83 version as well, but then killed it
because some of the keycodes were different from the 83 Plus version and I
didn't want to deal with the differences.

-Dan Englender


----- Original Message -----
From: "Kirk Meyer" <kirk.meyer@colorado.edu>
To: <assembly-83@lists.ticalc.org>
Sent: Friday, July 20, 2001 11:17 AM
Subject: [A83] Re: Remote control of a calc


>
> He asked if it was possible on an 83-, not how to do it. I'm not sure if
> this is a newer feature or not.
>
> -----Original Message-----
> From: assembly-83-bounce@lists.ticalc.org
> [mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of Nicolas Gilles
> Sent: Friday, July 20, 2001 9:16 AM
> To: assembly-83@lists.ticalc.org
> Subject: [A83] Re: Remote control of a calc
>
>
>
> you have to send a series of bytes...  you can look at the source of some
> program by Dan Englender: RemoteCalc
>
> all you have to do though is send a series of bytes (TI-protocol of course
> :) ) which should be (If I remember correctly!) :  03h  87h  <keycode>
>
> where keycode is the code given by GetKey ROM call... not sure what the
> other calc returns once this is sent though.. try it with 2 calcs and
> calcsys link console :)
>
>
> -Nicolas Gilles
>
>
>




References: