0

有没有办法通过 Arduino 处理(计算机上运行的程序)打开网络套接字?我想在处理程序上打开一个客户端或服务器套接字,这样我就可以通过 WiFi 与之交谈并通过串行连接控制我的 Arduino。串行连接的东西正在工作,我现在想要的只是通过网络控制处理的某种方式。当然我可以用 wifi shield 直接控制 Arduino,但请不要担心。

4

2 回答 2

1

据我了解您的问题,您希望在处理中建立网络。有一个图书馆可以做到这一点。它允许您创建简单的客户端或服务器。

The Network library makes it easy to read and write data across machines on the Internet. It allows the creation clients and servers. A server connects to a list of clients for reading and writing data. A client is able to read and write data to a server.

祝你好运。

于 2012-06-06T07:07:13.463 回答
0

是的,有一个可以使用没有以太网卡的 Arduino进行SLIP (串行线路互联网协议)

于 2012-06-06T03:42:25.847 回答