Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated latest EazyLink version info

You might have computer you want to interface with EazyLink, which we have not yet supported. This documentation provides you with the information to develop your Client application to interface with the EazyLink Server. Please feel free to contact us if you are interested in implementing a new client.

The current version of the EazyLink server popdown is 5v5.2.3 (stand-alone edition) and v5.4 (OZ-integrated edition).

For each command description you will see the version number it was developed in. The highest version number always contains all features below of the current version number.

- The initialisation

When the EazyLink Server is activated (#L shortcut) it automatically resets the serial port to 9600 baud for both Receive and Transmit Rates, with No Parity and No Xon/Xoff on the Z88 serial port. Then, a translation table is loaded; either from the external file "translate.dat" or using the internal ISO/IBM standard.

- The main loop

EazyLink now just listens to the serial port for commands to perform (or awaits a command from the keyboard). You may press <ESC> to abort EazyLink (KILLing the popdown) or any other protocol command that currently is being processed.

The main loop waits for two different protocol headers:

...