机器人编程 [英] Programing for Robot

查看:135
本文介绍了机器人编程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

如何在 laptop 和模块 MT7601 之间建立连接?
如何使它直接连接(两者之间没有多余的部分),
我想通过 C#程序建立此连接.
tnx:)

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 :)

推荐答案

在不知道要做什么的情况下,我在Internet上搜索:您的模块只是USB Wifi适配器,因此连接到它的方式与通过笔记本电脑的任何其他网络接口进行连接.

使用C#,您可以获取NetworkInterfaces的列表并选择其中一个.然后,网络编程部分是标准服务器和客户端套接字通信.请记住,您编写的应用程序位于USB或网络接口的更高层,并且大多是独立的.
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.


这篇关于机器人编程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