Search found 97 matches
- Wed Sep 05, 2018 6:34 am
- Forum: Hardware issues
- Topic: Battery life
- Replies: 33
- Views: 8066
Re: Battery life
Sorry what was a current at OFF stage? 80 uA? That's right. 'twas draining far more charge while turned off than on. Michael asked me to send my PCB back to him to investigate and sent me a replacement. The replacement does not have this issue at all. The PCB was replaced at the start of March this...
- Wed Sep 05, 2018 5:51 am
- Forum: Hardware issues
- Topic: Battery life
- Replies: 33
- Views: 8066
Re: Battery life
Sorry what was a current at OFF stage? 80 uA?
I'm afraid that I do have the same issue with a battery drainage.
- Mon Sep 03, 2018 8:08 pm
- Forum: DM42
- Topic: Python to RPN converter
- Replies: 19
- Views: 8464
Re: Python to RPN converter
Seems that someone did an experiment:
https://github.com/boricj/numworks-rpn
https://github.com/boricj/numworks-rpn
- Mon Sep 03, 2018 5:58 am
- Forum: DM42
- Topic: Python to RPN converter
- Replies: 19
- Views: 8464
Re: Python to RPN converter
By the way, maybe it would be useful to open a new subforum to post Python programs ? something like "Python Software Library" ? I think this Python2RPN converter is really useful to design quickly lots of new programs. Any progress about it? Now, after Numworks and the announcement of Casio Graph ...
- Mon Jul 30, 2018 1:00 pm
- Forum: Usage tips, tricks and problem reports
- Topic: How to add a local LBL?
- Replies: 2
- Views: 715
- Mon Jul 30, 2018 12:45 pm
- Forum: Usage tips, tricks and problem reports
- Topic: How to add a local LBL?
- Replies: 2
- Views: 715
How to add a local LBL?
Hi,
sounds stupid but how can I add a local LBL (e.g. LBL 01) in to my program? Right now when I do PGM.FCN -> LBL the calculator is in Alpha mode already (there is |a| on top of the screen). And even a 1-letter LBL (e.g. LBL "Q") does appear in PGM memory.
sounds stupid but how can I add a local LBL (e.g. LBL 01) in to my program? Right now when I do PGM.FCN -> LBL the calculator is in Alpha mode already (there is |a| on top of the screen). And even a 1-letter LBL (e.g. LBL "Q") does appear in PGM memory.
- Fri Jun 15, 2018 4:52 pm
- Forum: Developer Forum
- Topic: DMCP_SDK API
- Replies: 8
- Views: 2419
DMCP_SDK API
Hello, is dmcp.h an official API of DMCP_SDK? If so it will be really good to have something more comprehensive (in formats of header file comments or Doxygen generated). Looking in to HelloWorld code: lcd_clear_buf(); lcd_writeClr(t24); lcd_putsR(t24, "TEST PROGRAM"); lcd_putsAt(t24, 4, "Hello Worl...
- Fri Jun 15, 2018 4:42 pm
- Forum: Developer Forum
- Topic: DMCP_SDK Hello World
- Replies: 42
- Views: 8852
Re: DMCP_SDK Hello World
here it is (all TESTPGM.* files) .pgm files are different in size: $ diff -s build_linux/TESTPGM.pgm build_win/TESTPGM.pgm Binary files build_linux/TESTPGM.pgm and build_win/TESTPGM.pgm differ $ ls -l build_win/TESTPGM.pgm build_linux/TESTPGM.pgm -rw-rw-r-- 1 vitali vitali 1916 kesä 15 19:34 build_...
- Fri Jun 15, 2018 3:00 pm
- Forum: Developer Forum
- Topic: DMCP_SDK Hello World
- Replies: 42
- Views: 8852
Re: DMCP_SDK Hello World
... Ok good! Did you try the .pgm file in real DM42? In my case the hash check was failed .. not yet (I'm too cautious). Did you compare the binaries from Linux vs. Windows? Nope. And I don't have windows binary anymore (they are on other Windows PC). If you drop it (e.g. as attached zip) I can com...
- Fri Jun 15, 2018 1:43 pm
- Forum: Developer Forum
- Topic: DMCP_SDK Hello World
- Replies: 42
- Views: 8852