Skip to content

Instantly share code, notes, and snippets.

@djmitche
Created January 24, 2010 18:03
Show Gist options
  • Select an option

  • Save djmitche/285343 to your computer and use it in GitHub Desktop.

Select an option

Save djmitche/285343 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl -w
use Device::SerialPort;
Device::SerialPort->new("/dev/ttyUSB0")->pulse_dtr_on(100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment