Author Topic: Nspire I/O  (Read 35032 times)

0 Members and 1 Guest are viewing this topic.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Nspire I/O
« Reply #30 on: October 08, 2012, 01:16:10 pm »
Nice work, glad to see this is still continued :) How do you record that animation btw?

Some people need a high five in the face... with a chair.
~EC

Offline compu

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 275
  • Rating: +63/-3
    • View Profile
Re: Nspire I/O
« Reply #31 on: October 08, 2012, 03:33:27 pm »
With a program called CalcCapture ;)

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Nspire I/O
« Reply #32 on: October 09, 2012, 10:57:17 pm »
UPDATE:

- Prizm support complete! (Not done yet I think, still have to test some more, especially the keyboard part that might or might not work...) Type "make ARCH=prizm" to compile.
- [PRIZM] New keyboard layout! (Same as MPoupe's FXTERM)
« Last Edit: October 09, 2012, 11:00:35 pm by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline compu

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 275
  • Rating: +63/-3
    • View Profile
Re: Nspire I/O
« Reply #33 on: November 01, 2012, 10:47:59 am »
UPDATE:

- Added nio_get_default()
- Replacing stdin & stdout with nio_get_default() when NIO_REPLACE_STDIO is set
- nio_fgets should be ANSI C compliant now
- nio_getchar should be ANSI C compliant now
- added nio__getch() and nio__getche()

Offline excale

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 103
  • Rating: +19/-1
    • View Profile
Re: Nspire I/O
« Reply #34 on: November 02, 2012, 05:47:48 pm »
I tried to download the latest version, but I seems NspireIO is not up-to-date on nspforge.

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: Nspire I/O
« Reply #35 on: November 02, 2012, 05:54:39 pm »
Why do you think it's not up-to-date? It says modified 31 hours ago...

Offline excale

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 103
  • Rating: +19/-1
    • View Profile
Re: Nspire I/O
« Reply #36 on: November 02, 2012, 06:03:23 pm »
I used the link in his signature, and then clicked on "downloader" ( http://nspforge.unsads.com/p/nspireio/downloader ), which says it was last updated on 16/09.

Am I on the wrong link?

Offline compu

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 275
  • Rating: +63/-3
    • View Profile
Re: Nspire I/O
« Reply #37 on: November 02, 2012, 06:04:02 pm »
The downloader only has packages with pre-built libraries, demos and docs. You can download the latest source from the small link at the bottom of "Browse Source" or use this link: http://nspforge.unsads.com/p/nspireio/changeset/65/trunk?old_path=%2F&format=zip

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Nspire I/O
« Reply #38 on: November 02, 2012, 06:04:47 pm »
To be precise, the trunk has been updated 31 hours ago (at the time of this post) :
http://nspforge.unsads.com/p/nspireio/browser/trunk

However, not the downloads :
http://nspforge.unsads.com/p/nspireio/downloader


Edit : ah well, compu was faster :P
« Last Edit: November 02, 2012, 06:05:02 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline excale

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 103
  • Rating: +19/-1
    • View Profile
Re: Nspire I/O
« Reply #39 on: November 02, 2012, 06:05:28 pm »
Ok. Thanks all :).

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Nspire I/O
« Reply #40 on: December 11, 2012, 11:56:17 am »
How do I input integers, if that's possible?

Offline compu

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 275
  • Rating: +63/-3
    • View Profile
Re: Nspire I/O
« Reply #41 on: December 11, 2012, 12:57:28 pm »
Use nio_gets or nio_fgets and pass the string to atoi ;)

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Nspire I/O
« Reply #42 on: December 11, 2012, 01:00:25 pm »
And FWIW, strtol & strtoul are better than atoi for error handling :)
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Nspire I/O
« Reply #43 on: January 12, 2013, 05:39:41 pm »
Does this support scrolling?
It just reaches the bottom and then crashes for me.

Offline compu

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 275
  • Rating: +63/-3
    • View Profile
Re: Nspire I/O
« Reply #44 on: January 12, 2013, 06:09:12 pm »
Are you using the latest version? The "tests" demo with Nspire I/O 3.1 works fine for me.
You can download the latest version here: http://nspforge.unsads.com/p/nspireio/downloader