Other Parts Discussed in Thread: CC1350
Hello,
I have 2 Launchpads CC1350, one is a slip radio connected to a RaspberryPi using USB (ttyACM0), and the other is connected to a PC (with Teraterm), and has the cc26xx-web-demo image with the Net-UART flashed to it.
I can send data from the raspberry pi to the cc26xx-web-demo using Net-UART by typing:
nc -6u fd00::212:4b00:1375:b481 7777
in the raspbery pi terminal, and I can receive it on teraterm at the other node.
The Question is how to send a message from the node to the raspberry Pi?
I tried configuring the RaspberryPi to listen to remote port by:
nc -6vulkw 1 7777
but I receive nothing when I write a message in teraterm.