Send data to Jetson TX2 using TCP/IP
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I want to send data from Simulink on my laptop to my Jetson TX2 board using the TCP/IP blocks available in the GPU Coder Support Package for NVIDIA GPUs. In this case I want the laptop to act as the client and the TX2 as the server where I will be running a Python script to receive the data and perform calculation on it. The laptop and Jetson board are connected using an ethernet cable and a Link-Local connection is created between them. However, I cannot get the TCP connection to be accepted by the server and therefore no data is being sent.
So far I have:
- Set up the connection using the TCP blocks from Instument Control Toolbox. However, using these it is not possible for me to run my simulations in real time.
- Checked that the connection is working by pinging both the laptop and the TX2.
- Made sure my firewall is disabled.
Any insight into how I can solve my problem is much appreciated.
Thanks!
Matilda
3 件のコメント
Ramakrishna Mandalapu
2021 年 7 月 19 日
Hi Matilda,
Are you using the correct port to request for connection at the server?
Ramakrishna
arci biyo
2022 年 2 月 11 日
Did you solve this problem? I encoutred with same problem like you. Probably, ı can not configure ip adress and port. Now, ı can send ping to jetson. However, ı cant send data to jetson with ethernet. I didnt understand what is my problem.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!