I need to save data in an Excel file, for this I use the CSV utility. I am using a device driver based on raspberry. But I have the doubt of how to download these files on my PC. I understand that these are saved on the Raspberry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like this Excel file with the stored data to be automatically saved on my PC, once written to the CSV. Is it possible to do this only by changing the address in "filename" of the CSVInit ?. Or they are automatically sent to linux on the Raspberry, as it is my controller device.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to save data in an Excel file, for this I use the CSV utility. I am using a device driver based on raspberry. But I have the doubt of how to download these files on my PC. I understand that these are saved on the Raspberry.
I would like this Excel file with the stored data to be automatically saved on my PC, once written to the CSV. Is it possible to do this only by changing the address in "filename" of the CSVInit ?. Or they are automatically sent to linux on the Raspberry, as it is my controller device.