Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all

How can I make a connection between laptop and Module MT7601 ?
How can I make this a direct connection (no extra part in between),
I want make this connection with C# program.
tnx :)
Posted
Comments
[no name] 7-Jan-15 16:04pm    
And the effort from your side until now?
At least you can mention what Kind of Interfaces the MT7601 supports.
Then describe the protocoll and describe the part you have Problems ;)
MARSA347 7-Jan-15 16:23pm    
I just could produce a hotspot wifi and share internet :|
I don't know this module How it works.
can you help me?
[no name] 7-Jan-15 16:26pm    
No sorry :(
MARSA347 7-Jan-15 16:29pm    
tnx ;)
Sergey Alexandrovich Kryukov 7-Jan-15 16:06pm    
USB, WiFi... Please read the manufacturer documentation...
—SA

1 solution

Without knowing what you want to do, I searched on Internet: your module is just a USB Wifi adapter so connecting to it will be the same as connecting through any other of your laptop's network interfaces.

With C# you can get a list of NetworkInterfaces and chose whichever. The network programming part is then standard server and client socket communication. Remember that the application you write is on higher layer than the USB or network interface and mostly independent.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900