SwissMicros DM-12CC
   HOME

TheInfoList



OR:

The HP-12C is a
financial Finance refers to monetary resources and to the study and Academic discipline, discipline of money, currency, assets and Liability (financial accounting), liabilities. As a subject of study, is a field of Business administration, Business Admin ...
calculator An electronic calculator is typically a portable electronic device used to perform calculations, ranging from basic arithmetic to complex mathematics. The first solid-state electronic calculator was created in the early 1960s. Pocket-si ...
made by
Hewlett-Packard The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company. It was founded by Bill Hewlett and David Packard in 1939 in a one-car garage in Palo Alto, California ...
(HP) and its successor HP Inc. as part of the
HP Voyager series The Hewlett-Packard Voyager series of calculators were introduced by Hewlett-Packard in 1981. All members of this series are Programmable calculator, programmable, use Reverse Polish Notation, and feature HP Continuous memory, continuous memor ...
, introduced in 1981. It is HP's longest and best-selling product and is considered the ''
de facto standard A ''de facto'' standard is a custom or convention that is commonly used even though its use is not required. is a Latin phrase (literally " of fact"), here meaning "in practice but not necessarily ordained by law" or "in practice or actuality, ...
'' among financial professionals. There have been multiple revisions over the years, with newer revisions moving to an ARM processor running a software emulator of the original Nut processor. Critics claim that its 1980s technology is antiquated, but proponents point out that it is still the de facto and
de jure In law and government, ''de jure'' (; ; ) describes practices that are officially recognized by laws or other formal norms, regardless of whether the practice exists in reality. The phrase is often used in contrast with '' de facto'' ('from fa ...
standard in finance.


Functionality

The HP-12C is HP's longest and best-selling product, in continual production since its introduction in 1981. Due to its simple operation for key financial calculations, the calculator long ago became the ''
de facto standard A ''de facto'' standard is a custom or convention that is commonly used even though its use is not required. is a Latin phrase (literally " of fact"), here meaning "in practice but not necessarily ordained by law" or "in practice or actuality, ...
'' among financial professionals. Its popularity has endured despite the fact that a relatively simple but iterative process such as amortizing the
interest In finance and economics, interest is payment from a debtor or deposit-taking financial institution to a lender or depositor of an amount above repayment of the principal sum (that is, the amount borrowed), at a particular rate. It is distinct f ...
over the life of a loan, a calculation that modern
spreadsheet A spreadsheet is a computer application for computation, organization, analysis and storage of data in tabular form. Spreadsheets were developed as computerized analogs of paper accounting worksheets. The program operates on data entered in c ...
s can complete almost instantly, can take over a minute with the HP-12C. The 1977 October edition of the ''
HP Journal ''Hewlett-Packard Journal'' () was a magazine published by Hewlett-Packard (HP) between 1949–1998. The first issue appeared in September 1949. Headquartered in Palo Alto, California Palo Alto ( ; Spanish language, Spanish for ) is a char ...
'' contains an article by Roy Martin, the inventor of the simple method of operation used in HP financial calculators, which describes, in detail, the mathematics and functionality built by
William Kahan William "Velvel" Morton Kahan (born June 5, 1933) is a Canadian mathematician and computer scientist, who is a professor emeritus at University of California, Berkeley. He received the Turing Award in 1989 for "his fundamental contributions to nu ...
and Roy Martin that is still used today. Solving The Unsolvable When Roy Martin created a new financial equation to enable the HP12C’s simple concept-of-use, he had no idea that making it the conceptual basis for a calculator would require solving a 300-year-old “unsolvable” problem. But solving for its loan interest rates required solving an entire class of Lacunary polynomials, some of very high degree (360 or more). This was believed to be unsolvable. Each set of the (n, PV, pmt, FV) values determines a single Lacunary polynomial. The number of months n, the Present Value PV, the payment amount, pmt, and the Future Value FV are (respectively) the degree of, and the coefficients of the terms of, a Lacunary polynomial. A 30-year loan would have 360 months and thus determine a 360-degree polynomial. The calculator would need to solve for the implied interest rate for all possible sets of input values and the corresponding vast number of Lacunary polynomials! Limited precision and cancellation in floating point can cause significant errors in evaluations of financial equations. To make recursive methods perform correctly, all such errors needed to be precluded. Implementation algorithms were designed to produce results correctly rounded in the last (10th) place, but they required intermediate results to be carried to 14 places. The calculator floating-point mantissas were increased from 10 to 14 digits. Consider evaluating (1 + i)**n with i = 10**(-80) and n = 10**80. The correct answer is 2.718281828,,,, The HP 12C correctly evaluates this. All financial calculators other than HP’s return an answer of 1! Recursive methods can diverge when applied to Lacunary polynomials of high degree if initial guesses are not very close to the correct answer. Kahan and Martin applied special knowledge of loan equations to produce initial guesses, and a strategy to apply them. A proof validated that all the initial guesses for all sets of (n, PV, pmt, and FV) were correct to 5 leading places. Newton’s method, the chosen recursive method, is quadratically convergent, so correct convergence was insured. Correct interest rates needed to be calculated for all financially meaningful values entered. Entered values that imply complex roots are not financially meaningful and so return “error” to the user. The unsolvable was solved! Professor Kahan of UCB (Called the top mathematician of the 20th century) was probably the only person capable of creating the mathematically correct evaluations of the HP12C financial equations.


Models


HP-12C

There were at least nine hardware revisions of the HP-12C since 1981 (including one special issue). Over its lifespan, the proprietary
bulk CMOS Complementary metal–oxide–semiconductor (CMOS, pronounced "sea-moss ", , ) is a type of metal–oxide–semiconductor field-effect transistor (MOSFET) fabrication process that uses complementary and symmetrical pairs of p-type and n-type ...
HP Nut (originally the 1LF5, then 1LM2) processor's technology has been redesigned to integrate all the circuitry into a single chip (first the 1LQ9, then 1RR2) and to refresh the manufacturing process (as the foundry could no longer manufacture the necessary chips, having moved on to making higher-density chips). However, HP's market research found in the late 1980s that users did not trust results obtained too quickly and so the CPU speed was never improved from the original 884 kHz, but the speed could be increased by a user modification. In 2001 (from serial number CN11500001), the CPU was changed to a 3 V process ( Agilent 2AF1-0001, later a Marvell 2AF1-0002) and the battery was therefore changed to a single CR2032 cell replacing the three LR44 cells previously used (F1637A). In 2008, HP modified the design to use an Atmel AT91SAM7L128 processor with ARM7TDMI core running a software emulator of the previous Nut processor, written by Cyrille de Brébisson, in order to execute an image of the former Nut-based firmware in it. This has brought advanced possibilities such as flashing new firmware, not previously possible. HP also released a
software development kit A software development kit (SDK) is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a software framework. They are normally specific t ...
(SDK), making it possible to make new and custom
operating system An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ...
s. The calculator ran 60–90 times faster on most benchmark operations. This version (F2230A) was colloquially known as the "''HP-12C+''", although HP did not market it as a different product. In contrast to the preceding revision, it supported two parallel CR2032 cells, of which only one was necessary to run the calculator. Based on the same processor, a limited ''HP 12c 30th Anniversary Edition'' (NW258AA) was introduced in 2011. Only 40,000 of this model were made. The internal hardware of the HP-12C changed again in 2015, when the design switched to use an Atmel ATSAM4LC2CA-AU processor with
ARM Cortex-M4 The ARM Cortex-M is a group of 32-bit RISC ARM processor cores licensed by ARM Limited. These cores are optimized for low-cost and energy-efficient integrated circuits, which have been embedded in tens of billions of consumer devices. Thoug ...
core. The calculator's part number and physical appearance didn't change except for a "Rev 2" plate on the bottom side. It continues to use two parallel CR2032 cells. The firmware reports a 2015 build date. Serial numbers starting with "PHA", "9CJ", "7CD", or "3CD" rule out the older model variant. The 2×3-pin flash port now uses the
USB Universal Serial Bus (USB) is an industry standard, developed by USB Implementers Forum (USB-IF), for digital data transmission and power delivery between many types of electronics. It specifies the architecture, in particular the physical ...
protocol instead of a TTL serial protocol; in addition to this, the calculator's circuit board features an unpopulated mount for a
Micro-USB The initial versions of the USB standard specified connectors that were easy to use and that would have high life spans; revisions of the standard added smaller connectors useful for compact portable devices. Higher-speed development of the USB ...
connector. In 2022, the HP Development Company, L.P.'s licensees Moravia Consulting spol. s r.o. and Royal Consumer Information Products, Inc. released a minor revision of the HP 12C without "Hewlett-Packard" on the frontplate and with a screw added to the battery compartment cover. The HP-12C is one of only four calculators permissible in the
Chartered Financial Analyst The Chartered Financial Analyst (CFA) program is a postgraduate professional certification offered internationally by the US-based CFA Institute (formerly the Association for Investment Management and Research, or AIMR) to investment and financia ...
exams, the others being its sister, the HP 12c Platinum, and the
Texas Instruments Texas Instruments Incorporated (TI) is an American multinational semiconductor company headquartered in Dallas, Texas. It is one of the top 10 semiconductor companies worldwide based on sales volume. The company's focus is on developing analog ...
BA II Plus and BA II Plus Professional. Often referred to as a tool for "Old-ie Time-ies," critics of the HP-12C claim its early 1980s technology and style are antiquated. Proponents, however, are quick to note that the HP-12C continues to be both the ''
de jure In law and government, ''de jure'' (; ; ) describes practices that are officially recognized by laws or other formal norms, regardless of whether the practice exists in reality. The phrase is often used in contrast with '' de facto'' ('from fa ...
'' and '' de facto'' standard of high finance.


HP 12c Platinum / Prestige

The ''HP 12c Platinum'' is similar in appearance and functionality to the 12C, and is designed to mimic the 12C whilst extending its capabilities in various aspects. The calculator was introduced in 2003, is visibly distinguished by its silver-colored upper half as opposed to the gold-colored plate on the original 12c. There are six variants of the HP 12c Platinum (including two special issues). The first release of the 12c Platinum used a faster processor than the revision of the original HP-12C which was available at that time. (However, the subsequent revisions of the original 12C which switched to ARM-based processors have reversed that speed gap.) It was equipped with a Sunplus SPLB20D2 with a
6502 The MOS Technology 6502 (typically pronounced "sixty-five-oh-two" or "six-five-oh-two") William Mensch and the moderator both pronounce the 6502 microprocessor as ''"sixty-five-oh-two"''. is an 8-bit microprocessor that was designed by a small ...
core, larger memory (for up to 30 CFj registers and 400 program steps) and more built-in functions. It allows input to be entered in algebraic mode as well as in 4-level classical RPN. The calculator's particular implementation of RPN exhibits an unusual behaviour of the key different from that of the 12C and other classical RPN calculators. The first HP 12c Platinum version (F2231A) did not have parentheses, which often led to awkward key sequences to solve problems in algebraic mode. Since 2005, newer versions (F2232A) of the HP 12c Platinum have parentheses on the blue-shifted functions of the STO and RCL keys. They also support undo and backspace and provide memory for up to 80 CFj registers. The firmware changes increased the ROM size beyond the capabilities of the original processor, so it was replaced by the Generalplus GPLB31A (still with
6502 The MOS Technology 6502 (typically pronounced "sixty-five-oh-two" or "six-five-oh-two") William Mensch and the moderator both pronounce the 6502 microprocessor as ''"sixty-five-oh-two"''. is an 8-bit microprocessor that was designed by a small ...
core), which is also faster. It was manufactured by Kinpo Electronics. In 2006, Hewlett-Packard released a limited edition of the 12c Platinum to commemorate the 25th anniversary of the original 12C's introduction. The ''HP 12c Platinum 25th Anniversary Edition'' also has the parentheses feature and features the GPLB31A processor as well. The latest hardware revision of the 12c Platinum was introduced in 2007 (F2231AA). As in the later revisions of the 12C, it features two parallel rather than only one CR2032 cells, but it continues to be based on the GPLB31A processor. In 2008, the ''HP 12c Prestige'' (F2233A) was released. It features a gold-colored plate like the original 12C, but is otherwise like the fourth HP 12c Platinum model (F2231AA). In 2022, alongside the latest revision of the original 12C, Moravia and Royal also released a mostly cosmetic update of the 12c Platinum, with the words "Hewlett-Packard" removed from the frontplate, subtle adjustments to the layout and contact information on the rearplate, and a screw added to the battery compartment.


Limitations

By design, the HP-12C rounds up the number of payments to the next integer, which produces meaningless results when calculating fractional periods. Consequently, solving for ''n'' returns a value that is mathematically incorrect when compared to the standard annuity formula and different from the value returned by other financial calculators, Excel, etc.


Clones

The ''Aurora FN1000'' calculator in clamshell design was closely inspired by the HP-12C in 2003. Capitalizing on the limited availability of the HP 12c Platinum 25th Anniversary Edition,
Victor Technology Victor Technology LLC (also known as Victor Calculator) is a supplier of printing calculators, scientific calculators, financial calculators, basic calculators, and desktop accessories with headquarters in Bolingbrook, Illinois. Victor product ...
released the ''Victor V12'' in 2007 which was a budget priced clone of the HP 12c Platinum edition. It is also available as ''BrtC FC-12'' in Brazil. The 2010 ''Compucessory CCS28956'' aka ''Compucessory 28956'', a clamshell design, is another clone of the HP 12c Platinum, but with added margin calculation functions (COST, SELL, MGN). It is also available as ''Procalc FN 1200C'' in Brazil. The ''Truly SC123'' in 2015 closely resembles the HP 12c Platinum as well, but in a vertical case layout. In 2012, SwissMicros (aka RPN-Calc) introduced a miniature clone named ''DM-12CC'' approximating the size of an ID-1 credit card (88 mm × 59 mm × 7 mm). It closely emulates the functionality of the original HP-12C by running the original ROM image in an emulator on an
ARM Cortex-M0 The ARM Cortex-M is a group of 32-bit RISC ARM processor cores licensed by ARM Limited. These cores are optimized for low-cost and energy-efficient integrated circuits, which have been embedded in tens of billions of consumer devices. Thoug ...
-based NXP LPC1114 processor. Newer ''DM12'' models since 2013 feature a better keyboard and more RAM ( LPC1115). A ''DM12 Silver Edition'' in a titanium case is available as well. In February 2016, SwissMicros introduced the DM12L, a version of the calculator about the same size as the original HP-12C. Deviating from the HP original, these calculators feature a dot-matrix display, switchable fonts and clock speeds, and, based on a Silicon Labs CP2102 converter chip, they come with a
USB Universal Serial Bus (USB) is an industry standard, developed by USB Implementers Forum (USB-IF), for digital data transmission and power delivery between many types of electronics. It specifies the architecture, in particular the physical ...
( Mini-B)https://www.swissmicros.com/manuals/swissmicros_serial_guide_v1.63.pdf serial interface to exchange data with a PC etc. for backup purposes (and possibly to communicate with applications like PC-based HP-12C emulators) or to update the firmware. Powering via USB is not supported.


References


Further reading

* * * * * * *


External links

*
The Calculator That Never Dies

HP 12c, Thirty Five Years and Still Going Strong

HP-12C
an
HP-12c Platinum
on MyCalcDB (database about 1970s and 1980s pocket calculators)

{{Authority control 12C