Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QCoreApplication / usb keyboard

QCoreApplication / usb keyboard

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 2.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    blaroche
    wrote on last edited by
    #1

    Hello,
    I'm trying to figure out the best path for my application to get stdin from a usb keyboard. This would be embedded linux on an arm board. There won't be any Gui, so there shouldn't be a need to run it with -qws, making QEvents not an option.

    So I think just opening/reading the device file (/dev/tty1 in this case) by using either standard c/c++ or Qt classes.

    Does this sound like a good solution, or is there another direction anyone might suggest?

    Thanks

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved