Can anyone point me in the right direction to learning how to program addins for my calculator(fx-9860GII), I'm not able to find anything.
Many thanks, Aleksandr
Posted 07 February 2020 - 04:06 PM
Can anyone point me in the right direction to learning how to program addins for my calculator(fx-9860GII), I'm not able to find anything.
Many thanks, Aleksandr
Posted 07 February 2020 - 05:28 PM
Edited by CalcLoverHK, 07 February 2020 - 05:34 PM.
Posted 07 February 2020 - 06:48 PM
Hi hejsotnoss
Did you read the SDK User's Guide? It may give you some starter knowledge.
(I don't have any C and add-in knowledge though... Maybe you can go to Planete-Casio? Your question will be answered much faster.)
(Also, you said you have fx-9860GII, but your "Calculators" list has fx-9750GII only. Is your fx-9750GII hacked into fx-9860GII? If no, you can't install add-ins. )
Cheers
CalcLoverHK
Oh, I have both models; I will add it to my list. And thank you, I will take a look at the SDK User's Guide. I am intimidated by Planete-Casio as I do not speak franska.
Regards, Aleksandr
Posted 07 February 2020 - 11:04 PM
Edited by CalcLoverHK, 07 February 2020 - 11:05 PM.
Posted 08 February 2020 - 01:02 AM
Hi hejsotnoss
You can speak English in Planete-Casio I am the one so I can tell you this.
And what is your fx-9860GII varient? Is it USB Power Graphic 1/2?
Cheers
CalcLoverHK
It is a USB Power Graphic 2 does that affect anything?
Regards, Aleksandr
Edited by hejsotnoss, 08 February 2020 - 01:03 AM.
Posted 08 February 2020 - 01:47 AM
I'll try asking questions in Planete-Casio also
Posted 08 February 2020 - 07:03 PM
hi to ever one and thanks for answering .
i want writing some program but i cant find the basic tutorial.
like sample of this kind of program .
user input two number like 2.1 and 3.4 (float)
and program calculate 2.1^3.4 and show the result until user press any key.
Posted 09 February 2020 - 06:12 AM
Posted 09 February 2020 - 07:27 PM
@hejsotnoss
This is the starter tutorial here by the moderators (they are inactive now so don't ask them):
https://community.ca...-2016-avaiable/
Because there are two variants of fx-9860GII. Prior to 2014, Casio produces fx-9860GII with SH3 CPU, but then it was replaced by fx-9860GII with SH4A CPU.
If your calculator shows "USB Power Graphic" but without "2", it is SH3 variant. Other than that, it is SH4A. You need to choose the correct instructions for your calculator, otherwise you will get System ERROR.
The difference between SH3 and SH4A is about the Getkey function. Here is the extracted version of SDK announcement PDF:
The "IsKeyDown" function in "fx-9860G SDK Libraries" has been deprecated and is now
unsupported in "USB POWER GRAPHIC 2" version of "fx-9860GII(SD)",
"GRAPH75(95)" and "fx-9860G AU PLUS".
Instead of "IsKeyDown", please use "GetKey" or "Bkey_GetKeyWait"(new function)
according to the use cases illustrated below.
Hope this helps.
@khashayar.rg
What language do you want to write in? BASIC or C? I know Basic but not C.
@CalcLoverHK
Thank you for the tutorial link , and thank you for pointing out the deprecation.
Do you know where I can find the assembly specifications for the SHA4 CPU?
Posted 09 February 2020 - 08:52 PM
The most concise assembly reference is http://www.shared-pt...m/sh_insns.html imho.
I also found this sheet useful, as it contains a lot of information on the microcontroller (although it's not the exact same model).
Also check out gint, it's a really great library from what I've seen so far.
Posted 10 February 2020 - 12:23 AM
@hejsotnoss
The most concise assembly reference is http://www.shared-pt...m/sh_insns.html imho.
I also found this sheet useful, as it contains a lot of information on the microcontroller (although it's not the exact same model).
Also check out gint, it's a really great library from what I've seen so far.
@TBit
Thank you those are some really useful links.
Do you know any type of software similar like FA-124 on linux(I am using Manjaro)?
Posted 10 February 2020 - 12:49 AM
@TBit
Thank you those are some really useful links.
Do you know any type of software similar like FA-124 on linux(I am using Manjaro)?
I have tried xfer9860 but I always get these errors
ERR: fx_initDevice(), 2'nd control: -4 [E] Error initializing device. Connected! [>] Verifying device.. ERR: WriteUSB: Could not write: -4 ERR: ReadUSB(): Could not read: -4 Done! [I] Main memory:ERR: WriteUSB: Could not write: -4 ERR: ReadUSB(): Could not read: -4 ERR: fx_getMCShCapacity: no proper response [E] Error requesting MCS capacity information.
Posted 10 February 2020 - 05:54 AM
Posted 11 February 2020 - 05:07 PM
It never worked for me as well, try p7: https://aur.archlinux.org/packages/p7/
I will try it, many thanks .
Regards, Aleksandr
Edited by hejsotnoss, 11 February 2020 - 05:13 PM.
0 members, 1 guests, 0 anonymous users