Newsletter
October 13, 2016 - 4:50pm, 2995 views
Can we make our module EHS5 or EHS6 as a TCP Server and listen on a port, If yes, how can we do it. So that we
Yes, it is possible. You can do that both with AT commands or Java MIDlet.
Its great. Can u please let me know, how to achieve it in java midlet.
You can find the short example in the API (ServerSocketConnection interface). If there will be more than one connection simultaneously you should start each one in a new thread.
Regards,
Bartłomiej