Register

Search found 372 matches

Return to advanced search

helder7
Thu Aug 07, 2014 1:56 am
 
Forum: Free Discussion
Topic: transfer text files
Replies: 2
Views: 10972

Re: transfer text files

There are 2 ways to transfer text to Classpad fx-CP400.
You can use the Classpad Manager to create eActivity files or alternatively you can use EactMaker (link in sidebar). If you decide to use EactMaker, the format that you should pick for fx-cp400 is XCP.
helder7
Sun Jul 20, 2014 6:32 pm
 
Forum: News & Announcements
Topic: Classpad II fx-cp400 OS 2.00 announced
Replies: 5
Views: 36649

Classpad II fx-cp400 OS 2.00 announced

Casio Education Australia published recently on its website the announcement of the future OS 2.00 for Classpad II, which will be released in August. https://i.imgur.com/M9ftBbp.png https://i.imgur.com/TbFNja9.png https://i.imgur.com/V7IPJzq.png Some of the main new features are: ⋅ Sliders...
helder7
Sat Jul 05, 2014 1:25 am
 
Forum: General
Topic: RTC syscalls
Replies: 8
Views: 21463

Re: RTC syscalls

Yes.

I think that the difficult of RTC_SetDateTime syscall is just in understand how to convert from int to BCD.

with a int2bcd function:
Code: Select all
int int2bcd(int val) {return (((val / 10) << 4) + (val % 10));}


is not hard...
helder7
Fri Jul 04, 2014 4:28 pm
 
Forum: General
Topic: RTC syscalls
Replies: 8
Views: 21463

Re: RTC syscalls

Hi, You're welcome. I took a look at your code and put it to work. I that that the problem is in the definition of the syscalls. I defined the syscalls in a syscalls.src file, is simpler: .SECTION P,CODE,ALIGN=4 .MACRO SYSCALL FUNO, SYSCALLNAME, TAIL=nop .export \SYSCALLNAME' \SYSCALLNAME' mov.l #h'...
helder7
Wed Apr 30, 2014 10:27 am
 
Forum: General
Topic: [CP400] firmware version
Replies: 1
Views: 6427

Re: fx-CP400 firmware version

Yes.
helder7
Wed Apr 23, 2014 12:03 am
 
Forum: General
Topic: TEXT on FX-9860 GII SD power graphic 2
Replies: 12
Views: 31982

Re: TEXT on FX-9860 GII SD power graphic 2

No, that is for Casio Prizm (calculator with color screen). The correct file for fx-9860 is a g1a file. As you have difficulty using fa-124, I will suggest you install the noteview from the SD Card. The file transfer tutorial for fx9860 (link previously posted in this thread) also explain how to do....
helder7
Mon Apr 21, 2014 7:10 pm
 
Forum: General
Topic: Questions about Eigenmath for the fx9860gII by diameter
Replies: 14
Views: 35108

Re: Questions about Eigenmath for the fx9860gII by diameter

It is a function/script for eigenmath.

The script check if the equation is a indetermination of the type 0/0 or no. If no it just solve the limit as a determined limit.
helder7
Mon Apr 21, 2014 6:51 pm
 
Forum: General
Topic: TEXT on FX-9860 GII SD power graphic 2
Replies: 12
Views: 31982

Re: TEXT on FX-9860 GII SD power graphic 2

You have selected the storage memory in fa-124?

Image
helder7
Mon Apr 21, 2014 6:34 pm
 
Forum: General
Topic: Questions about Eigenmath for the fx9860gII by diameter
Replies: 14
Views: 35108

Re: Questions about Eigenmath for the fx9860gII by diameter

I did a function some time ago to solve limits with l'hopital rule, but is a "bit" limited. Just support indeterminations of the type 0/0 and determined limits. limh(a,b)=do(max=150,g=(numerator(a)),h=(denominator(a)),for(i,1,max,do(test(subst(b,x,h)==0,test(i==1,test(subst(b,x,g)==0,do(g=...
helder7
Tue Apr 08, 2014 11:40 am
 
Forum: Released Projects
Topic: Chemical equation balancer... from Classpad basic to the web
Replies: 1
Views: 10452

Re: Chemical equation balancer... from Classpad basic to the

I have been fixing some small bugs that have been found on web version. I think they have all been fixed.
Now the next challenge will be improve the error detection system...
PreviousNext

Return to advanced search