ACC HDLC-NRM (SDLC) User's Guide

Software Installation and Verification
Installation Verification
Chapter 228
Step 8. Data can now be sent over the established links between primary and
secondary terminals. In this example, one 40 byte message is sent to one
of the two primary terminals and another to one of the two secondary
terminals:
% zterm
13:49:07 ZCOM Interactive command utility
13:49:07 Primary ZLU is 801
ZTERM> rc 1 20
ZTERM> tx 1 40 0 1
13:49:55 TX test complete!!!
ZTERM> tx 12 40 0 1
13:50:04 TX test complete!!!
Step 9. The data sent can now be received and displayed. Note that the message
sent to ZLU 1 is received from ZLU 11, and similarly the message sent to
ZLU 12 is received from ZLU 2, because of the loopback configuration.
ZTERM> rx li
13:50:12 Msg from tmnl ZLU#00011(00123) len 40 No error detected
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII.....ASCII.....
000 5A74 3031 3532 3500 206D 6573 7361 6765 206E 6F2E Zt01525 message no.
010 2030 3030 3031 206C 656E 6774 6820 2020 2034 3024 00001 length 40$
13:50:12 Msg from tmnl ZLU#00002(00123) len 40 No error detected
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII.....ASCII.....
000 5A74 3031 3532 3500 206D 6573 7361 6765 206E 6F2E Zt01525 message no.
010 2030 3030 3031 206C 656E 6774 6820 2020 2034 3024 00001 length 40$
<CNTRL-C>
13:51:13 Error on ZREAD: Interrupt occurs while waiting
13:51:13 Messages received 2, Messages sent 0
13:51:13 Elapsed time secs 61, Messages/sec 0
13:51:13 Data in KBytes 0, Data rate (KB/s) 0
13:51:13 Sys CPU 0%, User CPU 0%, Total CPU 0%
13:51:13 Mux 0 utilization 7%
ZTERM> ex
NOTE The zterm rx command must be terminated by using a <cntrl-c>
command.