Search code examples
qtnativenvidiaqtserialport

How to get qtserialport to work for NVIDIA TX1 for Native QT?


Hi I need the serial ports for my project. I'm working with QT natively on my TX1. I've been trying every tutorial I could find.

Is there any way I can get qtserialport to work?

please help,

Yohann Payet


Solution

  • Answering my own question. Run these 2 lines (terminal):

    sudo apt-get install libqt5serialport5

    sudo apt-get install libqt5serialport5-dev

    seems to do the job.

    Have a nice day