The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
HP50 How to turn on or off some indicators ?
03-23-2017, 04:40 PM
Post: #1
HP50 How to turn on or off some indicators ?
At the address #0010Ch there is a nibble, and the value of its bits can
be used to turn on or off some indicators:
bit number function
0 busy indicator (1=on, 0=off)
1 transmit indicator (1=on, 0=off)
2 ?
3 show indicators? (1=on, 0=off)
So if I want to turn off the busy indicator, I have to read the nibble
at #0010C, turn its bits 0 to 0, and then leave.

Well it does nothing on HP 50g, does anybody know how to turn off indicators on this calc ?

Thanks,
sunhp
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP50 How to turn on or off some indicators ? - sunhp - 03-23-2017 04:40 PM



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