#new on zigbee...
my configuration is:
local PC ->(ethrnet)->ConnectPortX2->(Xbee)-> RS232 Adaptor->(serial rs232)->Scale indicator.
I'm looking for example how to create TCP server on my gateway that will serve the data coming from to the serial adapter.
i found the Python simple TCP server example
and DIA example for TCP CSV client that's works with delay of 30 seconds..
but i couldn't find how to get the rs232 data..
any idea?