Planète Casio - Tout le forum - Flux RSS http://www.planet-casio.com Programmes Casio, Jeux, Cours pour Calculatrices Casio fr-FR https://www.planet-casio.com/images/logo.gif Planète Casio - Tout le forum - Flux RSS http://www.planet-casio.com 55 50 Programmes Casio, Jeux, Cours pour Calculatrices Casio. Wed, 26 Feb 2025 11:01:15 GMT Wed, 26 Feb 2025 11:01:15 GMT contact@planet-casio.com (Planet Casio) contact@planet-casio.com (Planet Casio) 5 Graph Math+ review: Out with the Old, In with the New https://www.planet-casio.com/Fr/forums/topic18641--.html Note: This is a user review. Click here if you are looking for the site review ;) Background On October 2023, Casio announced the successor of Graph 90+E: Graph Math+ (alongside Graph Light) at APMEP 2023 and went on sale starting from April 2024. At some point in November, I discovered the limited offer of Math+ at Amazon.de (link) which was listed for 45 € and had me tempting to buy it, but did not do so as the removal of add-in support was the dealbreaker for me. Until February 7, when the Amazon.de offer was available again and the beta release of MPM was approaching, I ordered it and paid HK$ 500 (shipping fee included). It is cheaper than the current US-imported fx-CG50 sold at Taobao (CNY¥ 660/87 €). At a glance Box and content https://i.imgur.com/tTIQFo6.jpeghttps://i.imgur.com/SUOuCc4.jpeg Front and back https://i.imgur.com/bhXOfMX.jpeghttps://i.imgur.com/qeMVXeF.jpeg Case https://i.imgur.com/VnPk9Nk.jpeghttps://i.imgur.com/oCjqdE7.jpeg First impression The package arrived 10 days later. It comes with the new calculator, quick start guide, warranty paper and 4 batteries. My first impression of this calculator: This looks like a mix of fx-CG20 and Graph 90+E! Immediately, you can see Casio goes for a clip-on design for the protective case like fx-CG10/20, instead of the slide case used for fx-CG50/Graph 90+E. The exterior texture of the clip-on case appears grainier than the predecessor as well. Like Graph 90+E, Math+ adopts a mostly white color scheme for its body, except for the upper part which is black around the screen. Speaking of the screen, it is covered by an acrylic panel, which is absent from the previous generation but is used in fx-CG10/20. https://i.imgur.com/XvnZuGW.jpeg The buttons are a bit harder to press than fx-CG50. To be fair, I prefer fx-CG50 buttons, but Math+ are infinitely better than fx-CG20 here because the latter buttons are either too small or too large, as well as lacking feedback especially on F-keys and numpad. From the side view, the arithmetic operators are marked on all 4 sides of Math+, resembling its name and position as a Math tool. https://i.imgur.com/gg4Ef8I.jpeg And here it is: Finally Casio is willing to switch the USB port to Type C, after it has become mainstream for years. However, for some reason it is quite picky at USB-C cables because I only find 2 of them working with my Math+. UI philosophy https://i.imgur.com/wuCn6E0.jpeg The evolution of Casio fx-CG main menu. Casio goes for the minimalist design and color scheme for the main menu icons. The new font also appears to be more sans-serif like when comparing to the previous generations. Due to the removal of the function keys, tabs are used to handle multiple UIs and there are keys specialized for switching between them. This allows a full text display instead of the dense or abbreviated one seen in F-keys. For some applications like Equation and Probability apps, Casio are keen to exercise the principle of input and output, by showing tabs in arrow shapes to clearly indicate the procedures to the results. Functionality Here I will pick some features that I have used frequently over the past few years. Calculate (previously RUN•MAT) Graph Math+ finally can let users copy the previously calculated results and paste it to the input field, a convenient feature that is present on fx-9750GIII from the beginning but not on fx-CG50 even with the latest firmware. This is one of my biggest gripes when using fx-CG50 for Physics and Mathematics courses, and honestly it is unfortunate that this feature is only available on the new machine. https://i.imgur.com/UIDjqdk.png Graph Math+ has the same trigonometric precision (8.99999999759468) as its predecessors. There are 3 modes for exponential inputs which is recently added in the latest OS firmware (2.00). The first one literally inputs [1][0][^] at once, while the second mode is the one used in fx-CG50/Graph 90+E. The third mode is the compact style of the first one. Among them, the old one is better than the others because it does not require a number next to itself and can be used independently. https://i.imgur.com/OOf8vQF.pnghttps://i.imgur.com/JKUu9mI.png https://i.imgur.com/0wjX4h4.png Syntax ERROR if using the third variant of exponential input alone. The catalog on the other hand has some major regressions. While it is now an independent button, it can no longer display QR code that links to the usage of the function. When searching for all entries, I can only enter the first letter and scroll continuously until I find my desired function. The page keys save some time but still it requires more key steps than before. https://i.imgur.com/klWP8dW.pnghttps://i.imgur.com/meR6ig6.png Besides, the assignment symbol is moved to the shift menu. I am glad Casio decided to put it in the graph variable button so that I can immediately type x to save the value. Though it could be better if ALPHA mode is automatically toggled after entering the arrow. Given that entering List and Mat by SHIFT+1/2 is removed, this leaves the alpha variables the only data that can be assigned to in one or two keys. They could also bring the STO function from fx-92+ SC (and their other series of scientific calculators), where pressing SHIFT+RCL+Alpha (without EXE) after entering expression stores its result to the selected alpha variable. Python Right off the bat, when entering the Python app, you can see we are straight to the editor of a Python file named module.py. This change is remarkable and user-friendly, especially for students who are not tech-savvy. Typically, most of them will type a few lines of code for testing, and the file will be discarded afterwards, rendering the time spent on boring processes like creating and naming a new file useless at all. Moreover, the font size is a lot more appropriate than the one in fx-CG50. I mean seriously, Casio did not make good use of the high-resolution screen on their Prizm calculators even since they debuted in 2011. The Python editor on fx-CG50 nowadays still uses the same 7 rows * 21 columns text display. Such font does not work well with programs having a lot of long statements and indents. And now in Graph Math+, the display is expanded to 9 rows * 35 columns which is a lot more pleasant. On top of that, thanks to the smaller font, line numbers are also indicated. https://i.imgur.com/zO3uEFq.pnghttps://i.imgur.com/n2R4eup.png On the program side, Casio Python received one of its biggest functional improvements by porting Getkey from Casio Basic. The `getkey()` value distribution is also more intuitive than the old one. Without looking at the manual, you can quickly deduce the VARIABLE key has a value of 33 because it is located at row 3 and column 3. In fx-CG50, the equivalent VARS key holds a value of 58, while being at row 2 and column 3. Casio Basic After almost 30 years of history, Casio Basic has finally come to the end. This is unfortunate as Casio Basic is a unique programming language that motivated me to join the calculator community in the first place. While the improvements on Casio Python are great, the language itself just feels a bit too generic to me. Honestly, I had more fun programming with Casio Basic as the feeling of achieving something significant in my programs with limited environment is undeniably the best. Furthermore, typing the opcodes instead of letters avoids typos and is also easier to modify the code, as you don't need to press the arrow keys to go through each letter of keywords. Link The Link app no longer exists in Graph Math+, neither. Instead, whenever the USB is inserted, the calculator always redirects to System Manager and open the Connection Mode pop-up there. This change is rather troublesome because if I dismiss this pop-up, I have to reinsert the USB to let it reappear, whereas in fx-CG50 I can simply enter LINK app and press F2 (RECV) for USB connection, while keeping the cable connected. Currently there are 2 connection modes for Math+: USB Flash and OS Update. The Screen Receiver option is no longer available here, which is disappointing because this indicates that Screen Receiver currently does not support Graph Math+… right? Well, it is still possible to screenstream this calculator, but it is hidden in the test menu, in which I will write more about it later. On PC, the new calculator is identified as a USB mass storage with a capacity of 4.5 MB, a heavy downgrade from the original 16 MB. Not only that, I also tried to connect my Math+ to my Android phone, only to be informed that the calculator storage is not supported. This is yet another big regression because fx-CG50 (and even fx-CG10/20!) can be accessed by Android device and I can no longer use my phone to send files to my Math+ without using a computer. Built-in apps speed tests All calculators are at their default speed preset. Calculate - Σ(x, x, 1, 100000) fx-CG20CN (OS 2.02): 102s fx-CG50 (OS 3.80): 55s Graph Math+ (OS 1.00, from Lephe): 58s Graph Math+ (OS 2.00): 62s Calculate - ∫((x^3*cos(x/2)+x/2)√(4-x^2),-2,2) (Courtesy to Krtyski) fx-CG20CN (OS 2.02): 15s fx-CG50 (OS 3.80): 8.5s Graph Math+ (OS 1.00, from Lephe): 9.0s Graph Math+ (OS 2.00): 9.0s Python - 1000 N-Queen loops (Courtesy to Xerxes) fx-CG50 (OS 3.80): 0.119s Graph Math+ (OS 2.00): 0.120s Python - Factorize 96835724136209 (Courtesy to Krtyski) fx-CG50 (OS 3.80): 107s Graph Math+ (OS 1.00, from Krtyski): 110s Graph Math+ (OS 2.00): 114s Python - Calculate π using the Monte Carlo method (Courtesy to Krtyski) fx-CG50 (OS 3.80): 151s Graph Math+ (OS 1.00, from Krtyski): 149s Graph Math+ (OS 2.00): 148s Here, I can confirm that Graph Math+ has almost the same performance as fx-CG50, although it seems to me there is a slight performance dip between OS 1.00 and 2.00 of Math+. Interestingly for Python, Graph Math+ have a generally faster graph drawing speed and slower pure computation speed when comparing to fx-CG50. Test menus The diagnostic test is still present in Graph Math+. To enter it, turn off the calculator and hold [x10^]+. When the diagnostic test pop-up appears, press and [9] to enter CY875 test menu. https://i.imgur.com/Z4hLy0l.pnghttps://i.imgur.com/GMpIPtf.png The new addition here is the OSUPDATE option which does exactly what it is for. Like Graph 35+E II and Graph 90+E, Graph Math+ has an exam LED on the front side to comply with Baccalauréat. As such, the Math+ diagnostic menu contains the exclusive LED test, and we can see there are 4 levels of LED brightness (Off, Minimum, Middle and Maximum). https://i.imgur.com/eg1rYp8.pnghttps://i.imgur.com/ghigWlT.png https://i.imgur.com/FlWMWLb.pnghttps://i.imgur.com/EM5Yiw9.jpeg In addition to this, the 5963/5964 test menu is also kept, which reveals more interesting information about this calculator. Let’s check the volume info first: https://i.imgur.com/jtYFzIX.png Graph Math+'s volume info. https://i.imgur.com/1S27A0D.png fx-CG50's volume info. As I expect, the calculator storage uses FAT12 format, which happens to be unsupported by many Android phones. I complained about this around 5 years ago when I received my fx-9750GIII, only to find out FAT12 was probably the main issue. In contrast, the previous generations all use FAT16 which has a greater compatibility with Android. Back to the first page, there is an extra option named "etc" which is not present in fx-CG50. Selecting it brings up an pop-up which contains the much needed feature: Screen Receiver! It also works perfectly with Cahute. Hopefully it will be officially added soon in the future OS version. https://i.imgur.com/Xydcevf.png MPM and add-ins It’s time for some real fun. The Math+ Mod (MPM) brings back the add-in support for fx-CG100/Graph Math+ and I express my gratitude to all the MPM developers. Instructions for using MPM are available here: https://www.planet-casio.com/Fr/forums/topic18534-8-mpm-mod-add-ins-math.html As soon as I received my Math+, I immediately modded it and had fun with SlyVTT’s SDL Tetris. After that, I spent a few days rewriting the core part of the overlocking tool (Ptune3) in gint to see how fast my Math+ can run. Since Math+ shares almost the same hardware with fx-CG50, Ptune4 has the same mechanism as Ptune3 that auto adjusts the clock divisors to stay within safe ratios. Here is the overclocking result: https://i.imgur.com/PadjELR.jpeg My Math+ is only one PLL level shy of my fx-CG50. Still both calculators are apparently very capable of overclocking. Verdict: ★★★⯨ (3.5/5 stars) Casio has done a pretty good job on hiding the technical side from new students and put more focus on intuitive instructions and interactions. On the other hand, due to the drastic changes on UI and key layouts, experienced Casio users who are used to the traditional function key based habits may feel alienated from the new philosophy of the calculator. On top of that, it still has many missing features from the more established fx-CG50, while being listed at around the same price as Graph 90+E in France, making the new calculator the downgrade version. Funnily enough, the Math+ offer from Germany is much cheaper than those from the French merchants, and it's still true even including the expensive shipping fee to HK! The fact that my Math+ has travelled across half of the globe and still costs less than the one sold locally just feels not right to me. It's only worthy if you can get this calculator within 60 €, otherwise you are better off choosing fx-CG50/Graph 90+E while it lasts. References https://egadget.blog.fc2.com/blog-entry-825.html https://www.planet-casio.com/Fr/forums/topic17774-1-test-graph-math-de-rentree-2024-la-graphique-couleur-entierement-repensee-par-casio.html (Recommended to read it as well because it's far more comprehensive!) Tue, 25 Feb 2025 20:34:25 +0100 Un IDE avancé pour Casio - Idées et roadmap https://www.planet-casio.com/Fr/forums/topic18640--.html Hello, il y a quelques semaines, nous parlions avec la sortie du mod MPM+ pour la Math+ de nous lancer dans un projet d'IDE (Integrated Development Environment) capable de gérer possiblement divers langages. Il s'agirait pour faire simple de partir d'une base connue type PythonExtra et de lui ajouter un module d'édition de code. Idéalement cet IDE ferait : :here: permettre d'éditer du code "on-calc" avec lecture/modification/écriture dans des scripts existants et/ou créés directement depuis la partie éditeur. On aimerait avoir les features avancées suivantes : - Coloration syntaxique pour les langages les plus courants (sur calculatrices) : Python / Basic / Lua / ... - Recherche dans le code d'une occurrence - Frappe avancée et optimisée du code : catalogue de fonctions, raccourcis claviers malins (éventuellement configurables) :here: naviguer dans les fichiers de sources - possibilité d'uploader/downloader des fichiers depuis/vers un PC directement depuis l'application - possibilité d'ouvrir le script dans l'éditeur, de lancer son execution - pourquoi pas faire un backup, une compression, ... - voir un asset graphique (BMP) :here: exécuter du code - possibilité de lancer du code et de suivre son évolution dans un shell intégré (graphique/console) - entrée/sorties de valeurs Ce fil est pour échanger sur le sujet, pour éventuellement demander des trucs en plus, dans la limite du raisonnable (on compilera pas du C++ on-calc), sachant qu'on a déjà testé 2/3 trucs avec Lephé et qu'il y a des limites techniques à être sur une calculatrice (RAM, puissance, taille écran) et avec lesquelles il faut fonctionner. Notamment l'option Tree-Sitter pour la coloration syntaxique nous a fortement refroidie (c'est trop gourmand pour une calculatrice). A priori à ce stade, on utiliserait une base entre PythonExtra et TextViewer "boosté aux amphétamines", donc interface JustUI et gint/fxlibc en motorisation. On se donne un peu de temps pour poser bien le projet car c'est un gros truc et on veut faire ça bien, sans être dans la précipitation. Il faut aussi qu'on regarde comment éventuellement supporter d'autres langages car autant notre connaissance de Python est pas mal (via micropython), autant pour d'autres langages on a pas encore checké (Lua/LuaFX, Basic, Malical, ...). N'hésitez pas à partager vos avis/idées. C'est le moment. Sat, 22 Feb 2025 13:23:44 +0100 Ma calculatrice est bloqué à ce niveau https://www.planet-casio.com/Fr/forums/topic18639--.html J’avais reanitilise mais elle a affiché d’un coup ça et elle est bloqué à ce niveau Fri, 21 Feb 2025 23:23:21 +0100 Casio fx-300ES PLUS https://www.planet-casio.com/Fr/forums/topic18634--.html Bonjour à tous. Il y a quelques mois, certains boutons de ma calculatrice ont cessé de fonctionner (le bouton =, le bouton ln, le bouton log avec base en particulier). Je ne peux même pas la réinitialiser car le bouton = ne fonctionne pas et elle semble s'éteindre au bout de 30 secondes si je ne l'utilise pas. Je n'ai pas essayé de changer la batterie, cela pourrait fonctionner mais je n'ai pas essayé car j'emprunte actuellement la calculatrice d'un ami qui est exactement comme elle (et qui fonctionne encore). Est-ce que quelqu'un pourrait me dire comment résoudre ce problème ? Wed, 19 Feb 2025 10:02:37 +0100 Questions sur quelques modèles de caltos https://www.planet-casio.com/Fr/forums/topic18631--.html Bonjour tout le monde ! J’ai dans l’idée de faire l’acquisition de certains modèles de caltos. Du coup, je viens vous poser quelques questions sur ceux-ci. Premièrement, je suis tentée de prendre d’occasion un très vieux modèle de Graph 35. Celui-là. https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOBJHenfG4Om_dSY0tr72seaKiWDGpPzOLM9NLT5XyWgVxrR5RYsaf3DW1-RGOjeYYJgFg2rkiN7PO8cbHwOP0CuNx53AHSYNik_4XlGTbcPifWmqkd_PNJdE-6qijvdTu5QmTaHVAzcqeAB47xn2jFhkZ9Zu-l5cSzjf423zFKXXhk3O83IjUM0hKmtQN/s400/s-l1600.webp Ce serait pour le comparer avec ma Graph 25 datant de la même époque et faire une adaptation un peu plus confortable et un peu plus jolie du mini jeu que je suis en train de coder sur ma Graph 25. Ma question est la suivante : la commande GetKey existait-elle déjà sur la Graph 35 à l’époque ? Si oui, je la prends car j’aime bidouiller sur du vieux matos. Sinon, j’aimerais investir dans un modèle récent. Il y a 3 modèles qui m’intéressent et j’aimerais bien savoir lequel serait le plus intéressant pour une développeuse qui veut s’amuser. J’ai vu qu’il semblait manquer beaucoup de choses sur la Graph Math+ à sa sortie par rapport à la Graph90+E mais que le tir a été rectifié avec la mise à jour de son OS. Du coup, qu’en est-il aujourd’hui ? Est-ce que la Graph90+E est toujours plus intéressante que la Graph Math+ pour coder et faire des choses créatives ? Sinon, je suis aussi intriguée par la concurrente Numworks. Comment se positionne-t-elle par rapport à la Graph90+E et la Garph Math+ pour le code ? Voilà pour mes questions. Je vous souhaite une bonne journée. :D Fri, 14 Feb 2025 13:49:03 +0100 fx-CG50 calculator and program https://www.planet-casio.com/Fr/forums/topic18629--.html Hello everyone! A friend would like me to transfer programs (with basics of chemistry courses) to his calculator, he has just changed, I have a casio 35 E and he has a casio fx-CG50, normally on my calculator I use the Fa124 software but is it compatible with his calculator? Otherwise can you tell me which software should I install and how to do it? Thank you for your feedback! Fri, 14 Feb 2025 05:13:26 +0100 Convertir des addins Graph 90+E/Prizm vers Graph Math+ https://www.planet-casio.com/Fr/forums/topic18627--.html Hello, bon, s'ouvre désormais devant nous un vaste chantier de conversion des addins Prizm/Graph 90+E (les fx-CG10/20/50) vers la nouvelle plateforme Graph Math+ (fx-CG100). Comme vous avez pu voir par ailleurs, tout ne fonctionne pas direct out-of-the-box, et dans un certain nombre de cas, il va falloir mettre les mains dans le cambouis pour convertir les addins pour qu'ils tournent vers cette nouvelle machine. Je crée donc ce fil pour collecter et partager l'expérience de conversion, avec les succès mais aussi les galères afin de rapidement acquérir de l'expérience et partager dans la communauté. Idéalement le but est que ça communique. Mon, 10 Feb 2025 08:56:57 +0100 Bêta-test public MPM, mod Graph Math+ et fx-CG100 pour lancer add-ins .g3a https://www.planet-casio.com/Fr/forums/topic18626--.html https://tiplanet.org/forum/gallery/image.php?mode=thumbnail&image_id=21601https://tiplanet.org/forum/gallery/image.php?mode=thumbnail&image_id=20306https://tiplanet.org/forum/gallery/image.php?mode=thumbnail&image_id=20096Pour la rentrée 2024, Casio a renouvelé son milieu de gamme graphique couleur. La Graph 90+E de rentrée 2017 a ainsi été remplacée par la Graph Math+. La Graph Math+ bénéficie d'une toute nouvelle interface associée à un tout nouveau clavier, le tout complètement repensé pour l'intuitivité ainsi que pour donner sens aux diverses manipulations. Les modèles équivalents hors de France subissent la même évolution mais avec un léger décalage pour la rentrée 2025 : en Australie, la fx-CG50AU est remplacée par la fx-1AU Graph dans le reste du monde, la fx-CG50 est remplacée par la fx-CG100 Ces deux modèles devraient pour leur part être disponibles à partir de juin ou juillet 2025. ------------------------------------------ Malgré ses remarquables qualités, la Graph Math+ s'est révélé être un modèle très clivant, hélas très loin de faire l'unanimité dans notre communauté d'utilisateurs et développeurs passionnés de calculatrices graphiques Casio et plus spécialement des anciens modèles Graph 90+E et fx-CG50. La Graph Math+ ne supporte plus les programmes en langage Casio Basic ni l'installation d'applications additionnelles. Les Graph 90+E et fx-CG50 géraient en effet des fichiers .g3a permettant d'installer des applications additionnelles, librement compilables à partir de code source écrit en langage C, C++ ou même assembleur. Ces fichiers disponibles gratuitement chez nous et ailleurs te permettaient de rajouter des jeux parfois de très haute qualité, mais aussi des fonctionnalités supplémentaires (hors mode examen uniquement toutefois), parfois de qualité professionnelle comme l'application de Mathématiques intégrée KhiCAS avec entre bien d'autres choses un moteur de calcul formel. ------------------------------------------ Cette ouverture des calculatrices graphiques Casio aux développements tiers remonte en fait à la rentrée 1999 avec la Graph 100. Cela avait été pendant des années la norme, la possibilité d'installer des applications additionnelles publiées par des passionnés étant systématiquement offerte sur tous les modèles positionnées dans les milieu et haut de gamme. Pour la rentrée 2012 il y avait toutefois un premier signal d'alerte a posteriori fort préoccupant, Casio ayant soudainement décidé de ne pas reconduire la gestion des applications tierces à l'occasion du remplacement de sa Classpad 330 par la Classpad 330+, restriction qui hélas persista sur les modèles successeurs couleur fx-CP400/CG500. Casio venait d'interdire brutalement après 13 ans tout développement tiers sur son haut de gamme. En remplaçant la Graph 90+E avec la Graph Math+, après 25 ans de bonne entente Casio poursuit avec ce deuxième tour de vis la mise à l'écart des développeurs tiers, ces derniers se voyant maintenant exclus également du milieu de gamme couleur de Casio. Comme machine ouverte aux développements tiers il ne restait plus que la Graph 35+E II de rentrée 2019, modèle monochrome hélas bien moins intéressant pour les développeurs et utilisateurs actuels. ------------------------------------------ Lors notre concours de l'Avent de décembre 2024, nous t'annoncions une nouvelle exceptionnelle ; le développement d'un mod destiné à permettre l'utilisation d'applications .g3a sur Graph Math+, outil baptisé depuis MPM pour "Math Plus Mod", et dont tu peux suivre le développeur chez nous. https://tiplanet.org/forum/gallery/image.php?mode=thumbnail&image_id=21862https://tiplanet.org/forum/gallery/image.php?mode=thumbnail&image_id=21861Aujourd'hui c'est le grand jour, comme promis une première version de MPM nous sort en exclusivité sur Planète Casio dans le cadre d'un bêta-test ouvert à toutes et tous ! ------------------------------------------ Le principe est simple, s'articulant autour de 2 fichiers : mpm.bin contient le code machine destiné à t'afficher un menu permettant de lister et lancer les applications .g3a présentes sur ta calculatrice Un exécutable pour ordinateurs Windows, actuellement mpm-installer-1.0bw.exe, va patcher le système d'exploitation de ta calculatrice afin d'injecter un raccourci clavier permettant d'exécuter mpm.bin, actuellement touche […] à partir de l'écran https://tiplanet.org/forum/gallery/image.php?mode=thumbnail&image_id=21860https://tiplanet.org/forum/gallery/image.php?mode=thumbnail&image_id=21859Pour installer MPM, il te faut : 1) t'assurer que ta Graph Math+ est bien à jour avec le dernier système en version 2.00 2) brancher ta Graph Math+ sur ton ordinateur 3) dans le menu popup qui s'affiche sur la calculatrice, choisir "2 Mise à jour SE" comme si tu voulais mettre à jour le système d'exploitation (logique puisque l'on veut ici le modifier) 4) sur l'ordinateur, exécuter le fichier mpm-installer-1.0bw.exe 5) sur la calculatrice à nouveau, confirmer l'installation avec ou 6) une fois celle-ci terminée (quelques secondes seulement), redémarrer la calculatrice en enfonçant le bouton 'RESTART' au dos (ou à défaut d'un outil adéquat, en débranchant le câble USB puis retirant et réinsérant une pile) Une fois les patchs système installés, MPM peut être mis à jour facilement par simple écrasement du fichier mpm.bin dans le dossier racine de ta mémoire de stockage ! Précisons que MPM prend de plus le soin de respecter le mode examen, le menu mpm.bin n'est pas lancé dans ce contexte. ------------------------------------------ Attention toutefois, les applications .g3a pour Graph 90+E et fx-CG50 sont à ce jour bien loin de toutes fonctionner correctement sur Graph Math+. 3 cas sont à distinguer a priori : les applications compilées avec le PrizmSDK de Cemetech ne sont pas supportées pour le moment les applications (re)compilées récemment avec la branche de développement du SDK gint de Planète Casio devraient fonctionner normalement, cette branche ayant des équivalences pour les touches usuelles entre les anciens et nouveaux claviers les applications compilées plus anciennement avec le SDK gint devraient se lancer, mais avec les touches de contrôle mélangées sur les 3 rangées hautes du clavier ------------------------------------------ Si tu es dans le cas d'une application gint non recompilée, cas de très loin le plus fréquent à ce jour, et ne souhaites pas attendre que le développeur d'origine vienne s'en occuper, nous te mettons ci-dessous les équivalences aux touches Graph 90+E et fx-CG50 te permettant dès maintenant d'utiliser cette application avec le nouveau clavier Graph Math+ : Si l'application attend la pression d'une touche des 3 rangées hautes du clavier Graph 90+E et fx-CG50… [F1][F2][F3][F4][F5][F6] [←][↑] [x²][^][↓][→] … alors à la place, tu dois taper la touche qui occupe la même position sur le clavier Graph Math+, même si sa fonction n'a strictement rien à voir : [|←][↑][→|][⇞] [↩][←][→][⇟] [↓][…] Il est donc à noter que la touche [F1] n'a aucun équivalent dans ce cas (les pressions sur la touche occupant la même position n'étant pas détectables). Ces applications vont toutefois : planter en cas de retour au menu (sortie de l'application) planter en cas d'accès au système de fichiers planter en cas d'utilisation de syscalls (appels système) - il est prévu qu'une prochaine version de MPM s'occupe de gérer ce cas, mais les auteurs peuvent en attendant recompiler leurs applications avec les adresses explicites du code équivalent dans le système Graph Math+ 2.00 ------------------------------------------ Après donc 2 mois de travail intensif les applications .g3a deviennent donc possibles sur Graph Math+ (et a priori déjà fx-CG100 le système d'exploitation étant exactement le même, sauf action contraire de Casio d'ici-là) ! La balle est maintenant dans le camp des développeurs d'applications de la communauté, car seule la recompilation avec adaptation à la nouvelle disposition clavier, et également évolution de l'interface pour les applications qui proposaient des menus de bas d'écran via les anciennes touches [F1] à [F6], permettra d'offrir la meilleure expérience utilisateur ! Téléchargements et suivi : https://www.planet-casio.com/Fr/forums/topic18534-last-mpm-mod-add-ins-math.html Sun, 09 Feb 2025 18:53:13 +0100 peux ton conecter une fx 92 clazziz a un ordinateur https://www.planet-casio.com/Fr/forums/topic18618--.html Bonjour est ceque il aurait moyen de conecter une fx 92 clazzi a un ordinateur,ou il faudrais faire le connetion pour pouvoir avoir accée au code de l'OS? Wed, 29 Jan 2025 17:47:34 +0100 Compabilité des add-ins mono https://www.planet-casio.com/Fr/forums/topic18615--.html Suite à l'annonce que je contribuerai à la compabilitées des add-ins, je poste ce topic oû je (et n'importe qui autre voulant aider) posterai en commentaire la page de l'add in essayé avec en FJ les fichiers néscessaire (fichier pour SH4 ou pour G35E ii) Si quelqu'un d'autre que moi même veut aider, feel free (ouais, je ne sais pas parler français) de poster aussi si l'add-in essayé est compatible avec les SH4 avec le SH4 compability tool et/ou compatible pour Graph 35+E2 avec le patch binaire de Lephe'. Voilà tous de moi, je commence tout de suite... Pas de temps à perdre Sun, 26 Jan 2025 19:26:32 +0100