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 - ExtendeD

Pages: 1 ... 9 10 [11] 12 13 ... 55
151
News / Re: Lua print restored in OS 3.1
« on: June 22, 2012, 06:37:53 pm »
No, only on the RS232 output, which is emulated by nspire_emu by printing on the DOS console.

152
News / Re: Lua print restored in OS 3.1
« on: June 22, 2012, 06:27:20 pm »
Maybe there's a problem with your RS232 adapter. If you can see something in nspire_emu's console, you can be sure its an hardware issue.

153
TI-Nspire / Re: nspire serial console
« on: June 22, 2012, 06:23:54 pm »
nspireio will do quite everything you want (RS232 transfers, echoing, scrolling, ...): http://nspforge.unsads.com/p/nspireio
Learning C's basis shouldn't be too difficult to do what you need.
I'm currently working on an easier setup and integrated editor for the Ndless SDK, maybe this could make things easier for you.
Also don't you need to known ARM or C to use an arduino?

154
Ndless / Re: Ndless 3 and access to Wireless
« on: June 18, 2012, 09:55:16 am »
In theory yes.
In practice this would require to port a wireless stack or hack into the existing one, which is not an easy work.
I also have to update Ndless with the function definitions for USB transfers.

155
Getting your hands on Ndess 3.1 just before an exam may be a bit risky. But if you still want to upgrade, make sur to *never* delete ndless_resources.tns from the calc while Ndless is installed. This is where most problems come from.

156
News / Re: TI-Nspire OS 3.2 is out!
« on: June 13, 2012, 03:29:59 pm »
I don't think they knew about it. The release was already postponed to solve some issues .. so I think they would not have released it if they knew about it.
The people (who are on a pretty high level with TI) did not know about the bug, and they already fixed some of the ones we reported.

Anyway it's clear evident that they have not trust in their own quality assurance anymore. But still focusing on "fixing" the Ndless issue... How irresponsible and irrelevant.

157
TI-Nspire / Re: [Contest] NspireGOBAN
« on: June 12, 2012, 03:48:21 am »
Good luck TheNlightenedOne. Are you planning to use nSDL?

158
TI-Nspire / kArmTI - TI-Nspire emulator with skin
« on: May 31, 2012, 01:34:37 pm »
I want (or hope) touchpad full work... and enable on screen-display.
Well, I don't exactly know what you mean by 'touchpad full work', because I don't have any real Nspire and so I don't know how it SHOULD work.

What would indeed be a great feature is that we could use the PC-mouse to directly 'work' inside the Nspire screen, i.e. directly selecting any menu option or moving the cursor/hand in the graph window.
But of course that would be extremely tough to program.

Goplat, do you have any idea on how this could be implemented? I'm also quite interested in this.

159
nSDL / Re: nSDL 0.3.0—A fast & robust TI-Nspire graphics library
« on: May 31, 2012, 01:29:26 pm »
That is sad for the TI-Nspire community... Hopefully someone will take the maintenance of nSDL after you and bring it even further.

Anyway thank you again for all you efforts and good luck with your personal projects :)

160
TI-Nspire / Re: Runner [subject to change]
« on: May 18, 2012, 09:08:26 am »
Nice start, good luck with this :)

161
News / Re: nSDL 0.3.0: First portage of a game
« on: May 16, 2012, 04:43:05 pm »
This is another major step towards the TI-Nspire openness. Great job hoffa!

162
Nice :)
But no download link yet?

163
Ndless / Re: General Ndless Questions and Support
« on: April 22, 2012, 02:52:07 am »
You can also use fwrite or fprintf for this (666th post!)

164
Ndless / Re: General Ndless Questions and Support
« on: April 21, 2012, 01:22:51 pm »
The screen is 240x320.

Use something like this to convert it to a string:
char buf[20];
sprintf(buf, "%i", thenumber);

Then display the string with nRGBlib.

165
Lua / Re: PCspire, run Nspire lua programs nativly on your pc
« on: April 17, 2012, 05:07:32 pm »
Brilliant, once again :)

Pages: 1 ... 9 10 [11] 12 13 ... 55