Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

ZX Interface 1

From Wikipedia, the free encyclopedia

The ZX Interface 1 with the ZX Microdrive connected

The ZX Interface 1, launched in 1983, was a peripheral from Sinclair Research for its ZX Spectrum home computer. Originally intended as a local area network interface for use in school classrooms, it was revised before launch to also act as the controller for up to eight ZX Microdrive high-speed tape-loop cartridge drives. It also included a DE-9 RS-232 interface capable of operating at up to 19.2 kbit/s. At hardware level it was fundamentally a voltage adaptor, the serial protocol being implemented in software by bit-banging. This led to problems when receiving data, but not when transmitting.

A wedge-shaped device fitting underneath the ZX Spectrum, for correct fitment 2 screws needed to be removed from the underside of the Spectrum, the existing screwholes being used by longer screws running through the ZX Interface 1 to stop it from inadvertently becoming detached, the ZX Interface 1 contained 8 kB of ROM comprising the control software for the Microdrives, an RS-232 port and network interface. This extended the error handler in the Sinclair BASIC to allow extra keywords to be used. As this became an official standard, other developers quickly used this mechanism to create language extensions to Sinclair BASIC.

Two further revisions of the device's firmware were made following launch.[1] These aimed to improve ZX Microdrive cartridge formatting and access time, printing functions via the RS-232 interface, and other bugs in the firmware held in the device's internal 8K ROM. Machine code software which used the officially documented entry points ('hook codes') would experience few incompatibility issues; however, programs using non-standard entry points risked incompatibility due to the presence of revised entry points.

The same protocol, renamed QLAN, was later used on the Sinclair QL. This was intended to be interoperable with ZX Net, but due to timing differences interoperability was found to be problematic.

The ZX Interface 1 was incompatible with some later ZX Spectrum models such as the +2A and +3, due to differences in ROM and in the expansion connector. It was therefore impossible to connect and use the Microdrive units with these later models. It did, however work with the original +2, although the much larger case made the interface an awkward fit.

YouTube Encyclopedic

  • 1/3
    Views:
    23 611
    1 694
    9 601
  • ZX Spectrum 48K - How to replace the ROM with an EPROM
  • The Sinclair Microdrive Nightmare - episode 11, inspect and service Microdrives (tutorial)
  • Sinclair ZX 48k 128k Spectrum Repair: How to fix a 48k/128k Spectrum Keyboard Membrane Replacement

Transcription

Network

ZX Spectrum peripheral ZX Interface 1
Sinclair QL rear

The device offered two network ports, allowing up to 64 ZX Spectrums to be daisy-chained using network leads up to 3 metres (10 ft) long. The network, called ZX Net, used a bidirectional wire with a proprietary CSMA-like protocol. Data could be sent or received at 100 kbit/s either to or from a numbered workstation, or broadcast to all nodes, allowing one machine to act as a server.

Station number 0 is used to indicate broadcast. Data is transmitted in packets, each a maximum of 255 bytes long; the packet and the header are protected by a checksum. Character transmission uses 1 start bit, 8 data bits and 1 stop bit (the common 8-N-1 configuration).

Main commands:[2]

FORMAT "n";<station number>
SAVE * "n";<station number>
LOAD * "n";<station number>

Select for example 1 as the address of the first computer (station number):[2]

FORMAT "n";1
SAVE * "n";2

Select 2 for the second computer address:[2]

FORMAT "n";2
LOAD * "n";1

Which will then transfer the program from "1" to "2".

Other commands:[2]

CAT # Lists the file and directory contents of unit #
LOAD * "m";1;"name" # Loads the program "name" from "microdrive" unit 1

See also

  • ZX Interface 2 – an interface providing joystick and ROM cartridge ports
  • ZX8302 – ULA integrated circuit designed for the Sinclair QL

References

  1. ^ Interface 1, Issue 10, December 1984, Your Spectrum 10
  2. ^ a b c d worldofspectrum.org - Microdrive and Interface 1 manual, 1983, file date

External links

This page was last edited on 25 April 2024, at 23:44
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.