I connected Digi connect wi-me to my serial device, then I configured it as TCP server. I successfully read data from Digi connect wi-me, but I can not write data to it through TCP socket. When I try to write, all data echoes back to me.
I attached digi wi-me to my serial device and I try to communicate it with my notebook through wi-fi. I am using c#.net and TCP sockets. There is no problem in connecting each other via access point.
When I send data from serial device, I can successfully read it from my notebook. However when I send data from notebook, my serial device can not get any data. I need your assistance regarding with this problem (only one-way communication).