Table of Contents

Console Application Sample

The NurApiDocSample repository presents a straightforward multiplatform console application that demonstrates fundamental NurApi operations. This tool showcases key functionalities and requires the NordicID.NurApi.Net and NordicID.NurApi.SerialTransport NuGet packages. The latter package can be omitted if serial port support isn't necessary.

Key Operations

  1. Discover Devices: Search for available devices.
  2. Connect to Device: Establish a connection with a chosen device.
  3. Disconnect: Terminate the current device connection.
  4. Inventory Read Configuration: Configure settings for inventory read operations.
  5. Inventory Stream: Perform inventory stream for bulk tag population scanning.
  6. Single Inventory: Conduct a single inventory scan.
  7. Read Tag TID: Read data from the Tag Identification memory section.
  8. Write Tag EPC: Modify Electronic Product Code (EPC) data on a tag.
  9. Reader Info: Retrieve information about the connected reader.
  10. Reader Settings: Adjust settings for the reader device.
  11. Exit: Quit the application.

How to Use

  1. Run the Application: Execute the program to access these operations.
  2. Follow Console Prompts: The console guides you through each operation, providing instructions and options.
  3. Interact via Input: Use the keyboard to select operations and provide necessary input when prompted.

This simplified sample tool helps users interact and test with NurApi functionalities easily. With a clear interface and step-by-step guidance, managing and controlling RFID devices becomes more accessible for developers and enthusiasts alike.