I am currently working on a project and i want to communicate via TCP/IP. However i have no previous experience on working with TCP/IP and the sample programs that are available are to complex for my applecation.
Mine application only requires me to send data for the BL2600 and receive command form the windows PC.
Does anyone has a simple sample program or a link where i can find one?
I have a strange problem using TCP/IP socket communication on a BL2600.
In let’s say 50% of the cases, the connection won’t establish first time. My client has to connect 3 or 4 times, and then finally it gets connected. Once it is connected, it works fine. In the other 50%, the connection is established without any problem. ANy ideas?