harmsm / PyCmdMessenger

Python interface for CmdMessenger arduino serial communication library
MIT License
80 stars 32 forks source link

Add dtr flag #11

Closed harmsm closed 7 years ago

harmsm commented 7 years ago

Added ability to enable or disable DTR when opening a pyserial connection. With DTR enabled, the arduino resets when the connection opens. With DTR disabled, the arduino should not reset. Unfortunately, this is only true for Windows. Using linux, the arduino will always reset. (See here and links therein). Behavior on OSX is currently unknown.