"Get1WireAddresses.exe" Readme

Introduction
The "Get1WireAddresses.exe" is an example program that simply lists the 1-Wire/iButton devices available on a 1-Wire network.  It also prints a description of the device.

This particular example was written in Microsoft Visual Basic .NET through Visual Studio .NET 2003.

Requirements
1-Wire Drivers version 4.00 beta 3 or later, with the optional OneWireAPI.NET installed.

Operation
To run the Get1WireAddresses.exe program, double-click on the "Get1WireAddresses.exe" file.  This runs the program.  The main window of the program will appear containing a text box and 1 button.  The top of the text box shows which 1-Wire adapter and port is being used as the "Default" adapter and port.  To change the "Default" adapter and port, please look in the 1-Wire Drivers folder under "Program Files" and find the "Default 1-Wire Net" icon.  Double-clicking this icon will allow the user to select from the different available 1-Wire adapters and ports.

The button on the main window of Get1WireAddresses.exe is titled "Searach".  Clicking on "Search" will list each 1-Wire/iButton device's unique address, along with a short description of the device.

Files

  AssemblyInfo.vb               - VB.NET module containing manufacturer data

 Get1WireAddresses.sln         - Visual Studio.NET solutions file

 Get1WireAddresses.vbproj      - VB.NET file

 Get1WireAddresses.vbproj.user - VB.NET file

 GetAddresses.resx             - VB.NET resources file

 GetAddresses.vb               - VB module containing source to program

 OneWireAPI.NET.dll            - 1-Wire API

 Readme.html                   - This file.

 bin\Get1WireAddresses.exe     - Program executable.