Broad Topic Research Links

 

QtSerialPort Notes

  • QtSerialPort  – after the qmake you have to do a make install in order to get the shared objects (*.so ) files to install before any of the examples will run
  • QtSerialPort Example: Terminal This example was built when the libs were built.  In order to run successfully dial to terminal directory and do:   sudo ./terminal
  • How to check and use serial ports under linux  – this listed my serial port under ttyS0.  Listed a huge list of ports that do not exist on the machine.

After the make install of first bullet point TERMINAL example would run.  However when I tried to connect it flagged ERROR: Permission denied.  It appears that Linux requires super user access to touch the hardware because after doing sudo ./terminal  the program connected with the serial port.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *