Can TX2 usb3.0 port set to device mode and send image data to Computer under more than 200MB/s?

can TX2 usb3.0 port set to device mode and send image data to Computer under more than 200MB/s?

USB 3.1 gen. 1 is 5000 Mbit/s, which is 625 MB/s if you exclude overhead. Probably it works.

There are some caveats though, e.g., your program which consumes the data would have to be fast enough. So you might need to set the power mode to max and force the clocks away from energy saving modes (maybe). Other hardware traffic might interfere with this, e.g., if the traffic gets stored on disk, then the disk might not keep up, or the time spent working on disk might reduce the time the CPU has to work on the actual data throughput, so it is important to try it to find out.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.