Register

Search found 116 matches

Return to advanced search

AmazoNKA
Fri Aug 26, 2016 12:45 am
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

Do you think those problems will be bugging us with the new openlog firmware too? Slightly unconnected project i looked at some time ago was QR generation on prizm (but for testing started it in Visual Basic to begin with just to understand casio classwiz integration on fx-991ex series first and to ...
AmazoNKA
Sat Aug 20, 2016 12:29 pm
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114353

Re: How to find and display the Prizm's built-in MENU-icons

You are absolutely right - i must have made a mistake with my hexes overrunning into three digits etc and doing something wrong trying to fix it. Nice to see it works for most multibyte characters :-)
AmazoNKA
Fri Aug 19, 2016 7:28 pm
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114353

Re: How to find and display the Prizm's built-in MENU-icons

syscall 0D08 is the call to display a string. Bdisp_MMPrint(int*x, int*y, unsigned char*, int mode, int xmax, int, int, int color, int, int, int ); Examples: x = 0x30; y = 0x50; Bdisp_MMPrint( &x, &y, "ABCDEFGHIJK", 2, 0x50, 0, 0, 0, 0, 1, 0 ); // black x = 0x30; y = 0x60; Bdisp_M...
AmazoNKA
Thu Aug 18, 2016 11:10 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

I'm back tomorrow in case you wish any info on my openlog.

Also made some progress on my pokemon go addin but have small questions I will post in another post if you don't mind looking at them too please
AmazoNKA
Fri Aug 12, 2016 8:37 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

Thanks for both replies. I haven't followed sparkfun versioning properly to be sure what I received... But checked that the pin holes spacing seems breadboard compatible :-) so hopefully I will get it connected soon. I ordered mine directly from sparkfun so i may have the latest version... However I...
AmazoNKA
Thu Aug 11, 2016 11:27 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

That's such a great news and progress. After reading your chm documentation am I correct in assuming that insight's source code is part of your mini sdk? Sorry if i got it wrong but i never managed to find insight's specific source code so perhaps it is because i have never used mini sdk? Thanks again
AmazoNKA
Mon Aug 08, 2016 11:43 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

I have just received it today - my god it's tiny - I didn't expect it to be so small - probably not breadboard compatible - I will check a bit later but someone else will need to solder it for me. Just want to double check with you if I need to cross tx and rx or does tx from calculator goes to tx o...
AmazoNKA
Sun Aug 07, 2016 8:13 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

Did they also drop hex or raw mode from this function or is it of no help read File + START+ LENGTH TYPE - Output the content of File starting from START and going for LENGTH. If START is omitted, the entire file is reported. If LENGTH is omitted, the entire contents from the starting point is repor...
AmazoNKA
Sun Aug 07, 2016 8:07 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

That's so strange they dropped hex support, maybe their bootloader can be downgraded to support binary files directly?
AmazoNKA
Sun Jul 31, 2016 11:32 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 281401

Re: Casio fx-9860G SD- How to read files in the sd card?

Thanks, I should have done the same - on the other hand I had extra time to start developing a small Prizm add-in for Pokemon Go... I will upload a taster on cemetech soon if anyone wishes to try,
PreviousNext

Return to advanced search