Re: TI-LINK through TI-BASIC
[Prev][Next][Index][Thread]
Son of a Butcher wrote:
>
> I would like to know if there is any type of a command to send /
> recieve information through the ti-85 link through the ti-basic
> program. I want to exchange variables between the two calculators
> inside a program I wrote. Any help would be greatly appreciated.
>
> Son of a Butcher
> butcher@enter.net
_________________________________________________________________
You can link 2 ti-85 by using CBL comands:
To send variables use <OutPt("CBLSEND",var.name)>
To get var. use <Input ("CBLGET",var.name)>
References: