My company is developing a medical product. One component is a platform similar to the platform that will run embedded linux.
We viewed Qt as a user interface structure, but found out that Qt is much larger (we are not familiar with Qt). We intend to program in C ++.
In general, a device needs to do the following:
Receive measurements via USB HID from another device (USB HID is used for convenience).
Process measurements.
Store them in a database.
User interaction using the touch screen of the lcd device.
Communicate (wi-fi, tcp-ip) with the central control station, which collects data and configures the device.
Turn on the web server to allow access to the device through the browser.
My questions:
source
share