Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mono on Linux does not fire DataReceived events #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brett-smith
Copy link

Fixes #3. Mono on Linux does not fire DataReceived events. Instead a thread must be used to constantly read from the serial port. Fortunately, only SerialPort.cs needed changing, as it appears entirely safe to pass a null event.

…ved` events. Instead a thread must be used to constantly read from the serial port. Fortunately, only `SerialPort.cs` needed changing, as it appears entirely safe to pass a null event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UARTReplacement doesn't work on Linux (Mono)
1 participant