iscgar / uart-server

A simple program that serves a serial port over TCP
MIT License
10 stars 3 forks source link

Graphical User Interface for Windows #1

Open Zero3K opened 4 years ago

Zero3K commented 4 years ago

It would be nice if one was made for it.

iscgar commented 4 years ago

Maybe, but since this program isn't interactive by nature (the only thing it outputs during runtime is a list of connected clients) I fail to see the usefulness of a GUI.

You're of course welcome to create one yourself as a wrapper around this program that invokes it and parses its output, but sadly I'll not be incorporating GUI code into the code base due to the simple fact that the code is messy enough as it is due the fact that it's was designed to run on Windows and Unices alike. Introducing a hefty chunk of platform-specific code is something that I would like to avoid.