Post Reply 
newRPL: [UPDATED April 27-2017] Firmware for testing available for download
06-24-2016, 01:54 PM
Post: #313
RE: newRPL: [UPDATED June-22-16] Firmware for testing available for download
First test:

Turn calculator on and measure current consumption (A)

Run this program, then measure current (B).

<< #05600014h 0 POKE >>

Now run this other program, then measure current (C).

<< #05600014h 4 POKE >>

Explanation: This is the speaker port. Normally it's being driven low (A), and the first program forces it to low state (B), so in theory B=A.
The second program drives it high (C). It's expected that (C) > (B), so newRPL leaves the speaker driven low when at sleep, this test will confirm that this is the correct configuration for the 49G+ too.

This is a fun port to play with:

<< 1 1000 START #05600014H DUP PEEK 4 BXOR POKE NEXT >>

Let me know the current values.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: [UPDATED June-22-16] Firmware for testing available for download - Claudio L. - 06-24-2016 01:54 PM



User(s) browsing this thread: 3 Guest(s)