EnrMa Posted May 18, 2011 Posted May 18, 2011 Yes, it is possible, take a look at the TCP/UDP-functions in AutoIT.
EnrMa Posted May 19, 2011 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
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