Protocol processing modules, Module types, Protocol processing modules -14 – Kentrox AI232 User Manual

Page 160: Module types -14, Refer to

Advertising
background image

AI232 Version 9.6x User’s Guide

Alias and Call Routing Configuration: Protocol Processing Modules

7-14

Protocol Processing Modules

Protocol processing modules are used to process data as it passes through AI232.

Module Types

The following module types are available:

z

Packetizing module (

PKT

)

z

Translation language one (

TL1

)

z

Telnet module (

TN

)

z

Asynchronous protocol processing module (

ASY

)

z

Line discipline module (

STT

)

PKT

The packetizing module holds data as it arrives until AI232 receives specified
characters (such as new lines). Once the packetizing character is received, all of the
data that has been held is passed on as a single packet. This module also allows data
to be packetized on a timer, which you can set. It also allows you to specify which
characters, if any, to be filtered out of the data stream. PKT works on all protocols.

Defaults
Sets no packetizing timer

Sets no idle packetizing timer

Sets the packetizing timer to .06 seconds

Sets no filter characters

Passes the break upstream

Passes the break downstream

Discards unpacketized data when passing the break upstream

Optional Parameters

-T

d

Sets the packetizing timer to

d

hundredths of a second. It packetizes

d

hundredths of a second after the last time it was packetized. By setting

d

to zero, the option is turned off.

-I

d

Sets the idle packetizing timer to

d

hundredths of a second. It packetizes

after

d

hundredths of a second after not receiving any new characters.

-P

d,d,d

Sets the packetizing characters to the numbers entered in each

d

option.

Specify up to 16 characters.

Advertising