transmit API Frame from xbee pro s2b ZigBee RF Modules to ConnectPort X4

my task to transmit API Frame from xbee pro s2b ZigBee RF Modules to ConnectPort X4 and further to Idigi manager pro
for example :

7E :API Frame
00 22 : Length
90
00 13 A2 00 40 47 64 DA : 64 bit address
DA F9 : 16 bit address
01
4D : M
59 : Y
43 : C
4F : O
55 : U
4E : N
54 : T
45 : E
52 : R
3D : =
00
30 : 0
00
0D : checksum

MY COUNTER = 0;

how should I do this ?
What should I use applique from The Digi ESP for Python Development Environment
How create the Smart Project Editor for iDigi Dia for this task

Hi,

As you need to receive the data as ‘mycounter=0’ then you need to bind the zigbee sockets for the communication between two modules. Go through www.digi.com/wiki/developer – browse category — Working with ZigBee.