Omnimaga

Calculator Community => Casio Calculators => Topic started by: MPoupe on March 12, 2012, 01:08:56 pm

Title: Base-N type to standard type programs conversion
Post by: MPoupe on March 12, 2012, 01:08:56 pm
Hello,
I am not sure if it was discussed before, but it is possible to write basic program in Base-N mode (so the basic language is much more limited, but allowing logical operations with bits) and then convert it to standard program type (without add-in help).
Method:
1. create base-N program (and type all base-N tokens here, like neg,not,xor,xnor,hex,bin,...)
2. go to main menu and select the item allowing to communicate with ea-200 (or ea-100) peripherals (not remember the exact name). There is a sub-menu with program convertor changing COM speed to 38400 bps. Run this conversion on the basic program created in step 1.
3. check this basic program. It will contain commands to open and close COM port and also all previous content. But it is in comp mode:-). So you can use clipboard and test the Base-N tokens in comp mode. Many of the commands do not work, but some (like and/or/xor,...) do

I tested it on fx 9860G SD  and fx cg 20 so I think it will probably work on all fx 9860G types and fx cg 10 too.
Title: Re: Base-N type to standard type programs conversion
Post by: Eiyeron on March 13, 2012, 02:35:51 pm
I did it in exporting the progs into .txt files and subtracting the first line :-°
Title: Re: Base-N type to standard type programs conversion
Post by: MPoupe on April 09, 2012, 07:01:17 am
BTW: the same way how to "forget" Base-N flag can be also used to "forget" password:-)
Title: Re: Base-N type to standard type programs conversion
Post by: helder7 on April 22, 2012, 11:12:41 am
do you want make an app like this http://www.casio-scene.com/downloads.php?do=file&id=186 ?
Title: Re: Base-N type to standard type programs conversion
Post by: Eiyeron on April 25, 2012, 05:26:37 am
ALways wanted, these kinds of utilities! :p