ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: News :: Flash Drives on a Calculator

Flash Drives on a Calculator
Posted by Michael on 12 September 2006, 04:43 GMT

[I have mass storage devices on a mass storing calculator!]As the result of a group effort between myself, Brandon Wilson, and Dan Englender, we have released msd8x v0.94, which allows the use of ordinary USB flash drives with a TI-84 Plus. Brandon has been laboring all summer long on finishing the driver and GUI to be acceptable for public usage, and thanks to his dedication and adding of nifty features it is at last at the stage for a general release. Information on downloading and running msd8x can be found at the WikiTI calculator wiki.

With the appropriate cable, you can browse, modify, and copy (in both directions) files between a flash drive and the 84+'s RAM and/or archive. msd8x also supports the running of ION and MirageOS programs directly from a flash drive.

  Reply to this article


The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.


Re: Flash Drives on a Calculator
Tom  Account Info

I'm trying to use a PNY Attache 256MB I have, but it's not working. I have USB8X v0.11, and MSD8X v0.94, but it says the sectors are bad and I need to reformat. So I reformat it to "FAT" (FAT16 on XP computers), and when I plug it in with my cable, launch the program, it always says to reformat. Is there a size limit for the USB drive? Or do they just not work with PNY Attache's? What's a good replacement (that's cheap) if it doesn't work?

Reply to this comment    13 September 2006, 01:41 GMT

Re: Re: Flash Drives on a Calculator
Dan Englender Account Info
(Web Page)

From the description of your problem it sounds like it probably *could* be compatible but maybe something needs to be tweaked in the driver. Brandon may have some more questions to help narrow it down, and I may try to find a PNY Attache drive to do some troubleshooting myself.

The size shouldn't be an issue, I've used my 512MB Sandisk Cruzer with no problem. I also haven't had problems with a 128MB Lexar JumpDrive. If you have access to either of those brands you may want to try them to see if they work.

Also, a current list of known-compatible drives is maintained at:

http://wikiti.denglend.net/ind
ex.php?title=83Plus:Software:us
b8x/Supported_Devices

(link on three lines cause of ticalc's 40-character restriction. It's also linked above as (Webpage) ). The page is editable, so if anyone tests a new drive and it works feel free to add it to the page.

Reply to this comment    13 September 2006, 02:02 GMT


Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

Yes, I have many questions. E-mail me and we'll get to the bottom of it. It's probably a silly mistake.

Reply to this comment    13 September 2006, 06:39 GMT


Re: Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

Far from silly, but for all who are curious, this is now fixed...to be released in the next usb8x.

Reply to this comment    21 October 2006, 00:43 GMT

Re: Flash Drives on a Calculator
Matt M Account Info

COOL!!!!!!!!!!! I'll have to try this!!!!!!!!

Reply to this comment    13 September 2006, 01:42 GMT


Re: Re: Flash Drives on a Calculator
Travis Supalla  Account Info
(Web Page)

Wow this is really sweet stuff!

Reply to this comment    13 September 2006, 02:02 GMT


Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

I'd download it now but I don't have my calc link...only WinXP IR

Reply to this comment    13 September 2006, 14:20 GMT


Re: Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

Now, what I want to see is something that would accept a mouse/joystick so I can play games like phoenix or mario

Reply to this comment    16 September 2006, 14:48 GMT


Re: Re: Re: Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

usb8x 0.11 included a modified version of Phoenix with gamepad support. You might want to check that out.

Reply to this comment    16 September 2006, 18:43 GMT

Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

THANKS! I'LL SEE!

now, I just have to get my gamepad from home to college...

Reply to this comment    17 September 2006, 13:06 GMT


Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

has anyone used it? I can't make my Microsoft Sidewinder gamepad/joystick work with phoenix...any ideas?

Reply to this comment    24 September 2006, 14:51 GMT


Re: Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

Analog joysticks don't work, only directional and other buttons. If those don't work either, get in touch with Dan Englender, I'm sure he'll want to know more about it.

Reply to this comment    24 September 2006, 20:27 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

I don't know anything about them except on a computer, I can plug it in and play games...

Reply to this comment    26 September 2006, 22:45 GMT

Re: Flash Drives on a Calculator
RobbieMc Account Info

So... any plans on making this into an actual shell? Perhaps a MirageOS replacement? Maybe with its own file type that would support streaming from usb/loading levels from usb?

Reply to this comment    13 September 2006, 14:30 GMT


Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

No. This just directly calls MirageOS to do the program running for you.

It's impossible to know which levels the game is expecting, so unless the game is specifically coded to look on the flash drive for the files, it can't work.

For anyone wanting to add this kind of support to their programs, see the URL in this post for the full documentation to the assembly language interface.

Reply to this comment    13 September 2006, 16:33 GMT


Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

will it run non-mirage programs? what about tios-ASM or TI-basic programs?

Reply to this comment    17 September 2006, 13:40 GMT


Re: Re: Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

Probably not. The program running thing works because MirageOS handles it and it has specific requirements about how memory is laid out.

That might not make any sense, but looking at the source might help.

Reply to this comment    17 September 2006, 16:07 GMT

Re: Re: Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

I'll pass, I don't like reading others' programming and trying to interpret it. It reminds me of the C++ exams in high school.

I gave it a shot and nothing happened -- even with basic program modified to run under MirageOS

Reply to this comment    18 September 2006, 00:46 GMT


Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

Yes, it checks for this. I couldn't just run other non-MirageOS programs because I can't trust that they'll come back to msd8x. With MirageOS, I have assurances.

Reply to this comment    18 September 2006, 07:49 GMT


Re: Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

so, for instance this should work?

PRGM: Test1
::"This is for MirageOS
:ClrHome
:Disp "Hello World!
:Pause
:ClrHome
:Output(1,1,"

if it should work, I couldn't get it to, any ideas?

Reply to this comment    18 September 2006, 17:48 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Brandon Wilson  Account Info
(Web Page)

No, it won't run BASIC programs, not even MirageOS ones. This may change, but I don't know.

Reply to this comment    19 September 2006, 01:33 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: Flash Drives on a Calculator
Matt M Account Info

also, it doesn't like to copy game levels (mario is what I tried) off the memory stick. It says "The file is invalid or corrupt" or something like that -- I know TIConnect says that but then it will still work...

Reply to this comment    19 September 2006, 12:50 GMT


Re: Re: Re: Re: Re: Flash Drives on a Calculator
tbear2500 Account Info

I tried running TIOS ASM programs on the flash drive. Some worked, but many ended in RAM clears :(

Reply to this comment    17 March 2009, 21:43 GMT

1  2  3  4  5  6  7  8  9  10  11  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer