This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Client/Server configurable PC based sample application for testing.

Hi All,
I would like to test LPC2378 board with an application running on PC which should be configurable as a server/Client. Made a simple application in LPC2378 to send and receive data from active connections (5 connections, open and close one by one circularly).

I can use hyper-terminal to test this. But i would like to check with some real application since i will be communicating with similar application in later stage.

Parents
  • So - a couple of hours and you will have a program that is specifically customized for your needs. No one else knows what your needs are, so it isn't too likely others have programs suitable for you.

    But it is way quicker to fix networking code for the PC than it normally is for an embedded device. Lots of sample code available for all different variants of clients and servers with threading, connection pooling, multiplexing, ...

Reply
  • So - a couple of hours and you will have a program that is specifically customized for your needs. No one else knows what your needs are, so it isn't too likely others have programs suitable for you.

    But it is way quicker to fix networking code for the PC than it normally is for an embedded device. Lots of sample code available for all different variants of clients and servers with threading, connection pooling, multiplexing, ...

Children
No data