Register

Search found 372 matches

Return to advanced search

helder7
Mon Apr 07, 2014 7:36 pm
 
Forum: Members Zone
Topic: Apply For Moderator
Replies: 0
Views: 16419

Apply For Moderator

We are recruiting new moderators for the forum. Currently, the site has an Anti-spam system that does some of the work, however sometimes some spam posts escape or is necessary to move posts. As a moderator, you should help to keep the site clean of spam, organized and enjoyable. Requirements to app...
helder7
Mon Apr 07, 2014 5:14 pm
 
Forum: General
Topic: [CP] Creating a simple program - Print results
Replies: 10
Views: 29956

Re: Creating a simple program - Print results

So the first thing you should do is ask for the 4 points with Input command, and assign that 4 points to the respective variables, like: 'User input Input xone,"X1 value?" Input xtwo,"X2 value?" ... (yeah ... looks like that the variables x1, x2, etc.. are reserved by the system,...
helder7
Fri Apr 04, 2014 12:28 am
 
Forum: General
Topic: [CP] Creating a simple program - Print results
Replies: 10
Views: 29956

Re: Creating a simple program - Print results

Yes. EXPR and LIST are types of variables. You can check the types of variables and see it's value in "Variable Manager". https://i.imgur.com/SKmaqbP.jpg The variables used during the program execution are saved in Variable manager (unless they are defined as local, at the beginning of the...
helder7
Thu Apr 03, 2014 4:00 pm
 
Forum: General
Topic: [CP] Creating a simple program - Print results
Replies: 10
Views: 29956

Re: Creating a simple program - Print results

As solve() function return a list, you need to perform a For loop in order to display the results in a pop-up window. Take a look at the sample code below: You can modify the input just to ask for variable values and use a pre-defined equation formula for exemple...or import existent varibles... 'De...
helder7
Tue Mar 25, 2014 12:21 pm
 
Forum: News & Announcements
Topic: New OS update 2.04 released for fx9860 calculators
Replies: 0
Views: 22848

New OS update 2.04 released for fx9860 calculators

As anticipated in the previous news today was released a new OS update (2.04) for fx9860 series calculators. https://i.imgur.com/OOJLsqz.png It introduces some features initially added in Casio Prizm OS last updates (but not all). List of confirmed features added : ⋅ Vector Calculus (memor...
helder7
Mon Mar 24, 2014 12:28 am
 
Forum: Casio fx-9860 SDK
Topic: Sending Audio Data To The Serial Port?
Replies: 7
Views: 21243

Re: Sending Audio Data To The Serial Port?

You need to define the syscalls for serial communication, with a syscalls.src file: viewtopic.php?f=11&t=1557#p13320
helder7
Thu Mar 20, 2014 2:30 pm
 
Forum: Casio fx-9860 SDK
Topic: Sending Audio Data To The Serial Port?
Replies: 7
Views: 21243

Re: Sending Audio Data To The Serial Port?

I found the 7305.h file here: http://www.omnimaga.org/casio-prizm/aud ... tach=11926

I do not have the compiled file, but with 7305.h and the source code, you should be able to compile it.
helder7
Wed Mar 19, 2014 10:51 pm
 
Forum: Casio fx-9860 SDK
Topic: Sending Audio Data To The Serial Port?
Replies: 7
Views: 21243

Re: Sending Audio Data To The Serial Port?

There is a topic here in the forum with an adaptation of MPoupe audio player for SH4 calculators: viewtopic.php?f=11&t=1440

See if it helps.
helder7
Thu Mar 13, 2014 9:26 pm
 
Forum: News & Announcements
Topic: Looking at new refreshed casio calculators
Replies: 10
Views: 54902

Re: Looking at new refreshed casio calculators

Does this mean if I get an fx-9860GII without label "USB Power Graphic 2", the add-ins for fx-9860G would still work? Yes, add-ins will continue to work. If you get an "USB Power Graphic 2", you can modify the add-in code (if you have the source code) and recompile it or you can...
helder7
Fri Feb 21, 2014 5:19 pm
 
Forum: General
Topic: Matrix problem casio cp400
Replies: 2
Views: 7164

Re: Matrix problem casio cp400

Hello,

Possibly the error occurs because the calculator interprets the content inside {} as a list, inside a matrix. Try to replace these characters by normal parenthesis.
PreviousNext

Return to advanced search