Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Rollum78

Pages: 1 [2] 3
16
General Calculator Help / Re: Sending Programs from a TI84+ to a TI83+
« on: October 19, 2012, 04:08:07 pm »
Try upgrading your 83+ to 1.19.
I can't connect the TI83+ with my PC (missing link cable) and i don't know if there's any other way to upgrade its OS.

Edit: whoops, i forgot that you can send the OS from one ti83+ to antoher. i will give that a try later.

17
General Calculator Help / Re: Sending Programs from a TI84+ to a TI83+
« on: October 19, 2012, 11:27:34 am »
Resetting both calcs solved a part of the problem. Now i can send programs as usual,
but still not the one i wanted to send at first. After a bit of experimenting i found out
that these left and right arrow tokens
prevented the program from being send succesfully.
I thought the Ti83+ could handle these. Or am i wrong?

18
General Calculator Help / Re: Sending Programs from a TI84+ to a TI83+
« on: October 16, 2012, 12:06:05 pm »
sorry, i forgot to look it up...
it's 2.55MP

19
General Calculator Help / Re: Sending Programs from a TI84+ to a TI83+
« on: October 16, 2012, 11:35:36 am »
My version is 1.15 and the program only uses stuff the ti83+ can handle...
Sending a program from the 83+ to the 84+ and sending that program back from the 84+ to the 83+ works,
but as soon as i edit the program on the 84+, sending it will result in ERR:VERSION.

20
General Calculator Help / Sending Programs from a TI84+ to a TI83+
« on: October 16, 2012, 10:57:40 am »
I was trying to send a TI-BASIC program from a TI84+ to a TI83+, but i just got an ERR:VERSION.
It's working fine the other way round and ASM programs can be send in both directions.
Is there any other way to send a BASIC program from a 84+ to a 83+?

(I dont't have the cable to connect the 83+ to the PC, so this is the only way i can get programs on it...)

Edit: Same goes for Str0 - 9

21
General Calculator Help / TI 84 plus display mirror inverted
« on: October 14, 2012, 07:23:56 am »
After converting a number to a fraction, the display of my TI 84 plus got mirror inverted:
For example the cursor on the homescreen os now in the top right corner, below a picture of the "MODE"-menu:
Spoiler For Spoiler:

Trying to connect the calculator some hours before the invertion didn't work (but i blame windows and its drivers...)
Resetting all ram didn't help, any ides?

Edit: Resetting all memory didn't help either...

Edit Nr.2: Reinserting the batteries did... But i wonder how that could even happen  O.O

22
Axe / Re: Unobtainable Characters with AXE
« on: October 12, 2012, 01:50:09 pm »
Because GBD1 is in the program code, all your commands will be part of the memory. You have to put the []->GBD1 after the GetCalc, otherwise your data starts with "Getcalc" instead of that chunk of Hex!

That explains a lot.

Thank you all for your help :)

23
Axe / Re: Unobtainable Characters with AXE
« on: October 12, 2012, 12:44:38 pm »
Great, it's working :D

But  why the "+4" at this line ?
Quote
Code: [Select]
Copy(GDB+4,A,226)

24
Ich dachte man braucht den GTR für den Wahlteil vom Matheabi...
Oder variiert das auch von Bundesland zu Bundesland?

25
Axe / Re: Unobtainable Characters with AXE
« on: October 12, 2012, 09:48:41 am »
Edit: Here's the list of hex codes from the above BASIC program:

Thanks for the hex codes, the lack of pictures in ti83plus.inc makes it hard to look them up :)

My only problem is how to use "Data(":

Code: [Select]
Data([sub]E[/sub]BB,[sub]E[/sub]F7)->GDB1
Copy(GDB1,GetCalc("Str1",2),2)
now theres just "?" in Str1

Code: [Select]
Data([sub]E[/sub]F7[sup]r[/sup])->GDB1
Copy(GDB1,GetCalc("Str1",2),2)
and now theres "PwrReg ?" in Str1

I'm pretty shure i'm inserting the data wrong... any idea?

26
Zugelassen/Pflicht: Baden-Württemberg (ich kenne keinen, der keinen hat ;))

27
Axe / Re: Unobtainable Characters with AXE
« on: October 11, 2012, 04:02:59 pm »
Code: [Select]
GetCalc("Str1")→A
For(B,0,255)
B→{A+B}
End

When i recall Str1 at the homescreen, it is full of all the tokens in the catalog (and some more...),
but the characters i'm looking for (those:  http://tibasicdev.wikidot.com/83lgfont ) are missing...
displaying them directly in AXE works:
Code: [Select]
For(A,0,20)
Disp A>Char      //or >Frac, whatever...
End

Edit:
Quote
Here is a program that fills Str0 with those characters.

i've already seen this program, but my link is broken right now so i was looking for something on calc...
but thx anyway :)

28
Axe / Unobtainable Characters with AXE
« on: October 11, 2012, 03:39:21 pm »
I want to store some characters you can't obtain in BASIC (for example the inverted equal) to the OS Str1 with an AXE program, so i can just copy them later into my basic program.
The problem is i don't know how to access Str1 and fill it with those characters in AXE...
thx for your help

29
Art / Re: raycasting tile
« on: October 05, 2012, 09:43:46 am »
Here's one:

does look better when displayed on calc...

30
TI Z80 / Re: Nemesis- a new axe 3d rpg
« on: September 15, 2012, 11:03:07 am »
else, for the wall transparency, I now need a algorithm which sorts numbers from largest to smallest from data.
wich algorithm to use depends on the number of elements to sort...
if you have only a small data set, you could use "insertion sort"

Pages: 1 [2] 3