when i can use winsock/winsock2 OR CSocket/CAsynsSocket
Muhammad Azeem Azam
Posts
-
differnece between winsock and csocket -
connecting client to serveractually i have to just check the sample program of visualC++ 6.0 a)CHATTER b) CHATSER for chatter it asks me to provide the 1)handle. 2)Server for server it asks me to provide 1) channel. now what should i do
-
connecting client to serveri have copied the server(Sample of visual C++) from internet. but how can i get the ip address.
-
connecting client to serveri have windows xp home edition sp2. i am working in visual C++ 6.0. i have a chatter client (Sample). i don't know how to connect to sever. how can i make server on my laptop. i want to know possible solutions. Thanks Bye
-
data transfer between pc and microcontrollerI want to write a program in Visual C++ to transfer and receive data between a computer and microcontroller over wireless LAN. I have to implement TCP/IP Protocol for Data Transfer. From where should i start. I am the beginner. Thanks
-
Ethernet ProgrammingI want to write a program in Visual C++ to transfer data between a computers and microcontroller. I have to use the wireless communication between PC and Microcontroller. What i need (libraries, or is there any help in MSDN.) What i figured out is that i need "winsock" for programming. Where should I start. thanks
-
Ethernet ProgrammingI want to write a program in Visual C++ to transfer data between a computers and microcontroller via 10/100 Ethernet RJ-45. What i need (libraries, or is there any help in MSDN.) What i figured out is that i need "winsock" for programming.(TCP client and TCP Server) Where should I start. thanks
-
ethernet programmingI want to write a program in Visual C++ to transfer data between a computers and microcontroller via 10/100 Ethernet RJ-45. What i need (libraries, or is there any help in MSDN.) What i figured out is that i need "winsock" for programming.(TCP client and TCP Server) Where should I start. thanks
-
how to receive data from microcontroller wirelesslyHow can i receive data on my pc from microcontroller using acessspoint. My microcontroller has TCP/IP stack. do i have to use TCP protocol as well for receiving the data. thanks