hybridgroup / rubyserial

FFI Ruby library for RS-232 serial port communication
https://rubygems.org/gems/rubyserial
Other
154 stars 27 forks source link

Disable DTR control signal on connect #15

Open Ghardo opened 9 years ago

Ghardo commented 9 years ago

Hello, have the rubyserial 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.

zankich commented 9 years ago

@Ghardo this sounds like a useful option that shouldn't be too difficult to add as a configuration parameter

Ghardo commented 9 years ago

thats nice thanks

donv commented 5 years ago

Hi @zankich !

I need to control DTR in a project, and I have time to implement it. Could you give me some pointers on how and where in the code to add this?

deadprogram commented 5 years ago

Perhaps @juliancheal can help point you in the right direction, @donv