I'm making a very large program Right now and I need some some code for communicating through a USB port This is what a user would do if the program was finished:
~The user types in a command
~the app looks for a USB port(with a USB cable plugged in)
~if there is one the app connects with the other app that open
~the two users can share data
~If there is more than one USB port with wires in the app asks the user with one he/she wants to use
~If the user selects more than one the program connects to each of the other users and they can shar data
I should tell you that this is a consle app
And is there a way to do this with a wirless adapter
Thanx for anyones help