Hello, have a project for my studies with a arduino portenta h7 machin control but i need to write in my usb the data. Have 3 captors connected on my arduino and i need to write the data all the minutes.If you have the idea for help thanks
There is no problem with you posting here other than there may be problems on both sides in understanding one another. For instance, what you call "3 captors" are possibly what I would call sensors, but are they ?
Google translate seems to do quite a good job if that helps
So you can read a sensor and output the value it returns to the Serial port. In that case I am not sure where you are stuck
You mention "all the minutes" in your original post. Do you mean that you want to read the values and output them every minute, or do you mean something else ?
Why not write the data to an SD card connected directly to the Arduino, then you can read it with whatever device (PC, tablet, 'phone, etc) that you want
If you are printing to the Serial monitor then you are already writing to the USB port of the board
I know little or nothing about the Arduino Portenta H7 but I very much doubt that it can write directly to a USB device plugged into the PC if that is what you want to do. Is that what you want to do ?
If so then using a terminal emulator program on the PC, such as CoolTerm you can capture the data received on a serial port and write it to a file. The file could be on a USB memory stick if that is what you want