Skip to content

Instantly share code, notes, and snippets.

@smching
Created February 28, 2016 09:52
Show Gist options
  • Save smching/b5cce6b70b8b9944ec08 to your computer and use it in GitHub Desktop.
Save smching/b5cce6b70b8b9944ec08 to your computer and use it in GitHub Desktop.
Wireless Router Remote Control Car
#!/bin/sh
cmd=$QUERY_STRING
echo $cmd+"\r" > /dev/ttyUSB0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment