Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FAQ and version 1.8


Panel
borderColor#181a93
bgColor#fff
titleColor#181a93
titleBGColor#edeaea
borderStylesolid
titleANSWER
  • Using Plug-and-Play

Please refer to our Plug-and-Play Get Started Guide.

If you are experiencing any troubleshooting, please contact our support team and we will help you out.

  • Using SDK API

In order to interacting with Windows or Linux OS, you need select the Operation Mode "DetectionHid". DetectionHid sends touch information to the host system through HID protocol. The system will then recognize the input as HID touch screen digitizer input which is used to interact with the OS.

To change Operation Mode from default "Detection" (RAW HID mode) to DetectionHid, please follow the below steps:

  1. Download the SDK by following the SDK Getting Started Guide, and make sure you have the correct system requirements.
  2. Open the zForceSDK-Example.sln in your preferred environment.
  3. in zForceSDK-Example.c, Navigate to Operation Mode initialization, and set DetectionHidMode as such:
    zForceSDK-Example.c

    Code Block
    languagec#
    themeConfluence
    firstline210
    titlezForceSDK-Example.c
    linenumberstrue
      if (!sensorDevice->SetOperationModes (sensorDevice,
                                              DetectionMode|SignalsMode|LedLevelsMode|DetectionHidMode|GesturesMode,
                                              DetectionMode)) // <- Change Operation Mode "DetectionMode" to "DetectionHidMode"
        {
            printf ("SetOperationModes error (%d) %s.\n", zForceErrno, ErrorString (zForceErrno));
    
            Destroy ();
            exit (-1);
        }
  • Using Workbench
    1. Install Workbench and connect the Touch Sensor Module according to the Workbench Setup Guide.

    2. Open Workbench and navigate to Workspace Explorer, or go to View » Workspace Explorer
    3. In Gadget Manager, you can select your zForce Air sensor device (or Touch Sensor Module).
    4. Select your device to open up the configuration panel.
    5. In Control Panel, select DetectionHid in the drop Down menu under "Mode"



Panel
borderColor#181a93
bgColor#fff
titleColor#181a93
borderStylesolid

Please contact Neonode Support  team for further information.

Kind Regards,
Neonode Support Team