Omnimaga

Calculator Community => Casio Calculators => Topic started by: critor on May 15, 2011, 06:18:29 pm

Title: Prizm & compatibility question
Post by: critor on May 15, 2011, 06:18:29 pm
Up to now, you could take 2 different Casio calculator models (any model except the ClassPad) and transfer Basic programmes between them.
(of course, if some Basic instructions weren't supported on the receiving model, the Basic program would not run correctly)

On recent fx-9860G models you could also transfer add-ins (applications).


How about the Prizm?
Does it still have the I/O plug?

Can the Prizm be used with a different model to receive/send Basic programs?

Can the Prizm be used with a different model to receive/send add-ins?


Thanks.
Title: Re: Prizm & compatibility question
Post by: m1ac4 on May 16, 2011, 07:46:54 am
1) Yes
2) Yes.  Commands will get "fixed" for whatever calculator is recieving them.  See p. 444-446 in this PDF (http://edu.casio.com/products/cg_series/data/fxcg10_20_E.pdf) for complete information.  Sending information from older calcs to the Prizm is painless though I suspect that someone would need to have a Prizm and an older calc to make some Prizm Basic programs backwards compatible.
3) I don't know.

Title: Re: Prizm & compatibility question
Post by: JosJuice on May 16, 2011, 01:01:01 pm
Old add-ins are not compatible with the Prizm at all. Only add-ins that have been created and compiled for the Prizm will work.
Title: Re: Prizm & compatibility question
Post by: z80man on May 16, 2011, 02:18:57 pm
An addin could be ported to the Prizm as many syscalls do the same thing except for different hardware and a different address. It might be easier to just port old addins as long as the source is visible than emulating older Casio calcs.
Title: Re: Prizm & compatibility question
Post by: JosJuice on May 16, 2011, 02:34:40 pm
Yes, but the add-in files that were made for older calcs can't just be sent to the Prizm, which was what critor was asking.
Title: Re: Prizm & compatibility question
Post by: DJ Omnimaga on May 23, 2011, 12:13:34 am
When sending a BASIC Prizm program to a 9860G directly, color commands simply gets renamed to a symbol and the program will run fine without them. I don't know about other commands, though. I also wonder if some color commands remain intact when sending the program to a FX-9850G? (it had colors, but only two of the three colors were the same as Prizm colors)