How to take data from Arduino serial monitor using ASP.net | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

22nd Jan 2018, 11:12 AM
pranav kela
pranav kela - avatar
1 Answer
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.
22nd Jan 2018, 2:02 PM
Stephen Frick
Stephen Frick - avatar