Casio FX-702P: Difference between revisions
Tom.Reding (talk | contribs) m +{{Authority control}} (1 ID from Wikidata), WP:GenFixes on |
Citation bot (talk | contribs) Add: title. Changed bare reference to CS1/2. Removed parameters. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 1031/2198 |
||
Line 25: | Line 25: | ||
}} |
}} |
||
The '''FX-702P''' is a [[Pocket Computer]], manufactured by [[Casio]] from 1981 to 1984.<ref>{{cite web |author= |title=Casio FX-702P |url=http://mycalcdb.free.fr/main.php?l=0&id=372 |
The '''FX-702P''' is a [[Pocket Computer]], manufactured by [[Casio]] from 1981 to 1984.<ref>{{cite web |author= |title=Casio FX-702P |url=http://mycalcdb.free.fr/main.php?l=0&id=372 |publisher=MyCalcDB |date= |accessdate=2009-10-15}}</ref> |
||
==Display== |
==Display== |
||
Line 33: | Line 33: | ||
The programming model employed is a special [[BASIC]] dialect. Ten programming areas are supported, P0 through P9. BASIC lines can be numbered from 1 through to 9999. [[Subroutine]]s are supported, but passing [[Parameter (computer science)|parameters]] to subroutines is not supported. The subroutine [[call stack]] can be up to 10 deep. Both [[Goto|GOTO]] lines and subroutines can be [[Indirect branch|addressed indirectly]] via line number calculation. [[For loop|FOR/NEXT]] structures can be nested up to eight times. |
The programming model employed is a special [[BASIC]] dialect. Ten programming areas are supported, P0 through P9. BASIC lines can be numbered from 1 through to 9999. [[Subroutine]]s are supported, but passing [[Parameter (computer science)|parameters]] to subroutines is not supported. The subroutine [[call stack]] can be up to 10 deep. Both [[Goto|GOTO]] lines and subroutines can be [[Indirect branch|addressed indirectly]] via line number calculation. [[For loop|FOR/NEXT]] structures can be nested up to eight times. |
||
A single one and/or two dimensional [[Array data structure|array]] is supported however array memory space must be reserved (subtracted) from the 1,680 character program space via the DEFM command. Array memory can be [[Aliasing (computing)|aliased]] to fixed variable names, for example <code>A(11)</code> references the same location as variable <code>B1</code>.<ref name=fx702pmanual>{{cite web |author= |title=FX-702P Instruction Manual |url=http://pocketcomputerworld.free.fr/Manuals/FX-702P.pdf |
A single one and/or two dimensional [[Array data structure|array]] is supported however array memory space must be reserved (subtracted) from the 1,680 character program space via the DEFM command. Array memory can be [[Aliasing (computing)|aliased]] to fixed variable names, for example <code>A(11)</code> references the same location as variable <code>B1</code>.<ref name=fx702pmanual>{{cite web |author= |title=FX-702P Instruction Manual |url=http://pocketcomputerworld.free.fr/Manuals/FX-702P.pdf |publisher=Casio (via Geoffroy Derenne) |date= |accessdate=2009-10-15}}</ref> |
||
Both programs and data can be stored to magnetic tape. Data can be stored under program control. Programs can be [[password]] protected from both listing and execution.<ref name=fx702pmanual/> |
Both programs and data can be stored to magnetic tape. Data can be stored under program control. Programs can be [[password]] protected from both listing and execution.<ref name=fx702pmanual/> |
||
Line 53: | Line 53: | ||
The FX-702P uses the [[Casio FA-2|FA-2]] interface which is also used by the [[Casio FX-602P series]]. The interface features a [[Kansas City standard]] [[Compact Cassette]] interface and printer port for the [[Casio FP-10|FP-10]] thermal printer. The printer can also be connected directly to the calculator. |
The FX-702P uses the [[Casio FA-2|FA-2]] interface which is also used by the [[Casio FX-602P series]]. The interface features a [[Kansas City standard]] [[Compact Cassette]] interface and printer port for the [[Casio FP-10|FP-10]] thermal printer. The printer can also be connected directly to the calculator. |
||
The FP-10 [[Spark printer]] was used with the [[Casio FX-602P series|FX-602P series]] of [[programmable calculator]] and the FX-702P [[Pocket Computer]] to print out programs, data register and display content. Although the feature was not documented, the FP-10 can also be used with the [[Casio FX-502P series|FX-502P series]] and was able to print out programs in Key-code notation.<ref>http://pocket.free.fr/html/casio/fp-10_e.html</ref> |
The FP-10 [[Spark printer]] was used with the [[Casio FX-602P series|FX-602P series]] of [[programmable calculator]] and the FX-702P [[Pocket Computer]] to print out programs, data register and display content. Although the feature was not documented, the FP-10 can also be used with the [[Casio FX-502P series|FX-502P series]] and was able to print out programs in Key-code notation.<ref>{{Cite web|url=http://pocket.free.fr/html/casio/fp-10_e.html|title=FP-10}}</ref> |
||
==References== |
==References== |
Revision as of 07:35, 16 October 2021
Type | Pocket Computer |
---|---|
Manufacturer | Casio |
Introduced | 1981 |
Discontinued | 1984 |
Calculator | |
Entry mode | BASIC |
Precision | 12 digit mantissa, ±99 exponent |
Display type | LCD Dot-matrix |
Display size | 20 Characters |
CPU | |
Processor | CMOS LSI ASIC |
Programming | |
Programming language(s) | BASIC |
User memory | 1,680 bytes |
Interfaces | |
Ports | one vendor specific |
Connects to | Compact Cassette via:
Thermal printer via one of:
|
Other | |
Power supply | 2×CR-2032 Lithium (external power not supported) |
Weight | 176 g. with batteries |
Dimensions | 165W x 82D x 17H mm |
The FX-702P is a Pocket Computer, manufactured by Casio from 1981 to 1984.[1]
Display
The FX-702P features a single line dot matrix liquid crystal display with 20 characters. A 10-digit mantissa is displayed (including minus sign) however internal calculations use a 12-digit mantissa.[2]
Programming
The programming model employed is a special BASIC dialect. Ten programming areas are supported, P0 through P9. BASIC lines can be numbered from 1 through to 9999. Subroutines are supported, but passing parameters to subroutines is not supported. The subroutine call stack can be up to 10 deep. Both GOTO lines and subroutines can be addressed indirectly via line number calculation. FOR/NEXT structures can be nested up to eight times.
A single one and/or two dimensional array is supported however array memory space must be reserved (subtracted) from the 1,680 character program space via the DEFM command. Array memory can be aliased to fixed variable names, for example A(11)
references the same location as variable B1
.[2]
Both programs and data can be stored to magnetic tape. Data can be stored under program control. Programs can be password protected from both listing and execution.[2]
Interface
Connects to | FX-502P series, FX-602P series and FX-702P via one of:
|
---|---|
Manufacturer | Casio |
Introduced | 1981 |
Type | Spark printer |
Weight | 405 g. with batteries |
Dimensions | 156 × 82 × 45 mm |
The FX-702P uses the FA-2 interface which is also used by the Casio FX-602P series. The interface features a Kansas City standard Compact Cassette interface and printer port for the FP-10 thermal printer. The printer can also be connected directly to the calculator.
The FP-10 Spark printer was used with the FX-602P series of programmable calculator and the FX-702P Pocket Computer to print out programs, data register and display content. Although the feature was not documented, the FP-10 can also be used with the FX-502P series and was able to print out programs in Key-code notation.[3]
References
- ^ "Casio FX-702P". MyCalcDB. Retrieved 2009-10-15.
- ^ a b c "FX-702P Instruction Manual" (PDF). Casio (via Geoffroy Derenne). Retrieved 2009-10-15.
- ^ "FP-10".
External links
- The Casio FX-702P computer on the pocket computer museum
- Casio FX-702P on Caz Pocket Computers Collection
- FX-702P on RS-Key maintained by Viktor Toth.
- casio fx-702p on Voidware
- ledudu's page on fx-702p and sisters on the ledudu's Casio library