I'm trying to use sockets on FRDM KW41Z.
I found I can create a connection via the help:
$ help socket
socket - IP Stack BSD Sockets commands
socket open <protocol> <remote ip addr> <remote port>
socket send <socket id> <payload>
socket close <socket id>
Opening and sending works fine, but how to I view the data on the receiving end?