Dear Sir/Madam I have a MCB1700 board and i want to control its LEDs via pc via TCP/ip.in order to do it i used LEDswitch program but i read the help and it suggests to use a specific windows application for control the LEDs via LAN cable and pc.in this case the board is a server and PC is a client. How can i find this windows application ? can i use command prompt window instead of windows application?if yes please help me how to use it. Also please give me some help for configuring my LEDswitch program codes on my board.
Thank you
"Couldn't connect. Please check the TCP/IP setting of your PC"
But you've got source code for both ends of the transaction, can't you refine your understanding of the problem a little bit better? What errors/failures on the PC side would cause it to throw the error? Can you replicate that with WINSOCK based code that performs the equivalent function?
Yes Pier i have LEDSwitch.exe C++ source code but it makes me complicated.I familiar with C# and can simply write a client server socket program with it but when i debug LEDSwitch.exe unfortunately can't find the problem.I haven't got any winsock app.Can you give me an application that i can test the TCP connection between PC and mcb1700?