Disappointed in My Calculator
lardom
Posts: 1,659
My 10 digit calculator returns "ERROR" if I key in a 10 digit binary number and then press 'DEC'. I don't get an error message from the 'HEX' key.
I could use the calculator app on my desktop but I've made up my mind to replace my handheld with a new one.
Sorry for the rant...😒
I could use the calculator app on my desktop but I've made up my mind to replace my handheld with a new one.
Sorry for the rant...😒
Comments
btw, I was going to recommend RealCalc as I always use it on my phone but I just tried entering a long binary number and it only allowed 12 digits! What is that!?
Is there a link to Tachyon documentation?
Thank you. 😀
I like this one
http://www.zoesoft.com/console-calculator/ccalc-downloads/
has no practical upper limit on digits, and allows a nice editor like cut/paste and can also do simple iterates
CCalc repeats the statements after the ;; every time you hit enter.
Here's a binary you can load onto your Prop. Just connect a serial terminal, preferably a proper ANSI terminal like TeraTerm (please) at 115200 baud and start talking.
-Phil
Do not worry the P1 will not get abandoned. The P2 is overkill for some projects, sure it is new and shiny, but nothing beats the P1 for rapid development.
My guess is that Parallax has no intention to stop P1 production.
Mike
🙂I'm glad there's a lot of excitement about P2. I think I'm reacting to the changes that I see. The OBEX was moved to GitHub. There are forum members whose usernames I don't see anymore. Add to that the discovery that my calculator was 'flawed'. I didn't really expect anyone to respond to my post. I'm glad they did.
Actually, I would still like to see the P1 upgraded, even a version with more memory but still with the same pinout and software compatible. This must be super easy compared to the P2 as it is now.
The paid RealCalc Plus version is worth the few dollars indeed. Normally I shy away from paid apps because they charge too much for too little, but not this one.
So I guess you found the settings and enabled radix modes. You'll find the shortcut of holding a button down to access the shift function a lot easier than having to press the shift button.
Octal made sense at the time because you didn't need special digits, just 0 to 7, and for 12-bit minicomputers this meant a 4 digit number from 0 to 7777 was all that was required. Along come 8-bit and 16-bit MCU chips and hex keypads were popular for entering machine code although I am sure that you could do it with long string of 1's and 0's But as you have groked, hex numbers are easier to remember and visualize than a long string of 1's and 0's, so it's very easy to translate $FC08 into binary in your head and vice-versa (1111 1100 0000 1000).
Well I just downloaded it as well. I like the functionality
It works for the logic gates too. I never paid much attention to the logic functions on my other calculators because bitwise operations had more to do with assembly than Spin but that was then.
There is a great (free) Windows based emulator available for the HP16C here
Check it out if you want to work with RPN and Binary, Octal and Hex numbers...
Per @"Francis Bauer" - Be sure to play with all the features on the emulator - I like the "Classic" and "Naked" view the best (no menus unless you right click - see photo below).
See also this link for the HP16C manual in pdf - http://pocketcomputerworld.free.fr/Manuals/HP-16C.pdf
I have an 11C (scientific - still perfect since the early 80's) and a 12C (financial - which they still make).
@"Peter Jakacki" - thanks for teaching me an new word! Here it may be spelled differently...
Yeah, English is that kind of language that has many rules, but no rule for which rule to use
He grokked that he choked because he smoked.
It’s pretty worn from years of use but works just fine!
My favorite thing about the 11C was being asked by another student if they could borrow my calculator, only to say "Sure!" and then behold their look of bewilderment as they tried to find the = key.
I have Real Calc, HiPercalc but for programming, I tend to use BitCalc or CALC-P.
One thing I have never learned to use- the side rule. Learned how an abacus works. Kids now days don't even know what either of those things are! Well most kids i guess lol
Got a clone from some European company, but it died too...
I've got my own RPN calculator for Windows here:
http://www.rayslogic.com/Software/Rays_RPN/RayRPN_Windows.htm
It's ages old, but still works.
I'm tempted to turn it into physical form now using P2 and LCD screen... Been thinking about that...
But, for programming, the one built into Windows has a pretty good programmer view.