User`s guide
Install NSlConnecf (NSI mode only)
This message writes the NSIConnect byte.
A value of OxFF (the default) will disable
this feature. When this feature is enabled, the SLTA-10 Adapter initiates a dial-out
when it receives an AddMyNSI message.
typedef struct {
byte sub-code;
// always #I
byte app-command;
// value = 18
byte NSIConnect;
// two 4-bit fields
1 ANM-install-nsiconnect;
Install CallbackEnable (NSI mode only)
The CallbackEnable configuration byte is written as a Boolean value using this
command. A valus of zero (the default) will disable the callback configuration. When
this feature is enabled and a remote host dials-in to the SLTA-10 Adapter, the SLTA-
10 Adapter terminates the call and initiates a dial-out using the address entry
requested by the initial dial-in.
typedef struct {
byte sub-code;
// always #I
byte app-command;
// value = 19
byte NSIConnect;
// Non-zero enables callback
1 ANM-install-callbackenable;
Repon’ SLTAEE (NSI mode only)
This command will result in a response that includes the address of the SltaEE data,
the revision of the data structure, and its length.
This information can be used to
read back any portion of the structure for analysis and deconstruction.
typedef struct {
byte sub-code;
// always #I
byte app-command;
// value = 20
1 ANM-report-sltaee;
The response is:
typedef struct {
word abs-address;
// 16-bit absolute address of
// structure
byte version;
// currently 1
byte length;
1 ANM-report-sltaee-resp;
Using the SLTA-10 Adapter with a Modem