acerion / cwdaemon

Morse code daemon for unix systems
GNU General Public License v2.0
14 stars 5 forks source link

Implement an option for flexible assignment of RTS/DTR lines #3

Closed dl8dtl closed 2 years ago

dl8dtl commented 4 years ago

The main objective of the change is to make the RTS/DTR line assignment to the individual functions more flexible, or to turn it off if not needed. It is handled by implementing a -o <opts> option which can be specified multiple times, and where parsing <opts> is passed to the driver chosen (by -d <cwdevice>). That way, it would also be possible to implement the same flexibility to the parport device if needed. (Are there parports around at all anymore these days?) Documentation has been updated, including an example in the README file.