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. Timeout in QNearFieldTarget ->sendCommand
Forum Updated to NodeBB v4.3 + New Features

Timeout in QNearFieldTarget ->sendCommand

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 238 Views
  • 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.
  • L Offline
    L Offline
    linusklan
    wrote on last edited by
    #1

    Hi QT Guys

    QNearFieldTarget->sendCommand(), return commandError, when command is executing to long. It is Java Tag Lost Exception

    J was the some problem in another java app, but found that fix:
    private NFCReader(IsoDep sc, Activity activity) throws IOException {
    sc.setTimeout(5000); //fix line
    }
    and now is ok.

    It is possible run setTimeout in QNearFieldTarget?

    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