syheee
Newbie level 4
You have to use VB.net to write the datalogger windows application.
Can you explain more about it? actually how it work? can VB save into an excel file?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You have to use VB.net to write the datalogger windows application.
Have you done the coding for mcu to send and receive data using USB? Yes, VB can save into an excel file. You have to add the excel spreadsheet component to your vb toolbox and insert it to your vb form. I think you have to use VBA for programming the excel spreadsheet form. You can make the data received through USB by the vb application to be displayed in the excel spreadsheet. There is another way. You can save the data received from USB to a plain text file. The data in the file will be seperated with commas. If you rename the .txt file to .csv file (comma seperated values) and open it in excel you will get the data neatlt tabulated.
See this link https://www.edaboard.com/threads/271146/
I don't have Office 2010 and if I import office XP component in vb.net, vb.net crashes. So I can't help doing the vb.net part using excel.