- Turn off your ZX Spectrum
- Connect the Interface Z, ensure that it is firmly inserted into the expansion port.
- Power on your ZX Spectrum.
- Push the USR button to bring up the ZX Interface Z main menu.
The Interface Z can be controlled through the ZX Interface Z main menu which is brought up by pushing the USR button or by accessing the Web Interface if network has been set up.
Not implemented yet.
Q
- UpA
- DownENTER
- SelectBREAK
- Back
Adjusting Video output
- Trigger the main menu, and chose Play tape (fast)... choose the TAP or TZX file.
- Type in
LOAD ""
- Enjoy as if you were using a super fast tape.
- Type in
LOAD ""
- Trigger the main menu, and chose Play tape... choose the TAP or TZX file.
- Enjoy as if you were using a real tape.
Default is SSID ZXInterfaceZ
, password zxspectrum
, and IP 192.168.120.1
.
You can connect to the ZX Interface Z's serial console by connecting a
USB-cable to the micro USB port and connecting with a terminal program
at 115200
baud with 8N1
. The USB serial chip used is a CH330.
Example command to connect with cu
on Linux:
cu -l /dev/ttyUSB0 -s 115200
Be sure to double check which device is the ZX Interface Z. It can be done
with dmesg | grep ttyUSB
.
TODO See console.c