我需要连接或存储来自arduino uno和我的SQL 2014的数据 [英] I need to connect or store datas from arduino uno and my SQL 2014

查看:110
本文介绍了我需要连接或存储来自arduino uno和我的SQL 2014的数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究基于指纹的ATM。我有编码在arduino uno的帮助下扫描并验证我的指纹。我需要将我的数据连接到我的SQL服务器。有没有办法连接在线网络。



我尝试过:



尝试使用arduino uno !!但我需要在c#中执行此操作。

解决方案

由于SQL Server - 显然 - 不在你的Arduino卡上,你必须有某种连接来获取/存储数据...

如果不要求在线访问,您可以使用存储卡离线传输更改,在这种情况下,您必须有第二个应用程序(不在Arduino上,以及连接到DB)以处理SQL端...


使用UNO上的USART将数据上传到PC上也与SQL数据库交互的串行程序。

I am working on fingerprint based ATM . I have got coding to scan and verify my fingerprint with the help of arduino uno. I need to connect my datas to my SQL server. Is there any way to connect with out online network.

What I have tried:

Try with arduino uno !! But I need to do it in c# .

解决方案

As SQL Server - obviously - does not on your Arduino card, you must have some sort of connection to get/store data to it...
If online access is not a requirement, you can use a memory card to transfer changes offline, in which case you have to have a second application (not on the Arduino, and connected to the DB) to handle the SQL side...


Use the USART on your UNO to upload data to a serial program on your PC that also interacts with the SQL database.


这篇关于我需要连接或存储来自arduino uno和我的SQL 2014的数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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