开发者

what is the best way to get live data from serial port and save it in SQL database?

开发者 https://www.devze.com 2023-03-28 22:47 出处:网络
what is the best way to get live data from serial port and save it in SQL database? and display it on ASP.开发者_开发问答NET website ?

what is the best way to get live data from serial port and save it in SQL database? and display it on ASP.开发者_开发问答NET website ?

Is it something that can be done by webservices or client side programm is required to install on the machine ? any suggestions ?


You'll need two separate applications.

One to read the data from the serial port and send it to your web application via web services to be written to the database.

The second would the be actual web application including the web services to receive and write the data to the database as well as displaying the data on the site once it is uploaded.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号