ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Program Ideas :: Miscellaneous Ideas
Miscellaneous Ideas

Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.

  Reply to this item

Re: Miscellaneous Ideas
Jared Brayshaw Account Info

Any multi-player RPGs would be cool for the TI-83+. Also, is there any way to connect multiple calculators (more than 2)?

     17 April 2003, 05:06 GMT

Re: Re: Miscellaneous Ideas
Mike Brendel  Account Info

odds are no...
it just wouldn't work... I think
try playing around with it

     17 April 2003, 21:16 GMT

Re: Re: Re: Miscellaneous Ideas
Gerhalt Account Info

Though strange (And most likely expensive), I believe it would be possible to link more than 2 calcs. Speaking from the view of my calc (A TI-83 Plus), I believe that adding a T-Junction in the middle of the cable, sort of a makeshift GBA cable, would possibly work. And, to make sure the calc could tell which other calculator the info was coming from, each package would contain the unique ID of the calc that sent it. That way it might work. I bet you could get all the stuff you would need to at least try at a place like Radio Shack. Oh well, if you try have fun :).

Gerhalt

     21 April 2003, 02:47 GMT


Re: Re: Re: Re: Miscellaneous Ideas
benryves  Account Info
(Web Page)

You could agree on a system by which each calc sends a byte at a time in a loop - sort of calc 1 sends a byte (calc 2 and 3 pick it up), calc 2 sends a byte (calc 1 and 3 pick it up), calc 3 sends a byte (calc 1 and 2 pick it up) and then loop around - it could work, but would be quite slow!

     9 May 2003, 14:34 GMT

Re: Re: Re: Re: Re: Miscellaneous Ideas
Jared Brayshaw Account Info

Or have a turn based game in which a person carries out his turn, links to a "base" calc and sends the data, then the next calc, and so on.

Of course, the "base" calc wouldn't play the game...

     22 May 2003, 04:24 GMT


Re: Re: Re: Re: Re: Miscellaneous Ideas
burntfuse  Account Info

You're talking about a token ring network? Or am I just misunderstanding you?

     6 July 2003, 02:00 GMT

Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
michael8161990  Account Info

i have bought an adapter to connet 2 calculators at once but it didnt work it, it gave an error and thaat was it.

     11 September 2003, 19:15 GMT


Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
burntfuse  Account Info

Well, of course they won't just communicate with each other if you just hook them together-you need to write an assembly program for each one to arrange time slots, routing, collision detection, and those things.

     13 September 2003, 22:12 GMT


Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
jc78244  Account Info
(Web Page)

I believe this is Time Division Multiplexing (TDM) as it does not seem there is a Token being passed around.

     22 March 2005, 17:53 GMT


Re: Re: Re: Miscellaneous Ideas
Meonlyme Account Info

Actually, there is a feasable way:
have calc search for calc 1
if none:become calc 1 and create the network list
if found:
get the network list
add 1 to last calc for that user, create new list based on that
send new list to calc 1

after that, it would be simple to send info to all or only some, and to check for new networks. You could have as many calcs as the calc # part of list could store

the real stuff is available from Timendus: search for "linkport"

     4 October 2003, 06:42 GMT


Re: Re: Re: Re: Miscellaneous Ideas
Timendus  Account Info
(Web Page)

Thanks dude :)

The article you are referring to is published under Smitemeister Software; see Web Page link above. It is in the Zip-file under Documentation/Multi-user networking.doc

I have to warn you though that it's only a theoretical solution. It SHOULD work, but it's never been proved or tested or anything :)

     7 February 2005, 17:20 GMT

Re: Re: Miscellaneous Ideas
ti_is_good_++
(Web Page)

TI-Navigator (the TI calculator server) is a bit expensive ($1,600-$4,000) but it will definitely work. Additionally, most of the MS-DOS stuff like modems are not machine specific and don't require drivers, so networking over phone lines would be a) cheapish and b) simpler with your own software.

     2 September 2003, 22:02 GMT

Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

What's an RPG?

     17 October 2003, 06:16 GMT


Re: Re: Re: Miscellaneous Ideas
nicklaszlo Account Info

Roll Playing Game.

     12 November 2003, 03:49 GMT


Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

Thanks. I'm not a game-player, and I am completely unfamiliar with anything related to computer games.

     17 November 2003, 22:26 GMT


Re: Re: Miscellaneous Ideas
jc78244  Account Info
(Web Page)

This could be done without using any special hardware. Adapters to convert the 2.5mm port into a standard 3.5mm port are available at Radioshack or even at dollar stores. Once all calculators have adapters, they can be linked by using a y cable and the appropriate wires. As for software, everything must be custom.

     22 March 2005, 17:57 GMT

Re: Miscellaneous Ideas
Mike Brendel  Account Info

Can anyone help me make a book keeper for a baseball game? I can help with the details but my programming is not the best
get to me at onequestion06@yahoo.com

-thanks

     17 April 2003, 21:17 GMT


Re: Re: Miscellaneous Ideas
Bill Conant  Account Info
(Web Page)

What do you mean by book keeper? to keep stats? or to keep scores/strikes/balls/runs/outs/etc.?

     19 April 2003, 01:16 GMT


Re: Re: Re: Miscellaneous Ideas
Mike Brendel  Account Info

like the real book you keep
as a devote bench-warmer keeping the book is my job

"the book" is a large piece of paper that keeps track
of walks, strike-outs, hits, fielding plays and the such like.

If your really interested e-mail me (onequestion06@yahoo.com) and I can get you more info

