简体   繁体   English

Arduino enc28j60 TCP堆栈

[英]Arduino enc28j60 tcp stack

I want a connection between my arduino and my pc. 我想要在我的arduino和我的电脑之间建立连接。 I've a enc28j60 connected to the arduino. 我有一个连接到arduino的enc28j60。 I would like to use tcp packages but I can't find any example code or something. 我想使用tcp包,但是找不到任何示例代码或其他内容。 Can someone help me with this? 有人可以帮我弄这个吗? I just want to receive and send tcp packages! 我只想接收和发送tcp包!

EDIT: ADDING PURPOSE! 编辑:目的!

I'm designing a rfid system where a rfid cart unlocks a door. 我正在设计一个rfid系统,其中rfid推车可以打开门。 You can authorize cards with a web interface and set things like time settings there. 您可以使用网络界面授权卡,并在其中设置时间设置。

I have made a website with a sql database. 我用sql数据库制作了一个网站。 I can read this with a simple piece of python. 我可以用一个简单的python阅读。 At the other and I have an arduino which can read rfid tags. 在另一个地方,我有一个可以读取rfid标签的arduino。 The problem here is that i want to connect them. 这里的问题是我要连接它们。 Do you have any sugestions! 你有任何建议吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我们将 Mnist 训练图像重塑为 (60000,28,28,1) 而不是像这样直接使用 (60,28,28)? - why do we reshape the Mnist training images to (60000,28,28,1) instead of using it directly like this (60,28,28)? Python TCP堆栈实现 - Python TCP stack implementation Scapy和TCP堆栈:避免我系统的TCP堆栈发送RST - Scapy and TCP stack: avoid the TCP stack of my system to send an RST 通过TCP从arduino发送数据到python - Sending data over TCP from arduino to python Symbian的堆栈限制是否也适用于PyS60? - Does the stack limit of Symbian also apply to PyS60? 解码从 arduino 发送到 TCP 服务器的字节数组 Python - decoding a Byte Array sent from arduino to TCP Server made with Python Arduino上的TCP问题。 从Python TCP套接字服务器读取字符串 - Issues with TCP on Arduino. Reading Strings from a Python TCP Socket Server 无法使用SIM900 Shield通过Arduino Uno通过TCP连接到本地机器IP - Can't connect to local Machine IP through TCP From Arduino Uno using SIM900 Shield 将[28,28,2] matlab数组转换为[2,28,28,1]张量 - convert [28,28,2] matlab array to [2, 28, 28, 1] tensor Python:将1×28×28数组转换为28×28矩阵 - Python: convert a 1-by-28-by-28 array to a 28-by-28 matrix
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM