Netduino与Arduino的沟通 [英] Netduino Communication with Arduino Due

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

问题描述

我想将Netduino用作网络服务器,

Netduino是否有可能与Arduino进行通信?由于控制了到期的LED?我如何与Due沟通?



我想要一个没有任何人访问网络服务器的安全网络服务器,我可以做些什么来保证我的网络服务器安全?

解决方案

> Netduino与Arduino联系到期



两种解决方案:



1.通过主机PC进行通信...... Netduino< - >以太网< - >主机PC< - > Arduino Due。



2.直接串行... Netduino< - >三根线(RxD,TxD,Gnd)< - > Arduino到期。将Netduino上的RxD连接到TxD of Due;将Netduino的Txd连接到Due的Rxd。 Gnd to Gnd。



对于#2,两个设备都应连接到同一电源以避免接地回路。



为了安全起见,您需要解释为什么要允许或禁止访问的类型。此外,Web服务器看起来只支持基本身份验证,这对您来说可能不够。



http://embeddedwebserver.codeplex.com/ [ ^ ]

I want to use the Netduino as a webserver,
Is it possible that the Netduino communicates with the Arduino Due to control an LED onboard the Due? And how can I communicate with the Due?

I want a secure webserver without anybody accessing the webserver, what steps can I do to make my webserver secure?

解决方案

> Netduino communicates with the Arduino Due

Two solutions:

1. Communicate through host PC ... Netduino <-> Ethernet <-> Host PC <-> Arduino Due.

2. Direct serial ... Netduino <-> three wires (RxD, TxD, Gnd) <-> Arduino Due. Connect RxD on Netduino to TxD of Due; connect Txd of Netduino to Rxd of Due. Gnd to Gnd.

For #2, both devices should be connected to the same power source to avoid ground loop.

For security, you will need to explain why types of access you want to allow or disallow. Also, the web server looks to support only basic authentication which may not be enough for you.

http://embeddedwebserver.codeplex.com/[^]


这篇关于Netduino与Arduino的沟通的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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