+ 1
How to take data from Arduino serial monitor using ASP.net
I have to take RFID data in my ASP.net MVC project and then I have to store in sql server
1 Réponse
0
How is the data being sent from the Arduino? I would use a POST from my Arduino and then format the data into a SQL Append statement on my SQL Server.