thedjnK / AuTerm

AuTerm (for autonomous terminal) offers a free extensible feature rich terminal utility created in Qt
GNU General Public License v3.0
24 stars 7 forks source link

Make serial transport encapsulated to support other transports #23

Closed thedjnK closed 1 week ago

thedjnK commented 2 weeks ago

AuTerm uses QSerialPort directly, not many functions are needed to support this and it seems like with some changes this could instead be an abstract class, plugins could they add additional transports that are not physical RS232 (or compatible) serial ports and use AuTerm with them e.g. NUS over Bluetooth

thedjnK commented 1 week ago

Completed in v0.34