This repository was archived by the owner on Oct 1, 2022. It is now read-only.
Lock the serial port for exclusive access on POSIX#35
Open
mokus0 wants to merge 1 commit intojputcu:masterfrom
Open
Lock the serial port for exclusive access on POSIX#35mokus0 wants to merge 1 commit intojputcu:masterfrom
mokus0 wants to merge 1 commit intojputcu:masterfrom
Conversation
Owner
|
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. |
Author
|
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
added a commit
to standardsemiconductor/serialport
that referenced
this pull request
Dec 22, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
screenandminicom.