Jetson TX2 Communication

Hello, I want to use PC with windows system to send pictures to TX2. TX2 accepts the pictures and returns the results to the PC after being processed by the specified program. Now I want to realize it through USB communication (maybe there are other better schemes,if u know ,please tell me! ) . I know little about this knowledge. How can I realize it?

Please refer to project sharing at Latest Jetson & Embedded Systems/Jetson Projects topics - NVIDIA Developer Forums to see if can gain some ideas.

Hi,
A general way is to use ssh communication. You can use type-A to micro-B adapter to connect PC with TX2, to let TX2 run in device mode. And the install PuTTY to run command like:

$ scp test.jpg _YOUR_USER_NAME_@192.168.55.1:~/

For more complicated case, please check Jetson Projects forum.

Thanks for your help !

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