Search found 594 matches
- Sun Apr 15, 2018 7:33 am
- Forum: Calculator Hacking/Modding Discussions
- Topic: Transfer Files from Arduino to Casio-FX-CG20
- Replies: 8
- Views: 131
Re: Transfer Files from Arduino to Casio-FX-CG20
Error check is just my String to be printed when no ack package is received. Before starting a file transfer or any other commend, there should be ensured, that the check-packet is properly answered by the ack-packet (See fxReverse 4.10.1). Could you log the bytes, which are actually exchanged by t...
- Sat Apr 14, 2018 8:35 am
- Forum: Calculator Hacking/Modding Discussions
- Topic: Transfer Files from Arduino to Casio-FX-CG20
- Replies: 8
- Views: 131
Re: Transfer Files from Arduino to Casio-FX-CG20
I updated the Code now with checking for Ack, but its still not working. As soon as i connect the calculator to the Arduino, change cable to 3pin and press "RECV" my console is printing: _|0000000|_Error check _|0000000|_Error check _|00000000|_Error check _|00|_Error check _|000000|_Erro...
- Wed Apr 11, 2018 6:05 am
- Forum: Calculator Hacking/Modding Discussions
- Topic: Transfer Files from Arduino to Casio-FX-CG20
- Replies: 1
- Views: 38
Transfer Files from Arduino to Casio-FX-CG20
What is the calculator's response to the 0x45 command? Usually you have to wait for a response-Packet (F. i. ACK) after sending a command or a data packet. ... Serial.write("56");//checksum(calculated from everything after command) ...wait for ACK sendData("12345678"); ...wait fo...
- Sat Apr 07, 2018 5:56 pm
- Forum: Casio fx-9860 SDK
- Topic: Serial Number
- Replies: 19
- Views: 12347
Re: Serial Number
I think one really shouldn't rely on a zero terminator when working with serial numbers, as they might contain zeroes, which would cause weird behaviour anyway. Just to ensure that people, who use the serial number in their programs, are not concerned: The serial number of the casio fx-9860 calcula...
- Fri Apr 06, 2018 4:59 pm
- Forum: Casio fx-9860 SDK
- Topic: Serial Number
- Replies: 19
- Views: 12347
Re: Serial Number
A memcpy isn't necessary, the following suffices: //8-byte unique ID const unsigned char * deviceId = (unsigned char *) 0xA000FFD0; Then you can use deviceId the same way as you'd use workbuffer , except for writing of course. The problem with the serial number is, that it is not terminated by a ze...
- Thu Apr 05, 2018 8:12 pm
- Forum: General
- Topic: fx-9860GII Power Graphic 2 display issue
- Replies: 2
- Views: 101
Re: fx-9860GII Power Graphic 2 display issue
Perhaps you could try to trigger the bootcode OS update by simultaneously holding down F2, 4 and Ac/ON and pressing the RESTART-button about one second (the calc should show a blank display after releasing the keys) and finally pressing 9 and x consecutively (hold down 9 and x about a second each). ...
- Wed Feb 28, 2018 6:25 pm
- Forum: Casio fx-9860 SDK
- Topic: [SOLVED] How to make own G1A run in SDK?
- Replies: 11
- Views: 10222
Re: [SOLVED] How to make own G1A run in SDK?
Long time since. I do not remember. I have the notion, that I had noticed some according code while browsing OSes.
- Wed Feb 21, 2018 6:58 am
- Forum: Casio fx-9860 SDK
- Topic: Reading storage memory of the emulator
- Replies: 3
- Views: 526
Re: Reading storage memory of the emulator
Once you access the storage memory out of the emulator, a file CasioUserROM.mem in the project directory INIT is created. Unfortunately parts of the contents seem to be packed or encrypted. It looks as if the contents cannot be easily read or written.
- Sun Jan 28, 2018 3:46 pm
- Forum: General
- Topic: Casio fx-9860GII SDK help!
- Replies: 2
- Views: 1075
Re: Casio fx-9860GII SDK help!
Considering the error "** L2011 (E) Invalid parameter specified in option "input" : ""C:\Program Files..." you should check first, if you installed the SDK in a directory "C:\Program Files..." which name contains the string "(x86)". The SDK does not ...
- Sat Sep 30, 2017 6:17 pm
- Forum: General
- Topic: Games are not compatible on my 9860 gii
- Replies: 10
- Views: 3539