jputcu / serialport

Cross platform haskell library for using the serial port
Other
43 stars 36 forks source link

Lock the serial port for exclusive access on POSIX #35

Open mokus0 opened 4 years ago

mokus0 commented 4 years ago

Set TIOCEXTL ioctl to make sure the serial port doesn't accidentally get shared. This is the same method used by other tools such as screen and minicom.

jputcu commented 4 years ago

Hello, thanks for the pull request, but it has been many years and I've moved on from Haskell and no longer maintain this library. Sorry. Joris

mokus0 commented 4 years ago

no problem, i had gathered that from looking over the project, but I figured it'd be worth opening the PR anyway just so future people looking at it (including if anyone ever has time to take over the project) would be aware of the work.

dopamane commented 3 years ago

@mokus0 I have taken over maintenance of serialport. The new source repository head for Hackage is here and I would really appreciate if you re-submit the PR! Thanks