Hi,
QByteArray is not a byte so you can't just mask it like that. You first need to extract the values you want to mask.
In any case, you're not using QSerialPort correctly. readAll() will only give you something if you have data available. You should rather take a look at the terminal example to see how it works.
You're welcome !
Since you have your communication working, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
Then AFAIK, it's not a setup supported by the subdirs template. Two options I can see: make a real subdirs project with all your apps and commonLib in it or treat commonLib like other dev library and have it installed in a known place and link to it the usual way
Hm, yes, in the binary installers the path is a bit different. I'm glad that you've found it.
There are no plans to deprecate or remove this application, by the way.
Thanks for your reply. I used simple Makefiles.
If I remeber correct my problem (or at least one of the problems) had to do something with python support not beeing enabled in the gdb I used. Then I just used Qt-Creator for coding and for debugging the command line gdb which worked fine for me.
Maybe I will give it a try again with Qbs, but at the moment I have no project ongoing with the Ti Tiva.
Hi,
I have been using Qt Creator in past, but I found it somehow unfriendly. I prefer NetBeans since I have been using it again in past, but for Java programming. Nowadays in I am coding in C++ and I prefer to stay with both NetBeans and the uniquely amazing Qt libraries.
Do you know any solution? Thank you.
Turns out I can share the build settings, but they are tied to my local settings. So if I have a kit named "Qt-is-the-best" that is placed in C:\MyKit, a user that I share the project with should have the very same kit name and placed in the very same folder. So it is totally useless for my purpose.