Terminal Example (community version) doesn't show any data
-
Hi,
I'm using QT community version 4.14 on windows. I'm trying to test the terminal example, but when i run the project, with a uC connected on a COM port, the console doesn't show the data sent by uC. Others consoles shows the data.
Someone have any idea what is happening?
-
- There are no 4.14 version exists.
- Most likelly, you are use v5.13.1... You need update it to 5.13.2/5.12.6/5.14 (any other except 5.13.1).
-
- There are no 4.14 version exists.
- Most likelly, you are use v5.13.1... You need update it to 5.13.2/5.12.6/5.14 (any other except 5.13.1).
@kuzulis said in Terminal Example (community version) doesn't show any data:
- There are no 4.14 version exists.
- Most likelly, you are use v5.13.1... You need update it to 5.13.2/5.12.6/5.14 (any other except 5.13.1).
you wrong,he use Qt Creator 4.14 IDE its up to dated.
if you go to your IDE Help>about Qt creator... you see your ide version for example i use 4.6 and base on Qt 5.11. -
@kuzulis said in Terminal Example (community version) doesn't show any data:
- There are no 4.14 version exists.
- Most likelly, you are use v5.13.1... You need update it to 5.13.2/5.12.6/5.14 (any other except 5.13.1).
you wrong,he use Qt Creator 4.14 IDE its up to dated.
if you go to your IDE Help>about Qt creator... you see your ide version for example i use 4.6 and base on Qt 5.11.@mr-ZX The current version of Qt Creator is 4.11. @kuzulis stated that Qt 4.14 does not exists which is correct, the last version of the 4 series is 4.8.7.
The version used to build Qt Creator has nothing to do with the version used to build application although they might correspond from time to time.
In any case, the suggestion made is correct as Qt 5.13.1 and 5.12.5 have an issue with QSerialPort hence the recommendation of @kuzulis to update for a more recent version of Qt were it has been fixed.