Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corytodd/porty
Serial Port Quick Name Popup
https://github.com/corytodd/porty
Last synced: 2 days ago
JSON representation
Serial Port Quick Name Popup
- Host: GitHub
- URL: https://github.com/corytodd/porty
- Owner: corytodd
- License: mit
- Created: 2015-04-13T00:43:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T05:54:13.000Z (almost 8 years ago)
- Last Synced: 2024-04-16T12:53:25.506Z (7 months ago)
- Language: C#
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# porty
Serial Port Quick Name Pop-upThe application detects when a serial port is inserted and then displays a quick pop-up telling you which port number was assigned to it. This beats popping open devmgmt all day.
## Running
Currently this works best as an app that you start automatically on start up. You will only be notified of serial insertions *after* this service has started.
There is code to run this as a service but it is half-backed and not at all functional.
### Additional Stuff
Huge inspiration from some great SO answers:- http://stackoverflow.com/questions/1472633/wpf-application-that-only-has-a-tray-icon
- http://stackoverflow.com/questions/3034741/create-popup-toaster-notifications-in-windows-with-net?answertab=votes#tab-top
Service creation taken from Microsoft walk through:
- https://msdn.microsoft.com/en-us/library/zt39148a%28v=vs.110%29.aspxGoat icon provided by http://planetpeanut.uk/ under GPLv2 http://www.gnu.org/licenses/gpl-2.0.html