Fact-checked by Grok 2 weeks ago

Datapoint 2200

The Datapoint 2200 is an early programmable and developed by (CTC) in , , with first shipments beginning in 1971. It featured an 8-bit constructed from approximately 100 discrete (transistor-transistor logic) chips in a , up to 16 KB of , a 12-line by 80-character () display, a full with numeric pad, and dual drives for storage, all housed in a compact unit weighing 47 pounds and measuring about 18.5 inches wide by 19.6 inches deep. Designed initially as an affordable "glass Teletype" to replace noisy mechanical terminals for data entry and remote computing, it could emulate various legacy terminals via software on cassettes and operate as a standalone for applications like and . The system's origins trace back to 1968, when CTC was founded by engineers including Phil Ray and Gus Roche to address the need for quieter, more versatile data terminals in an era dominated by teletypewriters and mainframes. By late 1969, under the direction of engineers Victor Poor and Harry Pyle, the design was finalized to fit the footprint of an typewriter, emphasizing programmability to support multiple protocols and user tasks without requiring a host computer. A prototype was completed in April 1970, followed by the Version I model with shift-register and a serial bus, and the improved Version II in early 1972, which introduced parallel design, semiconductor RAM, a 16-deep hardware stack, capabilities, and support for up to 14 peripherals such as modems, printers, and drives. Priced for rental at around $150 per month—far below competitors like the DEC PDP-8—the Datapoint 2200 tapped into an emerging market for intelligent terminals, enabling distributed in offices and remote sites. Technically, the Datapoint 2200's CPU supported 28 to 31 instructions across categories like , movement, jumps, and , with seven 8-bit registers (A, B, C, D, E, H, L) in the base , expanded to 14 in Version , and a 13-bit addressing up to 8 KB of memory in early models, operating at a clock speed of 1.2 MHz. Although CTC contracted in 1969 to develop a single-chip 8-bit (the 8008, released in 1972) to replace the bulky discrete logic, delivery delays and performance shortfalls led to continued use of the multi-chip , which nonetheless proved reliable for tasks like basic and communications. The machine's power requirements were modest at 115 VAC and 180 watts, with options for international voltages, and it ran like for system control. The Datapoint 2200 holds profound historical significance as a precursor to the revolution, predating the by several years and demonstrating the viability of compact, user-programmable computing devices for non-technical users. In , it received the IEEE Region 5 Stepping Stone Award for its pioneering role in personal computing. Its instruction set and register architecture directly influenced the and, through it, the 8086 microprocessor unveiled in 1978, forming the foundation of the x86 family that powers most modern PCs, servers, and laptops today—including persistent elements like little-endian byte order, register naming conventions, and I/O instructions. By enabling affordable, standalone and networking, it foreshadowed the shift from centralized mainframes to distributed personal computing, though its commercial success was limited by the rapid evolution of true microprocessors in the mid-1970s.

History and Development

Origins and Design Goals

Computer Terminal Corporation (CTC) was founded in July 1968 in , , by former engineers Phil Ray and Gus Roche, with the primary aim of developing innovative computer terminals to replace cumbersome machines used for in business environments. The company raised initial funding of $650,000 from local investors, enabling the team to focus on creating more efficient, electronic alternatives to electromechanical data input devices like the IBM 029 , which were slow and error-prone. In , CTC initiated the design of the Datapoint 2200 as a standalone programmable , incorporating a built-in () display, keyboard, and onboard processing capabilities to allow it to function independently of a while emulating various terminal protocols for compatibility with existing systems. This design emphasized versatility, enabling the device to handle , validation, and computing tasks without requiring connection to a central host, thereby reducing reliance on expensive services and improving accessibility for small businesses. The goal was to produce a self-contained unit that could serve as an "intelligent" , supporting applications like tracking and report generation directly on the device. Key to achieving the compact form factor was industrial designer John "Jack" Frassanito, who joined the project through Raymond Loewy's design firm and contributed to the ergonomic enclosure measuring approximately 24 cm in height, 47 cm in width, and 50 cm in depth, weighing about 47 pounds (21 kg). This footprint mimicked that of an typewriter for familiarity in office settings, prioritizing portability and desk-friendly integration over the bulky cabinets of prior terminals. Affordability was a core objective, with the initial target set around $5,000 to make it accessible to mid-sized enterprises, far below the cost of full mainframe systems. Originally planned with discrete logic components for the to keep costs low, the shifted toward a single-chip CPU implementation in response to emerging technology, leading CTC to contract in late 1969 for a custom 8-bit (initially designated the 1201). This collaboration aimed to consolidate the 90-plus TTL chips used in the prototype into one , enhancing reliability and reducing manufacturing expenses while maintaining the system's programmable nature.

Release and Commercial Evolution

The Datapoint 2200 was announced in June 1970 and entered production with first shipments occurring in early 1971 as the Model 1 configuration. The Model 2 variant was introduced in early 1972, offering improved performance while maintaining software compatibility with the original. Initially marketed as a versatile programmable terminal for data entry and connection to larger mainframes, the system's positioning evolved in response to customer requirements for greater autonomy in data processing tasks. A notable example was its deployment at a Pillsbury Foods chicken-processing plant in El Dorado, Arkansas, where it handled independent operations like payroll and inventory without reliance on a central computer. This shift emphasized its capabilities as a standalone desktop computer, broadening its appeal to business users seeking cost-effective alternatives to teletypewriters or keypunch machines. The base Model 1, equipped with 2 of standard , was priced at approximately $5,000 in 1971—equivalent to about $39,000 in 2024 dollars—making it accessible for small office environments. Expanded configurations, such as the 16 Model 2, reached list prices of over $14,000 (around $109,000 in 2024 dollars), with optional peripherals like additional cassette drives or disk controllers adding several thousand dollars more to the total cost. Production of the Datapoint 2200 continued through the , with over 3,971 units sold by late to more than 400 customers worldwide, reflecting strong commercial uptake. Sales momentum carried into subsequent years, contributing to Datapoint Corporation's reported $72 million in revenue from such systems in 1976 alone.

Hardware Architecture

Processor Implementation

The Datapoint 2200's (CPU) was implemented as a , board-level design using transistor-transistor logic () integrated circuits, rather than a single-chip . This construction employed approximately 100 dual-in-line chips, primarily from the SN74XX series manufactured by , to realize an 8-bit processor architecture. The decision to use this multi-chip approach stemmed from delays in the of a custom single-chip CPU commissioned from ; although Intel designed the 8008 to the Datapoint 2200's specifications, it was not delivered until April 1972, after the Datapoint 2200 had begun shipping in November 1970. To meet production deadlines, Corporation (CTC) assembled the CPU from off-the-shelf components, enabling the system's release as a programmable . The CPU featured seven 8-bit registers—A (accumulator), B, C, D, E, H, and L—along with a 13-bit capable of addressing up to 8 of . The H and L registers could be combined to form a 16-bit indirect pointer for data access. Arithmetic and logic operations were handled by dedicated chips, including components like the ALU for parallel computations within the serial framework. This register set provided flexibility for execution while minimizing accesses, a key design choice given the era's constraints. Due to the TTL implementation and available chip capabilities, the processor operated in a bit-serial manner, executing instructions and data operations one bit at a time rather than in bytes. The system clock ran at approximately 2 MHz, but effective throughput was significantly reduced by the serial processing and memory access latencies; for instance, instructions involving reads could incur delays of up to 500 μs. This bit-by-bit execution was a direct consequence of using standard logic for cost and availability reasons, resulting in a that processed 8-bit words sequentially over multiple clock cycles. Two primary versions of the Datapoint 2200 existed, differing in timing and memory subsystems that impacted CPU performance. The Model 1, introduced in 1970, used slower shift-register memory with access delays around 520 μs, leading to overall execution times that could span several milliseconds for complex operations. The Model 2, released in 1972, incorporated faster () with an access time of 3.2 μs and cycle time of 1.6 μs, improving effective CPU speed through optimized timing signals and allowing clock rates up to 2 MHz without the same bottlenecks. These enhancements made the Model 2 more suitable for demanding emulation and basic computing tasks, while maintaining full compatibility with the original set.

Memory and Storage Systems

The Datapoint 2200's standard memory configuration included 2 of using technology in its initial Version I model, designed for cost-effective . This could be expanded via additional memory boards to 4 , 6 , or a maximum of 8 , constrained by the system's 13-bit that limited addressable space to 8 . Later Version II models upgraded to semiconductor-based , starting at 4 and expandable in 4 increments to 16 , supported by a 14-bit . The in early units operated with a 520 μs access time for reference operations, which bottlenecked instruction execution and overall system speed for compute-intensive tasks. Version II improvements reduced the memory cycle time to 1.6 μs (with access time of 3.2 μs), enabling faster . Without capabilities, the Datapoint 2200 relied entirely on its physical limits, making it suitable for lightweight applications like emulation and basic but inadequate for larger programs without . was facilitated through dedicated slots on the for memory boards and other peripherals, allowing users to configure up to the full 16 KB in advanced setups while integrating additional hardware without major redesign. For persistent storage, the base system incorporated dual built-in drives, each providing 130 capacity for loading programs, saving data, and running emulations directly from tape. Optional peripherals extended options, including a cartridge disk drive with 2.5 MB capacity per cartridge for higher-volume data handling, 8-inch floppy disk drives accommodating up to 90 KB per drive (with support for multiple units), and industry-standard 7-track or 9-track reels for archival and bulk transfer needs. These solutions emphasized reliability and compatibility with contemporary peripherals, prioritizing cassette tapes for everyday operations in resource-constrained environments.

Input/Output Interfaces

The Datapoint 2200 incorporated a built-in () display utilizing P31 green phosphor, configured for an 80×12 text-only format with no graphics support. The display featured a squat, punch-card-sized , a 5×7 for rendering, and a maximum transfer rate of 60 characters per second, accommodating up to 960 characters on screen. It supported cursor positioning across 80 horizontal (0-79) and 12 vertical (0-11) positions, along with operational features such as tabulation, editing controls, single-line or full-frame erasure, and screen roll-up, where input on the bottom line would scroll the display upward. The used an ASCII-based 63- set, including space, for output. The system's was a built-in arrangement designed for efficient and , comprising 41 alphanumeric keys, 11 numeric keys forming a , and 5 system keys. Key functions included dedicated buttons for enter, cancel, , and delete, with multi-key roll-over to handle simultaneous presses and processor-controlled audible feedback for user confirmation. Keyboard input was addressed at 341, with status monitoring via an input-ready bit, enabling routines for capture up to 126 characters terminated by enter (yielding a zero value). Connectivity options centered on serial and parallel interfaces for external devices. The serial port, implemented through the Asynchronous Communications Adaptor (model 2200-400), adhered to EIA RS-232B specifications using an 17-10500-1 connector, supporting asynchronous full-duplex operation at programmable rates from 37.5 to 9600, including 110, 150, 300, and 1200 for modem-based remote access over telephone lines. Parallel interfaces, via the model 2200-420 adaptor, provided 8 bidirectional data lines with strobe, command, and 153.6 kHz clock signals at 0/+5V or 0/+12V levels, powering up to two units directly from the system for printer connectivity. An expansion bus in the form of a 50-pin I/O connector facilitated additional cards, supporting up to 16 external devices addressed via a 4-bit plus complement (e.g., octal 226 for device 6). Among optional peripherals, serial printers were supported via , such as the Datapoint 3300P at 300 or Teletype models 33/35 at 110 and 37 at 150 , while parallel ports enabled the 132-column impact servo printer (model 2200-250) operating at 30 characters per second with rotating printwheel mechanism. Cassette drives integrated directly into the I/O system for read/write operations at 350 characters per second, with dual Norelco-type decks addressed at 360. The Datapoint 2200 also supported emulation for teletype or 2741 devices through loadable software packages, allowing programmable reconfiguration for compatibility with various host systems.

Instruction Set and Software

Core Instruction Set

The Datapoint 2200 featured an 8-bit with approximately 90 instructions, designed to support efficient terminal operations through a combination of arithmetic, logical, data movement, and operations. The instruction format utilized 1- to 3-byte encodings, where single-byte instructions handled most register-to-register operations, two-byte formats incorporated immediate values, and three-byte instructions addressed jumps or calls with 16-bit . Central to the architecture was the 8-bit accumulator (A) register, which served as the primary for ALU operations, alongside six additional general-purpose registers (B, C, D, E, H, L). The ALU supported operations such as addition (ADD), subtraction (SUB), logical AND (AND), and logical OR (OR), with results affecting a set of flags including , zero, , and carry. instructions like unconditional jump (JMP) and subroutine call (CALL) enabled branching, while data movement instructions facilitated transfers between registers or to/from memory. Addressing modes in the Datapoint 2200 were limited but optimized for the system's constraints, including immediate (8-bit constants to registers), register-register for operations between the eight available registers (treating as an eighth "register" via the H-L pair), and indirect via the 16-bit H-L register pair for dereferencing locations. Jumps and calls used direct 13-bit addressing. The 13-bit supported jumps and calls within an 8 KB , allowing sequential execution or branches up to that limit without segmentation. These modes emphasized simplicity, with no support for indexed or relative addressing beyond basic direct and indirect forms, reflecting the hardware's TTL-based serial processing. Version II introduced Alpha and modes, each with a separate set of seven registers, allowing rapid context switching via ALPHA and BETA instructions, along with support for interrupts. Several unique features distinguished the instruction set's . Multi-byte values followed little-endian byte order, storing the low byte first in to align with the nature of the . Instructions executed bit-by-bit in a fashion using a 1-bit ALU implemented via discrete logic, which processed data streams sequentially rather than in , contributing to the system's compact design but limiting throughput. Notably absent were hardware instructions for or , which required software implementation through repeated or loops. The set also included specialized instructions for manipulation, such as block moves and comparisons, tailored to the terminal's and display tasks. This instruction set served as the direct precursor to the Intel 8008 and 8080 architectures, with CTC providing Intel the specifications in 1971 to develop a single-chip equivalent; the 2200's opcodes, register model, and flag behaviors were largely carried over, though the 8008 added immediate addressing extensions and the 8080 introduced further enhancements like direct 16-bit addressing.

Performance Metrics

The Datapoint 2200 exhibited execution times ranging from 16 μs for register-to-register instructions without references to up to 520 μs for complex operations involving distant accesses in Version I, primarily due to the bit-by-bit and delays in fetching data from shift-register . In Version II, these times improved significantly to 3.2–6.4 μs per instruction, reflecting the shift to random-access and parallel 8-bit data paths that minimized fetch delays. Overall system throughput for tasks like copying was limited to approximately 374 bytes per second in the Model 1 configuration, rising to around 9,615 bytes per second in the Model 2 with its enhanced subsystem. Key bottlenecks arose from the serial CPU architecture, which processed data one bit at a time without pipelining or caching, combined with the 520 μs worst-case circulation time in Version I that effectively constrained the system's clock equivalent to about 200 kHz despite higher bit-level rates up to 1.2 MHz for registers. access cycles of 1.6 μs further amplified these limitations for random reads, often requiring multiple instructions to load addresses into registers before execution. The absence of dedicated acceleration features meant that even simple loops incurred substantial overhead from repeated serial shifts and potential wait states. Compared to later microcomputers like the 1975 with its 2 MHz processor, the Datapoint 2200 was notably slower in raw computational speed but proved adequate for its primary role in terminal emulation and basic tasks. Power consumption stood at approximately 180 watts under standard operation, reflecting the logic and integrated peripherals in a compact . Representative metrics include arithmetic operations like ADD, which took 40 μs in typical looped scenarios involving register loads in Version I, highlighting the impact of serial execution on iteration throughput. System expansions, such as upgrading to a 16 KB configuration in Version II, reduced wait states by enabling direct without circulation delays, thereby boosting overall efficiency for memory-intensive workloads by factors of up to 25 times relative to the base Model 1.

Programming Examples

Programming for the Datapoint 2200 primarily involved , edited and assembled using a cassette-loaded editor accessed via the RUN EDIT command, which supported operations like loading files with LOAD* and string handling up to 126 characters. No high-level languages were standard in the initial system, though BASIC-like interpreters became available later on cassette tapes for enhanced programmability. Code structure utilized 13-bit addressing for jumps and references, supporting up to 8K words, with multi-byte constants stored in little-endian format—for instance, the address 0x1234 would appear as bytes 34 followed by 12. A basic memory copy routine, often implemented for tasks like data movement, leverages the LOAD (LOD) and STORE (STO) instructions with indirect addressing via the H-L register pair, which serves as a 16-bit pointer formed by loading the high byte into H and low byte into L. The following snippet illustrates a simple MEMCPY loop that copies a block of bytes from a source address (pointed by H-L) to a destination (pointed by D-E), using B-C as a byte counter; the JNZ (jump if not zero) employs a 3-byte encoding for the target address in 13-bit format:
HL    SOURCE     ; Load source address into H-L pair
[DE](/page/DE)    DEST       ; Load destination address into D-E pair
[LC](/page/LC)    COUNT      ; Load byte count into B-C pair (e.g., 10 octal for 8 bytes)
LOOP: LOD   (HL)   ; Load byte from [memory](/page/Memory) at H-L into accumulator
INC   HL         ; Increment H-L pointer
STO   (DE),A     ; Store accumulator to [memory](/page/Memory) at D-E
INC   DE         ; Increment D-E pointer
DEC   BC         ; Decrement byte counter
JNZ   LOOP       ; Jump back if counter not zero (3-byte jump)
This routine executes in approximately 520 µs per memory access due to core timing, making it suitable for small blocks. For larger transfers, the built-in BLKTFR routine could be called instead, as in HL SRC DE DST LC 6 CALL BLKTFR, but custom loops allowed fine-tuned control. Terminal emulation tasks, such as clearing the 80×12 screen, relied on the (implemented as EX WRITE or EX COM1) to send control codes to the port, often paired with delay loops to synchronize timing. The sequence below outputs an erase- command (bit 4 set in the A-register) via EX COM1, followed by a simple delay loop using DEC and JNZ to allow the to process the command:
LA    00001000   ; Load erase-frame code ([octal](/page/Octal), bit 4 set)
EX    COM1       ; Output to [CRT](/page/CRT) control port
DE    60000      ; Load delay counter (approx. 30 ms at [2000](/page/2000) counts/sec)
DELAY: DEC   DE     ; Decrement counter
JNZ   DELAY      ; Loop until zero
This clears the entire screen by erasing to the end of the , with the delay ensuring reliable display refresh; for line-specific erases, routines like EEOL could append LA 2 CALL DOCCM. Such sequences highlighted the system's integration of CPU and display hardware for operations.

Legacy and Impact

Influence on Microprocessor Evolution

The Datapoint 2200's (ISA), developed in 1969, served as a foundational blueprint for early when Computer Terminal Corporation (CTC) shared its instruction specification with . This spec outlined an 8-bit processor with seven general-purpose registers (A, B, C, D, E, H, L), register-to-register operations, and support for immediate and indirect addressing modes, directly shaping the design of the released in 1972. The 8008 replicated much of the Datapoint's ISA, including its accumulator-based arithmetic and stack-oriented subroutine handling, enabling to transition from memory chips to full processors. Key hardware innovations in the Datapoint 2200, such as its 13-bit program counter allowing addressing up to 8K bytes of memory and indirect addressing via the concatenated H and L registers (forming a 16-bit memory pointer), were incorporated into the 8008's architecture to maintain compatibility with CTC's software ecosystem. These features addressed the limitations of serial processing in the original TTL-based CPU, which used approximately 100 discrete logic chips, and influenced the 8008's memory management for embedded applications. The ISA's little-endian byte order—prioritizing the least significant byte first, a necessity for the Datapoint's bit-serial ALU and shift-register memory—became a defining trait of the 8008 and persisted in subsequent designs. The evolution continued with the in 1974, which enhanced the 8008 while retaining core elements of the Datapoint ISA, such as register layout and flag handling, to support broader computing needs. This lineage extended to the in 1976, which achieved partial compatibility through its 8080 heritage, incorporating similar indexing and interrupt mechanisms for cost-effective embedded systems. Primary contributors to the original design included Victor Poor and Harry Pyle, who sketched the ISA over a 1969 Thanksgiving weekend, emphasizing simplicity and serial efficiency; Gary Asbell then implemented the TTL prototype, validating the spec for potential chip fabrication by and . In the long term, the Datapoint 2200's little-endian format endured in the x86 family, underpinning billions of processors from the 8086 onward and influencing serial processing paradigms in early embedded systems. Its emphasis on compact, versatile instructions for applications echoed in resource-constrained designs, establishing a technical precedent for accumulator-centric architectures in microcomputing.

Role in Personal Computing History

The Datapoint 2200, released in late 1970 by Computer Terminal Corporation (CTC), represented a pioneering milestone in personal computing as the first mass-produced, self-contained desktop system integrating a processor, keyboard, display, memory, and mass storage on cassette tapes. This design enabled real-time, individual interaction with computing resources, predating the MITS Altair 8800 hobbyist kit by five years and the Apple II consumer machine by seven, and shifting paradigms from centralized mainframes to distributed personal use. By October 1974, nearly 4,000 units had been sold to over 400 customers, primarily businesses like Pillsbury and Levi Strauss for tasks such as payroll and inventory management, establishing it as an early commercial personal computer with thousands of deployments worldwide. Despite its innovations, the Datapoint 2200 faced market limitations as CTC marketed it primarily as an "intelligent terminal" to avoid direct competition with dominant mainframe vendors like , which constrained its recognition as a standalone computer. It was succeeded internally by CTC's Datapoint 5500 in 1975 and the 1100 series, which expanded on its architecture for more advanced networked applications, though the line was ultimately overshadowed by the 's debut in and the ensuing industry standardization around x86-compatible systems. The system's cultural impact lay in enabling affordable, standalone for small businesses and offices, decoupling users from expensive mainframe dependencies and fostering early concepts of . Its influence extended to hobbyist computing when the microprocessor—originally developed for the 2200—became available for kits like the Mark-8 in 1974, sparking the do-it-yourself movement. Evolving into Datapoint's later networked systems like ARCNET-based setups, the 2200's has been underrecognized compared to the , but 2020s reevaluations, including a 2022 IEEE Region 5 Stepping Stone Award and a 2024 IEEE feature, highlight its foundational role in personal computing evolution.

References

  1. [1]
    The Datapoint 2200: Precursor of the Personal Computer and the ...
    The Datapoint 2200 was a programmable terminal used as a simple computer, with a multi-chip CPU that became the embryo of the x86 architecture. It was designed ...Missing: specifications | Show results with:specifications
  2. [2]
    CTC Datapoint 2200 - Time-Line Computer Archive
    The Datapoint 2200 was a programmable terminal, sold as a personal computer, with an 8-bit CPU, 16K RAM, and 2MHz clock speed. It was advertised as an ...Missing: history | Show results with:history
  3. [3]
    Personal Computer Origins: The Datapoint 2200 - The Chip Letter
    May 19, 2025 · The design had seven 8-bit registers - A,B,C,D,E,H and L plus a 13-bit program counter that allowed it to address 8K Bytes of memory, although ...Missing: history | Show results with:history
  4. [4]
    Datapoint 2200 - Computer History Wiki
    Jun 4, 2023 · The Datapoint 2200 was an early personal computer with a CPU, memory, tape drives, keyboard, and video display, pre-dating microcomputers.Missing: specifications | Show results with:specifications
  5. [5]
    Tracing the roots of the 8086 instruction set to the Datapoint 2200 ...
    Aug 12, 2023 · The Datapoint 2200 was designed as a low-cost terminal that could replace a keypunch, with a squat CRT display the size of a punch card. By ...Missing: specifications | Show results with:specifications
  6. [6]
    [PDF] Datapoint - Bitsavers.org
    Consequently, all billion-plus PCs in use today are updated versions of that first computer produced by Gus Roche, Phil Ray, and Jack Frassanito. Their names ...<|control11|><|separator|>
  7. [7]
    Datapoint 2200 computer
    Jul 3, 2020 · The 2200 was originally marketed as a programmable terminal, capable of emulating other terminals by loading various terminal emulations from tape.Missing: intent standalone keyboard
  8. [8]
    The Surprising Story of the First Microprocessors - IEEE Spectrum
    That story starts in 1969 with the development of the Datapoint 2200 “programmable terminal,” by a company called Computer Terminal Corp. (CTC), based in San ...Missing: contract | Show results with:contract
  9. [9]
    John Frassanito | Biography, Space Animations, & Facts - Britannica
    There he was part of the design team that created the Datapoint 2200 (1972), the desktop terminal that was the direct ancestor of the personal computer, or PC.Missing: form factor
  10. [10]
    First desktop computer: Datapoint 2200 - The Silicon Underground
    May 2, 2025 · Computer Terminal Corporation was founded in July 1968 in San Antonio to build CRT-based replacements for Teletype machines to connect to time ...
  11. [11]
    The Man Who Invented The Pc | Invention & Technology Magazine
    If you are using a PC, you are using a modernized Datapoint 2200. The versatile Frassanito has since worked for NASA and designed the SaniFresh soap dispenser.Missing: John form factor
  12. [12]
    [PDF] Datapoint 2200/Reference Manual - Bitsavers.org
    Version I and Version II of the Datapoint 2200 with the follow- ing model codes: In early 1972, Datapoint Corporation introduced. Version II of the Datapoint ...
  13. [13]
    2200 Type 1 - 1000 BiT - Computer's description
    The 2200 Type 1 was 2K-4K-6K-8K RAM (1-4 memory boards, 2K each). The 2200 ran either Datapoint CTOS (Cassette Tape Operating System) or Datapoint DOS 1.0-1.2, ...Missing: 40 pounds
  14. [14]
    [PDF] Datapoint 2200 - Computer History Museum - Archive Server
    A typical data collection system is configured around individual remote. DATAPOINT 2200's with 2K of memory and operating under DATABUS 6 software. Each remote ...Missing: specifications | Show results with:specifications
  15. [15]
  16. [16]
  17. [17]
    [PDF] Datapoint Equipment Directory Index - Bitsavers.org
    The Datapoint 2200 has the following general characteristics: a. 11 5 v.a.c., 60 cycle, 180 watts, power input (50 cycle optional): b. 47 pounds weight: c ...Missing: 40 | Show results with:40
  18. [18]
    [PDF] Untitled
    Output and input of the adaptor meet the. Electrical Industries Association RS232B specifications. To. The 2200-400 operates completely under program control.
  19. [19]
    [PDF] Datapoint Software & Documentation Schedule - Your.Org
    Dec 15, 1975 · Teletype Terminal Emulator, Designed to run in 8K Memory; ... Expanded IBM 2741 Terminal Emulator. 70072 50059. 70181 50173. 20099.
  20. [20]
    [PDF] Total Cartridge Concept - Bitsavers.org
    78 instructions, a 2 ,usec add time, a macro-assembler and a higher-level ... the central Datapoint 2200 processor which aCts as controller for data ...<|control11|><|separator|>
  21. [21]
    Datapoint 2200 OPCODES - PASTRAISER
    Datapoint 2200 instruction set (version I & version II). x0, x1, x2, x3, x4, x5, x6 ... All instructions marked by "*" are available on Datapoint 2200 version II ...
  22. [22]
    Comparing Datapoint 2200, 8008, 8080 and Z80 Instruction Sets
    Jul 9, 2022 · In this article I'll compare the instruction set of the Datapoint 2200 with that of the Intel 8080 and Zilog Z80.Missing: details | Show results with:details
  23. [23]
    On And Of The Datapoint 2200 Computer - ACM Digital Library
    The slower. (Version I) machine has a shift register memory of up to 8K bytes and instruction execution takes 16 ... Datapoint 2200 Reference Manual [T]. A ...
  24. [24]
    New Datapoint 2200 owner. | Page 4
    Sep 22, 2023 · How can the latch be clocked with a 300 Hz signal and still be able to read out data at a much higher rate? Is there something about the /AR ...
  25. [25]
    [PDF] Oral History of Victor (Vic) Poor
    Dec 8, 2004 · Shustek: Which is a problem that Intel eventually inherited with the 8008 and having to be to this day compatible with that instruction set .
  26. [26]
    [PDF] Total Cartridge Concept - Bitsavers.org
    78 instructions, a 2 ,usec add time, a macro-assembler and a higher-level ... the central Datapoint 2200 processor which aCts as controller for data ...<|separator|>
  27. [27]
    Milestone-Proposal:Datapoint 2200 Personal Computer, 1970
    These include 8 bit words, the minimalist instruction set which became the basis of Intel 8008 and 8080 processor chips, the use of cassette tape memory, and a ...
  28. [28]
    The Legacy of the Datapoint 2200 Microcomputer - IEEE Spectrum
    Apr 16, 2024 · The machine also had cassette tape drives for storage, predecessors of disk drives. The computer had options for networking, modems ...Missing: capacity | Show results with:capacity
  29. [29]
    Was the First PC Created in San Antonio?
    ### Summary of Datapoint 2200 Facts
  30. [30]
    History of Datapoint Corporation - FundingUniverse
    Sales surpassed the $100 million mark in 1977, and by 1981 were almost $450 million. The Datapoint 2200 Version II, which could operate without a mainframe, ...Missing: total | Show results with:total