chillibasket / processing-grapher

Terminal and graphing program for analysis and recording of data from serial devices
GNU General Public License v3.0
35 stars 17 forks source link

Allow different COM ports to be opened on separate tabs #14

Closed chillibasket closed 3 years ago

chillibasket commented 3 years ago

I'm currently playing around with opening multiple COM ports from within the same program (a different one on each tab). This would allow you to interface between multiple serial devices. However, managing this more complex setup in a user-friendly and graphical way may be challenging.

chillibasket commented 3 years ago

This is probably not an important use case since it is possible to open multiple serial ports by opening a new instance of the ProcessingGrapher program. Adding this feature would increase complexity and make it less intuitive to use. I'm closing this feature request for the moment.