-
Notifications
You must be signed in to change notification settings - Fork 96
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
Serial port hot plug #49
Comments
Could you provide more info about what your are trying to achieve? |
I think what is being asked for is to have a stream to listen to for changes in state for when a device is attached too or disconnected from a serial port. |
yes, im troubled with this too |
I would also be interested in this functionality, so that I wouldn't have to periodically check all opened ports before I connect my device. |
Its Linux specific, but I was able to add basic support for my application using the udev package from Canonical to listen for USB device hotplug, though of course this won't work with non Linux OS's or non USB UARTs, but at least for my case it works. |
Hi, does this lib support the serial port hot plug? if not, could you please help to give me some suggestion about how to implement this? Thanks for your support!
The text was updated successfully, but these errors were encountered: