Idblue Port Devices Driver Download For Windows

IDBLUE Frequently Asked Questions

If any of these questions don’t seem to apply to your issue, please contact IDBLUE Support and we can walk you through any issues you might be encountering.

Apple iOS (3)

When using the HID version of IDBLUE devices, I don’t have the onscreen keyboard anymore!

This is a known issue with HID profile devices in general. Our IDBLUE HID profile device is recognized as a secondary keyboard and, by default, a smartphone may disable viewing the onscreen keyboard.

Download Now BLUETOOTH SERIAL PORT DRIVER Serial Bluetooth Terminal' is a line-oriented terminal / console app for microcontrollers, arduinos and other devices with a serial / UART interface connected with a bluetooth to serial converter to your android device. Device Software Manager automatically detects the applicable MFPs and Printers on your network or connected to your PC via USB. Simply select your MFP or Printer from the list of detected devices and Device Software Manager downloads and installs the appropriate Driver for your Windows OS.

Bring up drivers. USB Function driver bring-up is only required if you support USB Function mode. If you previously implemented a USB Function driver for a USB micro-B connector, describe the appropriate connectors as USB Type-C in the ACPI tables for the USB Function driver to continue working.

iOS:

You can toggle the onscreen keyboard by pressing the power button when connected.

Android:

Once you pair with the IDBLUE HID device:

  • Go to Settings and select “Language and input”.
  • Click on “Default” (Or “Current Keyboard” in Android 5.0+) located just under the “Keyboard and input methods” heading to open the “Choose input method” dialog.
  • Turn the “Hardware physical keyboard” OFF (or on Android 5.0+, it’s referred to “Hardware: Show input method”.

This setting will toggle the onscreen keyboard when you select a text field when paired with our HID profile device. If you have any other questions, please contact IDBLUE Support.

Do I need to do anything before submitting an App to iTunes Store with support for IDBLUE devices?

When working with any MFI accessory, the end user must register their app with the accessory manufacturer first as we need to whitelist your iOS app before you can submit it to the Apple App Store for approval. This is a requirement by Apple and stated in the iOS Developer Program License Agreement (as of 6/10/13).

iOS Accessories:
3.3.27 Your Application may interface, communicate, or otherwise interoperate with or control an
iOS Accessory (as defined above) through Bluetooth or Apple’s 30-pin dock connector only if

  • (i) such iOS Accessory is licensed under Apple’s MFi Licensing Program at the time that You initially submit Your Application,
  • (ii) the MFi Licensee has added Your Application to a list of those approved for interoperability with their iOS Accessory, and
  • (iii) the MFi Licensee has received approval from the Apple MFi Licensing Program for such addition.

You must supply IDBLUE with information regarding your App which we must register with Apple for approval before your app will be whitelisted.

Requirements:

  • Your application must only start communication between your app and IDBLUE readers on an explicit action in the UI. It cannot auto­start upon connect and it must stop whenever the user stops using your application.
  • com.idblue.r8 is the only external accessory protocol that can be used by 3rd party apps. Make sure this is listed in your Info.plist in the UISupportedExternalAccessoryProtocols array.
  • After we have confirmed whitelisting of your app, you will need to add the following information to the “Review Notes” section of your Apple app submission: MFI PPID 111609-0001

NOTE: Your iOS app does not need to be re-whitelisted every time you release an update. However, we do reserve the right to remove an application from our whitelist if it appears that the app no longer meets requirements.

What are “Whitelisted” apps?

A key aspect of Mobile Application Management (MAM) is Whitelisted apps. Whitelisted apps are applications manufacturers/developers have deemed as safe to use on iPads and iPhones (Apple iOS devices) or Android phones and tablets.

What is the reason for “Whitelisting” apps?

Whitelisted apps are added to ensure that the applications being used are in fact the authorized apps and not malicious or otherwise inappropriate. These apps can be the same for all users or can be unique to each individual device group.

Additional links:

  • Apple App Review Process @ developer.apple.com
  • External Accessory Programming Topics @ developer.apple.com
  • iTunes Connect Developer Guide @ developer.apple.com

Please contact IDBLUE Support for more information.

How do I initialize the IDBLUE iOS SDK?

NOTE: This is taken from the IDBLUE iOS SDK documentation. Please refer to the SDK documentation for more details.

In this example, we show you how to create your own class, IDBlueApi, that inherits from IDBlueHfApi. You can use this class to communicate with IDBLUE devices.

The IDBlueHfApi takes care of all of the leg work of initializing the SDK. All you need to do is override a few methods and make a few calls into the IDBlueHfApi (and IDBlueCoreApi). You should review IResponseHandler and ISessionHandler if you haven’t already done so.

Create a class named IDBlueApi that inherits from IDBlueHfApi, like so:

The corresponding implementation file should look like:

Now you’re ready to start using the IDBLUE SDK in your application. When you’re application starts, create an instance of IDBlueApi:

Before you can communicate with an IDBLUE device in your application, you need to open a session first. Since iPhone only supports one connected accessory at the moment, you can design your application to use the one and only IDBLUE device (if one is present).

To do this, use the openFirstIDBlueDevice method of iOSSession:

To get notifications of session events (such as session opened, session closed, etc.) you have 2 options:

  • Override the session event callback methods in IDBlueApi
  • Create a separate class that implements the protocol ISessionHandler and register it with the IDBlueiOSSdk using addSessionDelegate

Overriding the callback methods in IDBlueApi is the simpler method. To do that, add the following code to IDBlueApi.m:

When using the IDBLUE iOS SDK, sessions should be managed as follows:

  • openFirstIDBlueDevice should be called when you application starts and when it resumes from the background
  • closeSession should be called when you application goes to the background and when it terminates
  • You can use the UIApplicationDelegate protocol to detect when your application resumes from the background, is going to the background and when it terminates.

Now that we have the communication completed, let’s turn our attention to sending commands to IDBLUE and handling responses.

The IDBLUE SDK is designed asynchronously. That is, when you send a command to IDBLUE, the IDBLUE SDK does not wait for a response. Applications are notified of responses via the IResponseHandler protocol. When a response is received from IDBLUE, all registered IResponseHandlers are notified of the response via the appropriate callback method.

Note: the IDBlueCoreApi is itself a ResponseHandler (a class that implements the IResponseHandler protocol). So when you want to listen for events from IDBLUE, it’s as simple as overriding the ResponseHandler methods in your IDBlueApi class.

For example:

You want IDBLUE to scan for an RFID tag, and return back the tag identifier to our application. To do this you would call readTagId. Asynchronously, one of 2 possible callback methods will be invoked: either readTagIdResponse or readTagIdFailed, depending on whether an RFID tag was read successfully or not.

View category→

Bluetooth Questions (4)

How far can my IDBLUE device be from a PC/Pocket PC/mobile device before it loses connection?

Bluetooth has a theoretical range of 15m (48 feet) but in every day scenarios, ideal range is 15 to 20 feet.

How do I pair your device over Bluetooth?

To pair our devices via Bluetooth:

  • Step 1: Turn on your IDBLUE device.
  • Step 2: Go into your System Bluetooth Settings.
    • Windows: Find the Bluetooth icon located in the system tray in the bottom right side of your desktop. Click on the Bluetooth icon and select “Add a Device” from the context menu.
    • Android/iOS: Under System Settings > Bluetooth, ensure Bluetooth is turned on and tap “Search for Devices” if it doesn’t automatically search.
  • Step 4: Place the IDBLUE device in Discovery Mode by pressing and releasing the power (rear) button. The rear LED should flash blue to indicate discovery mode for 2 minutes.
  • Step 5: The device should show up in the Bluetooth menu.
    • Windows: In the Add a Device window, the new device should show up. Highlight the device ID and click Next.
    • Android/iOS: The new device should show up in the Bluetooth menu. Tap the device name to start pairing.
    • Note: The IDBLUE device ID can be found on the back label, and should be of the format IDBLUE-(U)HF-XXXX.
  • Step 6: Enter the pairing code for the device. The default pairing code is ‘0000’ (Four zeros) – enter this pin code and click Next.
    • Note: For iOS, no pairing code is required.

That’s it! You device should now be properly Bluetooth paired – You are done.

  • If you have a Bluetooth SPP version of our RFID devices, it should load the necessary Bluetooth SPP drivers and when completed, it should be detected in any application using our IDBLUE SDK.
  • If you have a Bluetooth HID version of our RFID devices, it should load the necessary Bluetooth HID drivers and when completed, will enter the tag information in any location you can enter keyboard input.

For detailed information, please refer to our Bluetooth Pairing Guide or the IDBLUE User’s Guide on the IDBLUE Documentation page.

Are there any recommended Bluetooth dongles?

IDBLUE devices will work with any Bluetooth dongle that supports the Serial Port Profile (SPP). However, the out-of-the-box applications require a dongle that support one of Toshiba, Broadcomm or Microsoft Bluetooth stacks. Dongles that are known to work with IDBLUE devices are:

  • D-Link DBT-122 (Recommended)
  • D-Link DBT-120
  • IOGear GBU201
  • IOGear GBU301
  • IOGear GBU211
  • IOGear GBU311
View category→

Device Troubleshooting (12)

I just noticed that my Device Status LED has switched from blinking green and blue (or magenta) to blinking yellow and blue (or magenta).

The battery status LED is designed to show the following colors (for scale, approximately 8 hour usage time on a fully charged device):

  • 5 hrs = Green (Over 65% battery level)
  • 2.5 hrs = Yellow (between 35% and 65% battery level)
  • 0.5 hrs = Red (Under 35% battery level)

The Device Status LED is informing you the IDBLUE device battery is low on power and may require charging and has approximately 3 hours of usage time left.

I just noticed that my Device Status LED has switched from blinking yellow and blue (or magenta) to blinking red and blue (or magenta).

The battery status LED is designed to show the following colors (for scale, approximately 8 hour usage time on a fully charged device):

Idblue Port Devices Driver Download For Windows
  • 5 hrs = Green (Over 65% battery level)
  • 2.5 hrs = Yellow (between 35% and 65% battery level)
  • 0.5 hrs = Red (Under 35% battery level)

The Device Status LED light is informing you that the IDBLUE device is now very low on power and will shut down shortly. Charge the IDBLUE device via a dedicated USB wall charger as soon as possible.

I plugged in my IDBLUE device for charging over a wall unit, but the Device Status LED does not indicate charging.

The charging circuitry is not receiving power or is defective.

  • Ensure that the wall electrical outlet has power. To confirm, switch to another wall outlet.
  • You may have a defective/non-compliant USB wall charger. To confirm, switch with a compliant USB 2.0+ dedicated wall charger.
  • You may have a defective USB cable. To confirm, switch the USB cable with a known good cable.
  • Try connecting the device to a computer using a USB cable to charge the device from the computer’s USB port.

If all else fails, you may have a device with defective charging circuitry. Please contact IDBLUE support for additional help as the device may be defective and should be returned to be repaired.

View category→

General Questions (2)

What is RFID?

RFID stands for Radio Frequency Identification. RFID is a wireless tagging system that is the next generation of asset management technology beyond barcodes. RFID uses RF (radio frequency) to communicate (like a cordless phone) rather than optical lasers as commonly seen in retail barcode applications. Using RF gives the RFID tags enhanced features such as:

  • Globally unique ID
  • Smaller size
  • Rugged tag packaging and mounting
  • Secure data storage which can be changed “in the field”
  • Faster reading of RFID tags

When a company’s assets are labeled with RFID tags, they realize significant practical benefits over the “line-of-sight” barcode technologies. Foremost among these are:

  • Automation of many costly manual processes (i.e., inventory and tracking)
  • Near real-time asset tracking providing enhanced asset visibility and management (supply chain and logistics)
  • Enhanced security and accountability
  • Significant reduction of paper work and paper-based tracking
  • Reduced losses from human data entry errors

What is Bluetooth?

Bluetooth® is a wireless protocol that is used to communicate from one device to another in a small area, usually less than 30 feet. It uses the 2.4 GHz spectrum to provide a one megabit connection between two devices for both a voice channel and a 768 kbps data channel.

View category→

Google Android (1)

When using the HID version of IDBLUE devices, I don’t have the onscreen keyboard anymore!

This is a known issue with HID profile devices in general. Our IDBLUE HID profile device is recognized as a secondary keyboard and, by default, a smartphone may disable viewing the onscreen keyboard.

iOS:

You can toggle the onscreen keyboard by pressing the power button when connected.

Android:

Once you pair with the IDBLUE HID device:

  • Go to Settings and select “Language and input”.
  • Click on “Default” (Or “Current Keyboard” in Android 5.0+) located just under the “Keyboard and input methods” heading to open the “Choose input method” dialog.
  • Turn the “Hardware physical keyboard” OFF (or on Android 5.0+, it’s referred to “Hardware: Show input method”.

This setting will toggle the onscreen keyboard when you select a text field when paired with our HID profile device. If you have any other questions, please contact IDBLUE Support.

View category→

IDBLUE Questions (16)

When using the HID version of IDBLUE devices, I don’t have the onscreen keyboard anymore!

This is a known issue with HID profile devices in general. Our IDBLUE HID profile device is recognized as a secondary keyboard and, by default, a smartphone may disable viewing the onscreen keyboard.

iOS:

You can toggle the onscreen keyboard by pressing the power button when connected.

Android:

Once you pair with the IDBLUE HID device:

  • Go to Settings and select “Language and input”.
  • Click on “Default” (Or “Current Keyboard” in Android 5.0+) located just under the “Keyboard and input methods” heading to open the “Choose input method” dialog.
  • Turn the “Hardware physical keyboard” OFF (or on Android 5.0+, it’s referred to “Hardware: Show input method”.

This setting will toggle the onscreen keyboard when you select a text field when paired with our HID profile device. If you have any other questions, please contact IDBLUE Support.

What are IDBLUE.HF and IDBLUE.UHF?

IDBLUE.HF is the world’s first mobile Bluetooth enabled HF RFID reader while IDBLUE.UHF is our latest product which is our mobile Bluetooth enabled UHF RFID reader.

With a compact pen-shaped design complete with stylus tip, IDBLUE RFID readers are ideal for scenarios requiring human workflow such as MRO, healthcare, tracking and traceability. For more information, visit the IDBLUE RFID Readers page.

What frequency do IDBLUE RFID readers work on?

IDBLUE.HF is a High Frequency (HF) RFID reader able to read HF tags at 13.56 MHz using the ISO15693 protocol. For more information, please see our IDBLUE.HF product page.

IDBLUE.UHF is a Ultra High Frequency (UHF) RFID reader able to read UHF tags at 902MHz to 928MHz (915MHz center frequency) using the EPC Gen 2, ISO 18000-6C protocol. For more information, please see our IDBLUE.UHF product page.

NOTE: The UHF spectrum is regulated independently by country (which is different than the HF spectrum). Please refer to the EPCglobal > Implementation page (under Section UHF Regulations) for more detailed information. To make sure there are no compatibility issues, the UHF tag and reader have to be using compatible frequency ranges.

To determine if IDBLUE.HF or IDBLUE.UHF devices are a best fit for your project depends on the tags you want to use as well as how you want to use our devices. Our Sales Team can provide valuable insight into which one would be a best fit for your project.

For more information, please contact our IDBLUE Sales Team.

View category→

IDBLUE Software (0)

How do I install the IDBLUE Windows USB Driver?

The USB driver is required in order to:

  • Allow Windows software built with our Windows .NET SDK to communicate via USB with our devices.
  • Charge the device via USB if it can power on and enumerate properly.

Once this process is completed, Windows will use the same USB driver on any new devices plugged in. The instructions below are for Windows 7 but should the similar for any Windows version you may be using. The IDBLUE USB driver works the same with our SPP and HID versions of our devices.

NOTE: If the device cannot power on and enumerate, it won’t communicate via USB or charge as efficiently. We recommend using a dedicated USB wall charger for charging our devices (especially if the device is in a critically low battery state and unable to turn on).

Step #1: Download and extract IDBLUE USB driver

Download and extract our IDBLUE USB driver for Windows on the IDBLUE Drivers and Software page.

Step #2: Plug the IDBLUE Device into a Windows USB port

When the IDBLUE device is initially plugged into a USB port, Windows should detect the new device and display the “Driver Software Installation” wizard. This will start “Searching Windows Update” process for a driver and fail as the IDBLUE driver is not part of Windows Update.

Initial Driver Wizard after plugging in IDBLUE device

If you go under Device Manager, there is a new device “IDBLUE.(U)HF” under [Other Devices].

Device Manager showing unknown driver for IDBLUE device

Step #3: Update IDBLUE Driver from Device Manager

To load Device Manager in Windows, do one of the following:

  • Type “Device Manager” in the Start Search field and click on the corresponding application
  • Enter “devmgmt.msc” in a command prompt
  • Start Control Center and click Device Manager under the System and Security category.
  • Right-click on My Computer, select Manage and choose Device Manager in the left menu.

Under Device Manager, right-click the IDBLUE device and select the “Update Driver Software…” context menu and manually point Windows to the the driver location of the extracted IDBLUE USB Driver files in Step #1.

Windows Security confirmation when installing IDBLUE Windows USB Driver

When the USB driver is finished installing, the device will enumerate and emit a Low-High tone as well as show up under a new Device Manager [IDBLUE Devices] grouping as “IDBLUE (U)HF RFID Reader”.

Device Manager screenshot with USB driver

Problems Installing the USB Driver

If you don’t get the “Driver Software Installation” wizard, it could mean it was previously detected with no driver or the device isn’t powered on and enumerated. If it was previously detected, follow the procedure above in Step #3.

If you are using the legacy USB driver, the IDBLUE device will show under [Ports (COM & LPT)] category as “IDBLUE HF RFID Reader (COM##)”.

For additional information, you can also download our IDBLUE USB Driver Installation Guide on our Device Documentation page.

If you have any other questions or problems, please contact IDBLUE Support.

View category→

IDBLUE USB Driver (1)

How do I install the IDBLUE Windows USB Driver?

The USB driver is required in order to:

  • Allow Windows software built with our Windows .NET SDK to communicate via USB with our devices.
  • Charge the device via USB if it can power on and enumerate properly.

Once this process is completed, Windows will use the same USB driver on any new devices plugged in. The instructions below are for Windows 7 but should the similar for any Windows version you may be using. The IDBLUE USB driver works the same with our SPP and HID versions of our devices.

NOTE: If the device cannot power on and enumerate, it won’t communicate via USB or charge as efficiently. We recommend using a dedicated USB wall charger for charging our devices (especially if the device is in a critically low battery state and unable to turn on).

Step #1: Download and extract IDBLUE USB driver

Download and extract our IDBLUE USB driver for Windows on the IDBLUE Drivers and Software page.

Step #2: Plug the IDBLUE Device into a Windows USB port

When the IDBLUE device is initially plugged into a USB port, Windows should detect the new device and display the “Driver Software Installation” wizard. This will start “Searching Windows Update” process for a driver and fail as the IDBLUE driver is not part of Windows Update.

Initial Driver Wizard after plugging in IDBLUE device

If you go under Device Manager, there is a new device “IDBLUE.(U)HF” under [Other Devices].

Device Manager showing unknown driver for IDBLUE device

Step #3: Update IDBLUE Driver from Device Manager

To load Device Manager in Windows, do one of the following:

  • Type “Device Manager” in the Start Search field and click on the corresponding application
  • Enter “devmgmt.msc” in a command prompt
  • Start Control Center and click Device Manager under the System and Security category.
  • Right-click on My Computer, select Manage and choose Device Manager in the left menu.

Under Device Manager, right-click the IDBLUE device and select the “Update Driver Software…” context menu and manually point Windows to the the driver location of the extracted IDBLUE USB Driver files in Step #1.

Windows Security confirmation when installing IDBLUE Windows USB Driver

When the USB driver is finished installing, the device will enumerate and emit a Low-High tone as well as show up under a new Device Manager [IDBLUE Devices] grouping as “IDBLUE (U)HF RFID Reader”.

Device Manager screenshot with USB driver

Problems Installing the USB Driver

If you don’t get the “Driver Software Installation” wizard, it could mean it was previously detected with no driver or the device isn’t powered on and enumerated. If it was previously detected, follow the procedure above in Step #3.

If you are using the legacy USB driver, the IDBLUE device will show under [Ports (COM & LPT)] category as “IDBLUE HF RFID Reader (COM##)”.

For additional information, you can also download our IDBLUE USB Driver Installation Guide on our Device Documentation page.

If you have any other questions or problems, please contact IDBLUE Support.

View category→

Software and Development (14)

I have established connection to the device and having successful reads. However, the information of my reads is not being communicated back to my host application.

For Developers:

When developing this can happen for a few reasons:

  • The IDBLUE device sends the information back to the host application asynchronously via the established Bluetooth connection. Ensure that the connection is active and that the application is properly processing the asynchronous information from the IDBLUE device. Refer to the IDBLUE Firmware Interface Guide on our IDBLUE Documentation page for more information.
  • The IDBLUE device must be configured in a Connected Mode to retrieve the asynchronous tag information. Refer to the section Connected Operating Mode in our IDBLUE Users Guide on our IDBLUE Documentation page for more information.

For End Users:

This can happen due to improper device configuration settings. Please try power cycling your device and retry. If that doesn’t work, please try a Factory Reset which can be done from our IDBLUE RFID app. This will reset all configurable device properties back to their default settings.

What platforms are supported by IDBLUE.HF and IDBLUE.UHF?

IDBLUE devices are compatible with the following Bluetooth stacks:

  • Microsoft®
  • Broadcomm
  • Toshiba

IDBLUE provides out of the box support for:

  • Microsoft Windows 7, 8®, Microsoft Windows Vista®, Microsoft Windows XP®
  • Microsoft Windows Mobile 2003®, Windows Mobile 5® and Windows Mobile 6®
  • Apple iPad and iPhone

IDBLUE provides development tools for:

  • Microsoft Visual Studio.NET 2005®
  • Microsoft Visual Studio.NET 2008®
  • Apple XCode
  • Google Android

For other platforms, IDBLUE provides all of the necessary interface documentation required for communication with the IDBLUE device.

What software tools are available for IDBLUE devices?

IDBLUE provides multiple software packages as a free download for use with IDBLUE RFID reader:

  • IDBLUE Developer’s Toolkit: A toolkit to be used by developers of RFID applications. The toolkit contains:
    • Drivers and sample applications with source code for Visual Studio.NET® development
    • Developer Documentation including a Developer’s Guide and .NET Reference Guide
    • USB Driver for charging IDBLUE devices from a computer
  • IDBLUE Demonstration Package: A number of demonstration applications to showcase the use of IDBLUE devices. These include:
    • An Asset Management demonstration for Windows Mobile®
    • An RFID Workflow demonstration for Windows Mobile®
  • IDBLUE Serial API Document: For developers using a platform other than Visual Studio .NET. IDBLUE also provides the Serial API Document which provides the required information to communicate directly with an IDBLUE device. It’s available on our IDBLUE Documentation page

The IDBLUE software packages may be downloaded from our Drivers/Software page.

View category→

The terms of the software license agreement included with any software you download will control your use of the software.

INTEL SOFTWARE LICENSE AGREEMENT

IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.

Do not use or load this software and any associated materials (collectively,

the 'Software') until you have carefully read the following terms and

conditions. By loading or using the Software, you agree to the terms of this

Agreement. If you do not wish to so agree, do not install or use the Software.

LICENSES: Please Note:

- If you are a network administrator, the 'Site License' below shall

apply to you.

- If you are an end user, the 'Single User License' shall apply to you.

- If you are an original equipment manufacturer (OEM), the 'OEM License'

shall apply to you.

SITE LICENSE. You may copy the Software onto your organization's computers

for your organization's use, and you may make a reasonable number of

back-up copies of the Software, subject to these conditions:

1. This Software is licensed for use only in conjunction with Intel

component products. Use of the Software in conjunction with non-Intel

component products is not licensed hereunder.

2. You may not copy, modify, rent, sell, distribute or transfer any part

of the Software except as provided in this Agreement, and you agree to

prevent unauthorized copying of the Software.

3. You may not reverse engineer, decompile, or disassemble the Software.

4. You may not sublicense or permit simultaneous use of the Software by

more than one user.

5. The Software may include portions offered on terms in addition to those

set out here, as set out in a license accompanying those portions.

SINGLE USER LICENSE. You may copy the Software onto a single computer for

your personal, noncommercial use, and you may make one back-up copy of the

Software, subject to these conditions:

1. This Software is licensed for use only in conjunction with Intel

component products. Use of the Software in conjunction with non-Intel

Idblue Port Devices Driver Download for windows

component products is not licensed hereunder.

2. You may not copy, modify, rent, sell, distribute or transfer any part

of the Software except as provided in this Agreement, and you agree to

prevent unauthorized copying of the Software.

3. You may not reverse engineer, decompile, or disassemble the Software.

4. You may not sublicense or permit simultaneous use of the Software by

more than one user.

5. The Software may include portions offered on terms in addition to those

set out here, as set out in a license accompanying those portions.

OEM LICENSE: You may reproduce and distribute the Software only as an

integral part of or incorporated in Your product or as a standalone

Software maintenance update for existing end users of Your products,

excluding any other standalone products, subject to these conditions:

1. This Software is licensed for use only in conjunction with Intel

component products. Use of the Software in conjunction with non-Intel

component products is not licensed hereunder.

2. You may not copy, modify, rent, sell, distribute or transfer any part

of the Software except as provided in this Agreement, and you agree to

prevent unauthorized copying of the Software.

Idblue Port Devices Driver Download For Windows

3. You may not reverse engineer, decompile, or disassemble the Software.

4. You may only distribute the Software to your customers pursuant to a

written license agreement. Such license agreement may be a 'break-the-

seal' license agreement. At a minimum such license shall safeguard

Intel's ownership rights to the Software.

5. The Software may include portions offered on terms in addition to those

set out here, as set out in a license accompanying those portions.

NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly

or by implication, with respect to any proprietary information or patent,

copyright, mask work, trademark, trade secret, or other intellectual property

right owned or controlled by Intel, except as expressly provided in this

Agreement.

OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software

remains with Intel or its suppliers. The Software is copyrighted and

protected by the laws of the United States and other countries, and

international treaty provisions. You may not remove any copyright notices

from the Software. Intel may make changes to the Software, or to items

referenced therein, at any time without notice, but is not obligated to

support or update the Software. Except as otherwise expressly provided, Intel

grants no express or implied right under Intel patents, copyrights,

trademarks, or other intellectual property rights. You may transfer the

Software only if the recipient agrees to be fully bound by these terms and if

you retain no copies of the Software.

LIMITED MEDIA WARRANTY. If the Software has been delivered by Intel on

physical media, Intel warrants the media to be free from material physical

defects for a period of ninety days after delivery by Intel. If such a defect

is found, return the media to Intel for replacement or alternate delivery of

the Software as Intel may select.

EXCLUSION OF OTHER WARRANTIES. EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS

PROVIDED 'AS IS' WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND

Idblue Port Devices Driver Download For Windows 7

INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A

PARTICULAR PURPOSE. Intel does not warrant or assume responsibility for the

accuracy or completeness of any information, text, graphics, links or other

items contained within the Software.

LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE

FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS,

BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR

INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE

POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR

LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL

Idblue Port Devices Driver Download For Windows 8.1

DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE

OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION.

TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time

Idblue Port Devices Driver Download For Windows Xp

if you violate its terms. Upon termination, you will immediately destroy the

Software or return all copies of the Software to Intel.

APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the

laws of California, excluding its principles of conflict of laws and the

United Nations Convention on Contracts for the Sale of Goods. You may not

export the Software in violation of applicable export laws and regulations.

Intel is not obligated under any other agreements unless they are in writing

and signed by an authorized representative of Intel.

Idblue Port Devices Driver Download For Windows 10

GOVERNMENT RESTRICTED RIGHTS. The Software is provided with 'RESTRICTED

RIGHTS.' Use, duplication, or disclosure by the Government is subject to

restrictions as set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or its

successor. Use of the Software by the Government constitutes acknowledgment

of Intel's proprietary rights therein. Contractor or Manufacturer is Intel

2200 Mission College Blvd., Santa Clara, CA 95052.