Hello, I was wondering how I could send a byte array of 16 or more bytes from the pi to a computer, where the computer would receive it via USB. How would it be possible? If possible, could you please include links of any tutorials or videos?
Should I use UART? Could UART send a byte array of this length?
I have sent them over via wifi, using sockets on python, now I need to send them over USB, as it is faster and more reliable.
Thanks!