Hello All

Feel like posting Off Topic? Do it here.

Moderator: MaxCoderz Staff

Post Reply
puromtec
New Member
Posts: 43
Joined: Fri 07 May, 2010 11:00 pm

Hello All

Post by puromtec »

I am new at TI calculator programming. Some guy pointed me to this site from another programming forum I use a lot. Currently, I've got a small TI project I am doing mostly for fun using assembly. I have gone through the official documentation and best practices from TI's website and gradually found that there are a lot of ways to skin the proverbial cat when it comes to programming the TI calculator.

And, I look forward to learning from you experts.
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Re: Hello All

Post by benryves »

Welcome to the site, puromtec! :)

Unfortunately it seems that you've arrived at a rather dry spell - activity here is very low at the moment, but I know a few people are still stopping by to check the site from time to time and I'm sure any questions you have should be answered.

Do you have any more information on your project?
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Re: Hello All

Post by King Harold »

puromtec wrote:Some guy pointed me to this site from another programming forum I use a lot.
Would that be CodeProject?
puromtec
New Member
Posts: 43
Joined: Fri 07 May, 2010 11:00 pm

Re: Hello All

Post by puromtec »

>Do you have any more information on your project?
My project is dubbed Test Maker where the correct multiple choice answer to a question causes an attached TI Robot (two servo motor wheels and a front bumper) to move a particular distance.

>Would that be CodeProject?
Yes. A guy at codeproject sent me here. And, his name has a similarity to yours :)
mnc2fan
Extreme Poster
Posts: 441
Joined: Fri 11 Mar, 2005 4:32 pm

Re: Hello All

Post by mnc2fan »

That sounds like a cool project. What kind of use, of course to move the robot, but care to elaborate?

I'm not programming help, but I'll do what I can! :D
<ahref="http://spreadfirefox.com/community/?q=a ... t=73"><img border="0" alt="Get Firefox!" title="Get
puromtec
New Member
Posts: 43
Joined: Fri 07 May, 2010 11:00 pm

Re: Hello All

Post by puromtec »

>There is this guy I know who is doing a highschool program using a TI-Robot to help the kiddies become interested in engineering, math, etc. He asked for help and I thought I'd throw my hat in the ring.

The app will allow users to create a multiple choice test and assign movements to the right answers. The movements are performed by the calculator by sending a three digit code to the IO port and waiting for a get() to return from the IO port.

I do a lot of .NET programming and tons of database stuff, but this is a bit out of my reach initially.
Post Reply