hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports
http://rubygems.org/gems/serialport
GNU General Public License v2.0
246 stars 58 forks source link

Disable DTR control signal #56

Open Ghardo opened 10 years ago

Ghardo commented 10 years ago

Hello, have the serialport lib any resolution to disable the DTR control signal on connect? More info http://forum.arduino.cc/index.php?topic=28167.15

I want to use this lib to communicate with an Arduino on a linux os.