Search found 116 matches
- Mon Jun 19, 2023 10:45 am
- Forum: Calculator Hacking/Modding Discussions
- Topic: Transfer Files from Arduino to Casio-FX-CG20
- Replies: 21
- Views: 70915
- Sun Jan 03, 2021 12:10 pm
- Forum: Casio fx-9860 SDK
- Topic: Casio FX-9860GIII: supported by the SDK?
- Replies: 2
- Views: 6022
Re: Casio FX-9860GIII: supported by the SDK?
First of all I would like to know what attracts you to 9860-GIII? I saw Khicas addin can run on it but is too big (file size wise) for GII models. So i was interested in getting GIII model for this reason but decided against it at the end. Mainly because i already have a couple of fx-cg20s and one (...
- Fri Dec 04, 2020 10:39 pm
- Forum: General
- Topic: Does anyone sell calculators with OS3. 50 built in (uk)?
- Replies: 1
- Views: 3851
Re: Does anyone sell calculators with OS3. 50 built in (uk)
Ryman and amazon are selling online for £80 - get it easily from Amazon and update the OS - cable is provided - do you not have access to a PC or
mac?
mac?
- Sun Nov 03, 2019 3:56 pm
- Forum: Site Feedback, Questions and Suggestions
- Topic: Does Cg50 have Python?
- Replies: 2
- Views: 14835
Re: Does Cg50 have Python?
I bought CG50 soon after it came out (probably 2 years ago) and it had no Python but after updating OS from Casio website it now HAS PYTHON so I doubt it has been removed
- Fri May 31, 2019 9:10 pm
- Forum: General
- Topic: Can't update CAS fx-cp400
- Replies: 2
- Views: 6642
Re: Can't update CAS fx-cp400
Perhaps the cable is at fault- have you tried other cables?
- Mon Mar 11, 2019 11:35 pm
- Forum: Calculator Hacking/Modding Discussions
- Topic: Connect to FX-9750gii through 3pin using audio
- Replies: 5
- Views: 12645
Re: Connect to FX-9750gii through 3pin using audio
Could you clarify please. Will any microphone or speakers be involved? Or just a wire with 3-pin connector going into calculator and some other connectors plugged into computer, i.e. without actual sound?
- Sat Aug 25, 2018 10:46 am
- Forum: Released Projects
- Topic: KhiCAS: CAS and Python-compatible programming for Casio CG50
- Replies: 6
- Views: 19310
Re: KhiCAS: CAS and Python-compatible programming for Casio
It is great achievement for so many reasons (add-in size, Python integration, etc) - well done.
- Fri Jun 15, 2018 7:39 pm
- Forum: Casio Prizm SDK
- Topic: Mapping a file to memory
- Replies: 55
- Views: 221950
Re: Mapping a file to memory
Hi Simon and TeamFX, I wonder for a discussion on tiplanet if it is possible to have a functioning addin for Prizm with a file size larger than 2mb as it seems not to show up in the main menu once it is over that limit. Does it have something to do with the virtualisation constraints mentioned in th...
- Sat Apr 28, 2018 11:25 am
- Forum: Calculator Hacking/Modding Discussions
- Topic: Transfer Files from Arduino to Casio-FX-CG20
- Replies: 21
- Views: 70915
Re: Transfer Files from Arduino to Casio-FX-CG20
Great news. Do you mind posting the updated code please? Thanks
- Wed Jan 10, 2018 10:02 pm
- Forum: Casio Prizm SDK
- Topic: Problem with sprintf in miniSDK 1.09
- Replies: 3
- Views: 10345
Re: Problem with sprintf in miniSDK 0.9
The following worked for me some time ago:
unsigned short smemMedia[7]={'\\','\\','f','l','s','0',0};
int freespace;
Bfile_GetMediaFree_OS( smemMedia, &freespace );// the free space in bytes on the storage memory is now on freespace.
unsigned short smemMedia[7]={'\\','\\','f','l','s','0',0};
int freespace;
Bfile_GetMediaFree_OS( smemMedia, &freespace );// the free space in bytes on the storage memory is now on freespace.