Skip to content

Instantly share code, notes, and snippets.

@thebadger412
Created December 29, 2012 19:37
Show Gist options
  • Save thebadger412/4408883 to your computer and use it in GitHub Desktop.
Save thebadger412/4408883 to your computer and use it in GitHub Desktop.
sp.on('data', function (data) {
console.log(data);
data = data.toString();
socket.emit('receiveSerial', data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment