Connecting Calculators

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

Post Reply
fen11
New Member
Posts: 2
Joined: Sun 07 Oct, 2007 2:37 pm

Connecting Calculators

Post by fen11 »

Can anyone tell me how you can make 2player games where the calculators are connected by a cable?
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

In assembly or in TI BASIC?
In TI BASIC you only have GetCalc and it only works while the other calculator is idle, so it's hard to make 2player games in TI BASIC.
In assembly there are several build-in routines and also direct control of the link port
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

There's a routine called Zcom for BASIC programmers here http://www.ticalc.org/archives/files/fi ... 36828.html it works even when calculator isnt idle iirc
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

I thought you had to explicitly put the calc in receive/send mode with zcom..
But that was some time ago, maybe the newer version is more practical
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

If in assembly, try Bell ;)
</plug>

Also, King Harold rightly pointed out the WikiTi, which should help a lot.
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
fen11
New Member
Posts: 2
Joined: Sun 07 Oct, 2007 2:37 pm

Post by fen11 »

Thx a lot
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

Timendus wrote:If in assembly, try Bell ;)
</plug>
And if you use it, let me know :)
I still want to set up that "Applications using Brass"-page, but so far I've only got a few promises from people who just started new projects ;)
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
Post Reply