Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DTR    Data terminal ready

Notes

The Cambridge Z88 RS232 port is wired as Data Terminal Equipment

...

CTS on the Cambridge Z88 must be high for the Cambridge Z88 to transmit, and DCD must be high for the Cambridge Z88 to receive. For simple RS232 use, connect pins 5 and 8 to pin 9, and connect pins 2 (TxD), 3 (RxD), and 7 (GND) to the other computer.

Import/Export protocol for Send & Batch Send/Receive functions

The Import/Export protocol is given here for programmers who want to interface the Cambridge Z88 to a computer by writing their own interface software.

Control sequences

SequenceFunction
ESC NStart of file name
ESC FStart of file/end of file name
ESC EEnd of file
ESC ZEnd of file or end of list of files
ESC B x xWhere x x is two ASCII digits representing a hex
byte. For example, the byte &A9 is transmitted with
ESC B A 9.

Note that all the characters after the ESC code must be in upper-case ASCII.

Transfer protocol

First file, and subsequent files: 
ESC N filename ESC F data ESC E

...