# README.TXT

***********************************************************

PS/2 Tastatur Treiber Demo Projekt

Dies ist ein Demoprojekt das die funktionsweise des PS/2 Tastatur Treibers mit hilfe des LCD Displays Demonstriert.
Funktionen:

	mit F12: Initialisierung mit Test (wie beim Starten)
	Tasten a-z 0-9 erscheinen auf dem Display
	Backspace, und Return funktionieren erwartungsgemss
	Capslock, Numlock und Scrolllock schalten die entsprechenden LEDs ein oder aus.

fr mehr informationen:
www.w3p.ch/ps2; www.planetnaef.ch

Authoren: Fabian Heusser <iaheusse@hta.fhz.ch>, Pascal Nf <ianaef@hta.fhz.ch>

***********************************************************

Folders used:
- Info: Dort haben sie dieses File gefunden.
- Sources: contains your sources. It contains a 'Trainer_C.c' as a base.
- Debugger Cmd Files: Here you can place your own specific debugger command
  files.
  Wir brauchen hier das Debugger Commandfile postload.cmd. Dieses wird ausgefuehrt
  nachdem die Applikation bereits heruntergeladen worden ist. Dieses File soll
  lediglich veranlassen, dass der Debugger bei der Prozedur main() stehen bleibt.
- Startup Code: Contains the startup code of the application. You may adapt it
  to your own needs, but in such a case make sure that you create a local copy.
- Prm: Linker parameter file used for linking. Note that the file used for the linker
  is specified in the Linker Preference Panel itself (<ALT-F7> or Edit->{Current Build Target Name} settings,
  while the project window is opened).
- Libs: contains the ANSI library to be linked with.
  Zustzlich enthlt der Folder die hc11f1.lib.
- Debugger Project File: This *.ini file is passed to the debugger/simulator
  as configuration file. It contains various target interface settings, and path
  information as well. This file can be edited from the simulator/debugger e.g. using
  File->Configuration in the simulator/debugger.

Dieses Projekt ist fr die Medusa Trainer ausgelegt. Der Debugger kommuniziert
mit diesem Zielsystem.


****Das Projekt enthlt kein Burner command file (*.bbl), welches fr die Erstellung
****eines S19-Files bentigt wird. Falls dieses bentigt wird, kann es von
****\Stationery\BurnerFiles zum Projekt hinzugefgt werden.

IMPORTANT NOTE: to enable the simulator/debugger, you first have to enable
it using following menu: Project->Enable debugger

Metrowerks, addings by M. Mller, Ass FBCT