I could even scan "the book" for ya if you need a visual aid!

     22 April 2003, 21:04 GMT


Re: Re: Re: Re: Miscellaneous Ideas
Gerhalt Account Info

You mean a pro-formatted Excel style spreadsheet that, using variables, would display the various stats of you team? Am I correct?

Gerhalt

P.S. I also might try making a speadsheet App similar to TI's, except for free!

     22 April 2003, 21:26 GMT

Re: Re: Re: Re: Re: Miscellaneous Ideas
Mike Brendel  Account Info

No, not like that

I guess you don't play baseball
"the book" is a custom record keeper that holds
all the information about hitting and fielding
on a single, large piece of paper

Does anyone know what I mean?

     24 April 2003, 21:44 GMT

Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
Gerhalt Account Info

No, I know what it is. It holds all the stats for a single game. I have seen it before. What I was saying is making a chart with auto-variables would work in a program. Sorry if I was confusing!

Gerhalt

     24 April 2003, 21:52 GMT

Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
Frank A. Nothaft  Account Info
(Web Page)

That would be too GUI dependant to make. It would also have to have some means for displaying the score on the computer, which is a problem in itself... But, I have an idea... I'll see about it...

     2 May 2003, 03:33 GMT


Book Keeper
Gerhalt Account Info

May I remind you that he has a TI-83 Plus Silver Edition, not a TI-89/92+/V200. So it is fairly different. Also, you must mean in basic, because in Assembly it would be fairly easy to keep track of the H's, AB's, 1B, 2B, 3B, etc. Using different variables and updating each batter's profile as they come up, it would work fine. And on the GUI note, you could simply have a chart come up, then each variable is displayed with text. Not too hard :)

Gerhalt

     4 May 2003, 04:14 GMT


Re: Book Keeper
Frank A. Nothaft  Account Info
(Web Page)

Yeah, in BASIC its real innefficent. I made a text based one, but it isn't real good. Anyone willing to help me on the GUI part, I could use it. Also, if you could find an efficent way to do the book, since you have to update a lot of variables each at bat, its hard. Especially in BASIC where you'll wind up with much inefficent code.

     17 May 2003, 18:24 GMT


Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++
(Web Page)

Like 6-4-3?

     2 October 2003, 22:18 GMT


Re: Re: Re: Re: Re: Miscellaneous Ideas
Jared Brayshaw Account Info

The Spreadsheet App comes with the 83+ Silver Edition...
Is it legal to upload it?

     27 April 2003, 00:13 GMT

Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
Gerhalt Account Info

Well, no, probably not. But, I am not going to waste $10 or whatever for it, so if someone would be kind and e-mail it to me, I would be greatful :). Thanks!

Gerhalt

     27 April 2003, 07:20 GMT


Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
calcprgmer  Account Info

You Need The Certificate To Actually Run CelSheet. You Can Download The App From The TI Website, But You Need To Purchase The Certificate. I Don't Know What Happens To The Certificate After It's Loaded On The Calc (What Happens On The Computer). Just Thought I'd Let You Know That

     6 May 2003, 21:44 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
no1leftypitcher  Account Info

A TI-83+ SE does not need to pay for TI's Apps. they are free. just download it like you would for a free App.

P.S. off the subject but could anyone make a program that could solve for any variable for any equation, like what the 89 could do? that would great. Thanks

     4 July 2003, 04:40 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
burntfuse  Account Info

I thought that TI had an app for that? The TI-86 has an equation solver built in! HA HA! (jk)

     6 July 2003, 02:02 GMT


Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
michael8161990  Account Info

I have the ti 83+ silver and i tryed to send it to "old balckie" but it gave an error.

     29 August 2003, 05:10 GMT


Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
sicnarF oppiH_yaG  Account Info

You cant send new stuff from the SE because it's speicially made for the silver edition, not "old blackie"!!!

     8 September 2003, 03:17 GMT

Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
michael8161990  Account Info

i dont aggree with that when i sent it it said:

ERROR VALIDATION
that may not be how you spell it but i think that that program can rember what calculator it was sent to in the 1st place and it will not send to any other besides that.

     11 September 2003, 19:19 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
CajunLuke

"Error Validation" means that you don't have the required certificate.
Read the manual.

     16 September 2003, 19:34 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
Matt M
(Web Page)

no, I have sent games and things to my friends without a SE and I have a SE, they must have the right cert. Programs and free apps will work though (usually) although I have recieved that error and I can't understand why. Try sending something else (like another program with a letter coming before it like a blank program "A") to get communication started, this worked for me once. Also, if they have too old an OS it will not work either. Go to education.ti.com and download OS 1.16 to your calc (if you don't have it) and then put their calc in "recieve" and put yours in "SendOS" (at end of send menu) and load the newer OS to their calc before starting again.

     6 October 2003, 20:45 GMT

Re: Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
sicnarF oppiH_yaG  Account Info

you're not listening...
there are proggrams that are made specially for the SE, because it holds more memory!!!

More Memory=Better/More Proggrams!!!

Example- The Periodic Table Of Elements (English, Spanish, & Dutch)

     12 October 2003, 01:05 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
Matt M Account Info

I think I know what you are talking about now, if it is an App, it may be specific to the ID code. I don't know if it is possible in this case. If it is a progran, you could try archiving it and then sending it (or if it is already, unarchiving it and sending it.) anyhow, good luck, I have made it work before.

     31 October 2003, 16:45 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
sicnarF oppiH_yaG  Account Info

The TI-83+ has very low memory compaired to the SE!!!

     12 October 2003, 01:07 GMT

1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer