AC130 Posted May 18, 2011 Share Posted May 18, 2011 (edited) Nevermind, > Edited May 19, 2011 by AC130 Link to comment Share on other sites More sharing options...
EnrMa Posted May 18, 2011 Share Posted May 18, 2011 Yes, it is possible, take a look at the TCP/UDP-functions in AutoIT. Link to comment Share on other sites More sharing options...
AC130 Posted May 19, 2011 Author Share Posted May 19, 2011 is that all ill need? thanks btw Link to comment Share on other sites More sharing options...
EnrMa Posted May 19, 2011 Share Posted May 19, 2011 (edited) Yes,take a look at the online documentation for TCP.TCPConnect as Client.andTCPListen as Server/Host.And then you can Send Data with:TCPSend as Client.and Recieve with:TCPRecv as Server/Host.I hope this helps a little bit.That's a good start for learning about TCP in AutoIT.Edit, I see your first Post, what does 'nevermind' mean in this case ? Edited May 19, 2011 by EnrMa Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now