Re: TI-H: Linking PIC to TI-89 project


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

Re: TI-H: Linking PIC to TI-89 project




I did want PIC source. I got mine working last night. I am using the TI
protocol as it is the most 'native' to the calc. I can receive anything the
calculator sends out it's port, whereas if I make up my own serial protocol
it will only work with that module and a specific ASM program.

In regard to the 8255 I didn't actually write that document, I just
converted it to HTML for the author, Omar Martinez, martinez@hartford.com.ar
He didn't use a PIC though. However it can be done.

Wesley

----- Original Message -----
From: Javier <grijalba@cvtci.com.ar>
To: ti-hardware <ti-hardware@lists.ticalc.org>
Sent: Friday, 27 August 1999 1:03
Subject: RE: TI-H: Linking PIC to TI-89 project


>
> I thought you wanted the Pic source, not the linking routines !!
> I use Misclib.m works great, just write SendByte or you can use Irlib.h
that
> works OK
> Bye
> Javier
> PD Can you give me more details about your Ide interface with the 8255 did
> you use a PIC??
>
> -----Mensaje original-----
> De: Wesley Moore <moore.w@hotkey.net.au>
> Para: ti-hardware@lists.ticalc.org <ti-hardware@lists.ticalc.org>
> Fecha: Jueves 26 de Agosto de 1999 09:48 a.m.
> Asunto: TI-H: Linking PIC to TI-89 project
>
>
> >
> >Hi all,
> >I've decided to change the way I'm going about this whole thing. Seeing
as
> I
> >cant seem to get the TI ROM calls for linking to work I have decided to
> make
> >my own....
> >
> >This will involve more work in the 89 ASM side of things but should yield
a
> >faster link protocol although possibly not as reliable, I'll have to see.
> >The protocol I suggest is one similar to that used by some IC's. You have
a
> >clock and a data line, each time the clock line goes low (or high
depending
> >on how I do it) a bit is read off the data line. This allows fast and
long
> >transfers. I'll see how I go.
> >
> >Wesley
> >
> >
>
>
>
>



References: