TI 83/84
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   Dev Hardware ForumsSOFTWARETI 83/84

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Hardware Forums Sponsor:
  Trader Rating: 0 · #1  
Old April 10th, 2006, 12:27 PM
rbarthold rbarthold is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Apr 2006
Posts: 1 rbarthold User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 36 sec
Reputation Power: 0
TI83 basic programming from PC

This should be such an easy task but I can't get it to work. I want to create a basic program using notepad, wordpad, etc and then download the program into my TI-83 se. I have the grey usb cable, ti-connect, and graphlink. I have tried different things. I can get the computerr to grab screen shots, download .83p files, so I know the link works. I dont see any way to give it a txt file and send it to the calc. Any advice will be appreciated.

Thanks
Ron

Reply With Quote
  Trader Rating: 0 · #2  
Old April 10th, 2006, 04:00 PM
RoeltjE RoeltjE is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Apr 2006
Posts: 5 RoeltjE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 51 sec
Reputation Power: 0
u cannot send .txt files to ur calculator
a program is a .8xp file or something

Reply With Quote
  Trader Rating: 0 · #3  
Old April 11th, 2006, 10:30 AM
slayer117's Avatar
slayer117 slayer117 is offline
Permanently Banned
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Mar 2006
Location: america
Posts: 40 slayer117 User rank is Corporal (100 - 500 Reputation Level)slayer117 User rank is Corporal (100 - 500 Reputation Level)slayer117 User rank is Corporal (100 - 500 Reputation Level)slayer117 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 12 h 55 m 27 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
Send a message via AIM to slayer117
Quote:
Originally Posted by RoeltjE
u cannot send .txt files to ur calculator
a program is a .8xp file or something

the pro grams that you can use on the calculator are
i-basic and that has it's own runtime enviro on the calc itself, if you want an application i think that asm lang stuff and i really don't know what they do for more info go to http://http://www.ticalc.org/basics...-84plus-se.html
all the way at th ebottom are tutorials for both

Reply With Quote
  Trader Rating: 0 · #4  
Old May 8th, 2007, 07:12 PM
Kevin Lai Kevin Lai is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: May 2007
Posts: 1 Kevin Lai User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 21 sec
Reputation Power: 0
TI extended basic programming help

Hi,

I had a quick question regarding TI extended basic programming. Basically, I wanted to allow a user to input a function (as a string), but when the user presses "enter" without entering anything, the error "Invalid Dim" pops up.. The problem is with the line "Ans->Str1". Is there a way to safeguard against user inputting a non-string or an empty string? please let me know, thanks so much.

Following is part of the code:

Lbl GR
Asm(prgmNLOGO
MC
IS
ST,1,0,0,"GRAPH"
ST,1,0,40,"Y="
SI,4,0,50,90
Stop
Ans->Str1

Reply With Quote
  Trader Rating: 0 · #5  
Old May 16th, 2007, 09:24 PM
Cardinals08 Cardinals08 is offline
Contributing User
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Mar 2006
Posts: 54 Cardinals08 User rank is Lance Corporal (50 - 100 Reputation Level)Cardinals08 User rank is Lance Corporal (50 - 100 Reputation Level)Cardinals08 User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 22 h 58 m 49 sec
Reputation Power: 3
Quote:
Originally Posted by Kevin Lai
Hi,

I had a quick question regarding TI extended basic programming. Basically, I wanted to allow a user to input a function (as a string), but when the user presses "enter" without entering anything, the error "Invalid Dim" pops up.. The problem is with the line "Ans->Str1". Is there a way to safeguard against user inputting a non-string or an empty string? please let me know, thanks so much.

Following is part of the code:

Lbl GR
Asm(prgmNLOGO
MC
IS
ST,1,0,0,"GRAPH"
ST,1,0,40,"Y="
SI,4,0,50,90
Stop
Ans->Str1


I'm not entirely sure if this will work, but could you do something like Ans+(1 space)->Str1

Reply With Quote
  Trader Rating: 0 · #6  
Old June 26th, 2007, 06:38 PM
stev_hav stev_hav is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Jun 2007
Posts: 9 stev_hav User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 39 m 57 sec
Reputation Power: 0
Quote:
Originally Posted by rbarthold
This should be such an easy task but I can't get it to work. I want to create a basic program using notepad, wordpad, etc and then download the program into my TI-83 se. I have the grey usb cable, ti-connect, and graphlink. I have tried different things. I can get the computerr to grab screen shots, download .83p files, so I know the link works. I dont see any way to give it a txt file and send it to the calc. Any advice will be appreciated.

Thanks
Ron

Your fundamental problem is that internal storage of TI-basic programs uses an encrypted format, and there's no good way to convert ascii to this.
Only way I'm aware of, to create TI-basic on PC, is to key it into graphlink; after which ti-connect can download the program into actual ti-83.

Reply With Quote
  Trader Rating: 0 · #7  
Old June 2nd, 2008, 05:34 PM
Bobpost Bobpost is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Jun 2008
Posts: 1 Bobpost User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 10 sec
Reputation Power: 0
Writing a TI83 Prgm

Quote:
Originally Posted by stev_hav
Your fundamental problem is that internal storage of TI-basic programs uses an encrypted format, and there's no good way to convert ascii to this.
Only way I'm aware of, to create TI-basic on PC, is to key it into graphlink; after which ti-connect can download the program into actual ti-83.

You can save a notepad file as *.8xp instead of *.txt.

Reply With Quote
Reply

Viewing: Dev Hardware ForumsSOFTWARETI 83/84 > TI83 basic programming from PC


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT