Can any one please provide me with good resource information about where and how I can understand the encoding of the "Address field" (in an HDLC frame) into Octets, using the extended bit (bit 0), in the even of extending addressing.
Let us assume I want to send the address 0x1234, what will be the final octets after encoding with the extended bit. Hope you can understand my question?
Thanks in anticipation.
The address field range can be extended by reserving the first transmitted bit (low-order) of each address octet which would then be set to binary zero to indicate that the following octet is an extension of the address field. The format of the extended octet(s) shall be the same as that of the first octet. Thus, the address field may be recursively extended. The last octet of an address field is indicted by setting the low-order bit to binary one. See Fig 1 of attached.
When extension is used, the presence of a binary "1" in the first transmitted bit of the first address octet indicates that only one address octet is being used. The use of address extension thus restricts the range of single octet addresses to 0x7F and for two octet addresses to 0…0x3FFF.
Lower HDLC Address = 3FFF H = 0011111111111111 B
Upper HDLC Address = 1234 H = 0001001000110100 B
Considering the Address above and its encoded result shown in Fig 2, I really want to know how they got to this final encoded octet (fig 2)
.
I was unable to fix it up. That was why I needed more information that can help me understand. Can anyone please provide some simple Explanation? Thanks.