Results 1 to 6 of 6

Thread: Need help setting up a serial port connection

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    6
    Qt products
    Qt4

    Default Re: Need help setting up a serial port connection

    I believe I do? How would I check if I have permission or not?

  2. #2
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 284 Times in 279 Posts

    Default Re: Need help setting up a serial port connection

    Quote Originally Posted by jvwlong View Post
    I believe I do? How would I check if I have permission or not?
    From command line :

    ls -l /dev/ttyUSB0

    and watch at screen.

  3. #3
    Join Date
    Jun 2012
    Posts
    6
    Qt products
    Qt4

    Default Re: Need help setting up a serial port connection

    This is the output from that command
    "crw-rw---- 1 root dialout 188, 0 Jul 2 09:30 /dev/ttyUSB0"

  4. #4
    Join Date
    Jun 2012
    Posts
    6
    Qt products
    Qt4

    Default Re: Need help setting up a serial port connection

    Solved. I just needed to be added to the dialout group.

Similar Threads

  1. Serial port performance
    By marcvanriet in forum General Programming
    Replies: 1
    Last Post: 2nd January 2012, 12:40
  2. Serial Port communication
    By mgurbuz in forum Qt Programming
    Replies: 12
    Last Post: 22nd January 2011, 02:38
  3. serial port issues
    By jhowland in forum Qt Programming
    Replies: 7
    Last Post: 12th January 2009, 13:38
  4. Serial Port
    By b1 in forum Qt Programming
    Replies: 2
    Last Post: 18th January 2007, 02:05
  5. serial port and USB communication
    By shamik in forum Qt Programming
    Replies: 5
    Last Post: 4th December 2006, 10:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.