Skip to content

Instantly share code, notes, and snippets.

@nazrdogan
Created May 31, 2014 19:55
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 nazrdogan/48bdc9e81dc1867570f2 to your computer and use it in GitHub Desktop.
Save nazrdogan/48bdc9e81dc1867570f2 to your computer and use it in GitHub Desktop.
ubuntu Node.js yükleme ve Arduino SerialPort
# Ubuntu node
sudo apt-get install nodejs nodejs-legacy
# Or Chris Lea's PPA Node (more up to date)
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install build-essential
npm install serialport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment