[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

Hewlett-Packard Voyager series

Programmable calculator, 1982–1984 From Wikipedia, the free encyclopedia

Hewlett-Packard Voyager series

The Hewlett-Packard Voyager series of calculators were introduced by Hewlett-Packard in 1981.[4] All members of this series are programmable, use Reverse Polish Notation, and feature continuous memory. Nearly identical in appearance, each model provided different capabilities and was aimed at different user markets.

Quick Facts Type, Manufacturer ...
HP-10C
Thumb
HP-10C
TypeProgrammable scientific
ManufacturerHewlett-Packard
Introduced1982
Discontinued1984
Cost$80 USD
Calculator
Entry modeRPN
Display typeLCD seven-segment display
Display size10 digits
CPU
ProcessorHP Nut core (1LF5[1])
Programming
Programming language(s)Keystroke programmable (fully merged)
Memory register0…9 registers (R0R9) plus X, Y, Z, T, LAST X[2]
Program steps9…79 lines[2]
Other
Power consumption0.25 mW
Close
Quick Facts Type, Manufacturer ...
HP-11C
Thumb
HP-11C
TypeProgrammable scientific
ManufacturerHewlett-Packard
Introduced1981
Discontinued1989
Cost$135 USD
Calculator
Entry modeRPN
Display typeLCD seven-segment display
Display size10 digits
CPU
ProcessorHP Nut core (1LF5 / 1LM2 / 1LQ9[1])
Programming
Programming language(s)Keystroke programmable (fully merged)
Memory register0…20 registers (R0R9, R.0R.9) plus RI, X, Y, Z, T, LAST X[3]
Program steps63…203 lines[3]
Other
Power consumption0.25 mW
Close

Models

Summarize
Perspective

The HP calculators Voyager series consisted of five models, some of which were manufactured in several variants (with years of production):

  • HP-10C basic scientific calculator (1982–1984).
  • HP-11C mid-range scientific calculator (1981–1989).
  • HP-12C business/financial calculator (1981–present).
  • HP-15C advanced scientific calculator (1982–1989, 2011, 2023–present).
  • HP-16C computer programmer's calculator (1982–1989).

HP-10C

The HP-10C is the last and lowest-featured calculator in this line, even though its number would suggest an earlier origin. The 10C was a basic scientific programmable calculator. While a useful general purpose RPN calculator, the HP-11C offered twice as much for only a slight increase in price. Designed to be an introductory calculator, it was still costly compared to the competition, and many looking at an HP would just step up to the better HP-11C. Poor sales led to a very short market life, making it one of the most difficult of the series to find today.

HP-11C

The HP-11C is a mid-range scientific programmable calculator.

HP-12C

The HP-12C is a popular financial calculator. It was such a successful model that Hewlett-Packard redesigned it from scratch,[1] added several new functions, and introduced it as the HP 12c Platinum in 2003 as well as the HP 12c Prestige. Over the course of years, several anniversary editions of the calculator were produced as well.

The HP-12C is HP's longest and best-selling product, in continual production since its introduction in 1981.[4]

HP-15C

The HP-15C is a high-end scientific programmable with a root-solver and numerical integration, produced between 1982 and 1989. It is also able to handle complex numbers and matrix operations. Although long being discontinued its continued popularity among users triggered Hewlett-Packard to offer a HP 15c Limited Edition remake of the calculator in 2011 and a HP 15C Collector's Edition in 2023.

HP-16C

The HP-16C is a computer programmer's calculator, designed to assist in debugging. It can display numbers in hexadecimal, decimal, octal and binary, and convert numbers from one base to another. A number of specialized functions are provided to assist the programmer, including left- and right-shifting, masking, and bitwise logical operations. HP has (as of 2015) never made another programmer's calculator, but has incorporated the 16C's functions in later calculator models.

Thumb
The HP-16C was dedicated for the needs of computer programmers. For this purpose, it was able to display, compute, manipulate and convert numbers in or between different numeral systems relevant for programming - additionally to the standard decimal system also binary, octal and hexadecimal (as in the image, indicated by the "h").

Features

Summarize
Perspective

Arithmetic

Hewlett-Packard retained the numerical analyst William Kahan of UC Berkeley, the architect of the IEEE 754 standard for floating-point arithmetic, to design the numerical algorithms implemented by the calculators.[5][6] He also wrote parts of the manuals.

Programming

The HP Voyager series calculator are keystroke programmable, meaning that it can remember and later execute sequences of keystrokes to solve particular problems of interest to the user. These keystroke programs, in addition to performing any operation normally available on the keyboard, can also make use of conditional and unconditional branching and looping instructions, allowing programs to perform repetitive operations and make decisions.

The available programming features differentiate between the various HP Voyager series calculator systems.

More information Function, HP-10C ...
Function HP-10C HP-11C HP-12C HP-15C HP-16C
BSP / ← [F 1] No Yes No Yes Yes
LBL[F 2] No Yes No Yes Yes
GSB/RTN[F 3] No Yes No Yes Yes
x≤y, x=0 Yes Yes Yes Yes Yes
x=y, x≠y No Yes No Available via the {{keypress|g}} {{keypress|TEST}} n (indirect) function"]}">Yes [F 4] Yes
x<0, x≠0, x>y, x>0 No Yes No "]}">Yes [F 4] Yes
x<y, x≤0, x≥y, x≥0 No No No "]}">Yes [F 4] No
DSE, ISG[F 5] No Yes No Yes No
DSZ, ISZ[F 5] No No No It is available in HP-15C Collector's Edition after turning it into undocumented \"16\" (HP-16C) mode."]}">No[F 6] Yes
SF, CF, F? No Yes No Yes Yes
I (I)[F 7] No Yes No Yes Yes
Close
  1. Without BSP (backspace) programs can only be edited by overwriting existing steps.
  2. Without LBL (Label) goto commands can reference only absolute program steps.
  3. Without GSB (Go Subroutine) / RTN (Return from Subroutine) one cannot write subroutines.
  4. Available via the g TEST n (indirect) function
  5. Without DSZ/DSE (Decrement and Skip) and ISZ/ISG (Increment and Skip) writing loops is difficult.
  6. It is available in HP-15C Collector's Edition after turning it into undocumented "16" (HP-16C) mode.
  7. Without indirect addressing only the first 20 (0…19) register can be accessed. Also the programming model is not turing complete.

Legacy

Summarize
Perspective

The HP-12C and its derivatives remains in widespread use today and is still available from Hewlett-Packard. The long-discontinued HP-15C was re-released in a "Limited Edition" in 2011 that has again been discontinued. A Collector's Edition was released in 2023.

Emulators

Official emulators for the 12C and 15C are commercially available from Hewlett-Packard for Android[7] and iOS[8] devices.

Simulators

There are many calculators simulating software, imitating various HP calculators, including Voyager series devices.[9] The WRPN Calculator, a public domain open-source HP-16C simulator, is one of the oldest yet active software project of the such type.[10][11]

Clones

In 2011, the continued popularity of the Voyager series among users prompted SwissMicros (originally called RPN-Calc) to produce a series of credit-card-sized calculators looking like miniature versions of their HP equivalents and running the original HP firmware in an emulator on a modern calculator hardware. The series consisted of the DM10, DM11, DM12, DM15 and DM16.[12] All calculators used the same hardware, but differ in keyboard and firmware (which can be changed with an upgrade port). After the introduction of the larger DM15L, DM41L and DM16L in 2015, the DM11L was added in January 2016 with the DM12L following in February. A limited production run for a DM10L was planned for 2019.[13][14]

See also

  • Bulk CMOS semiconductor manufacturing process utilized for HP Nut processors

References

Further reading

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.