Skip to content

Instantly share code, notes, and snippets.

@joninvski
Last active October 10, 2015 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joninvski/3646110 to your computer and use it in GitHub Desktop.
Save joninvski/3646110 to your computer and use it in GitHub Desktop.
Using netcat to transfer files
xuartctl -p 0 -o 8o1 -s 9600 -d
# Client:
nc -v -w 30 -p 5600 -l > uart_gps_test
# Server:
nc -v -w 2 192.168.2.43 5600 < uart_gps_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment