I am looking to create software that can run on OSX and Windows that will send commands to a device connected to a serial port.
My first was to use Adobe Air, but there is no native serial port library that I can use, I will have to pack the application using serproxy or something like that, and then it will be difficult to configure.
I came across what is called Qt, it looks like it would be a suitable structure, however I would need to learn a new language to deal with it. (Which is not necessarily a problem). Is Qt the best option? Are there any frameworks that have serial libraries built in that will allow me to create HTML / CSS-JavaScript? Thanks
source share