07-20-2011 01:42 PM
Hello,
I am working on developing a GUI application where client is a microcontroller and server is a GUI running on Win 7 32-bit machine. I have implemented a sample application running on XP and communicates with the microcontroller using socket programming. I am trying to do the same with Win 7 32-bit machine but its not
working. This sample app will just echo back the string sent by the microcontroller.
I have attached the sample GUI to run on XP machine and an .exe file which simulates as a microcontroller.
Command for simulating microcontroller is: TCP.exe <Server IP> <Echo Word> <Port Number>
Need help on this. Thanks.
07-21-2011 03:50 PM
Greetings,
Are you having some sort of error when you attempt it on Windows 7? Or is it just not echoing?
Thanks,
James Duvall
Applications Engineer
National Instruments
07-21-2011 03:52 PM
Thank you James for your reply.
No error messages from the server side but on the client side it times out while connecting.
07-21-2011 04:35 PM
Hello James,
I found out that my windows firewall was blocking the port. Now it works fine.
Thanks.
Sandeep
07-22-2011 04:07 PM
Excellent, I'm glad to hear it.