-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Currently firmata::io::serial is implemented using the Asio library. However, for GUI apps using Qt it would be nice if there was a native Qt implementation using QSerialPort.
Plan of attack:
- Create abstract/interface serial class.
- Modify existing serial class as an implementation of (1).
- Add serial class implementing (1) using QSerialPort.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels