User`s guide
Usage
A single programmable serial gateway library
(PSG . LIB)
is included with the
PSG software. Depending on the hardware you intend to use, one of the
following #defines must be defined in your source ( . NC).
#define SLTASIP
When targeting PSG-10
#define SLTA2
When targeting PSGI2
#define PSG20
When targeting PSG/3 or PSG-20
This will control which low-level I/O access functions are used. Include the
#define
before the
#include <PSG. H>
statement. For example:
#include cnetdbg.h>
#define PSG20
#include cpsg.h>
. . .
when (reset)
I
. . .
1
13-6
Programmable Serial Gateway