Send data to Jetson TX2 using TCP/IP
2 views (last 30 days)
Show older comments
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 Comments
Ramakrishna Mandalapu
on 19 Jul 2021
Hi Matilda,
Are you using the correct port to request for connection at the server?
Ramakrishna
arci biyo
on 11 Feb 2022
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.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!