Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Squash exceptions when recovering from a disconnected COM port. #113

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

Conversation

SeanCline
Copy link

Thanks for this awesome project! I've been using it for months now.

This change squashes the IOException that sometimes happens when calling serialPort.close() on a COM port which no longer exists. This allows Adrilight to recover from USB disconnects more gracefully.

Here's how that unhandled exception looks on my system:
image

My use-case might not be that common. My Teensy 3.0 is plugged into my monitor's USB port so it sees a lot of power cycles. Each time, I have to manually restart adrilight.exe. Not a big deal, but allowing Adrilight to recover from this situation solves a minor nuisance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant