Skip to content

Instantly share code, notes, and snippets.

@hilukasz
Created December 8, 2012 04:40
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 hilukasz/4238638 to your computer and use it in GitHub Desktop.
Save hilukasz/4238638 to your computer and use it in GitHub Desktop.
// Example by Tom Igoe
import processing.serial.*;
// The serial port
Serial myPort;
// List all the available serial ports
println(Serial.list());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment