"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
displays a description of the device.
This particular example was written in Microsoft Visual Basic .NET through Visual Studio .NET 2005.
Requirements
1-Wire Drivers version 4.00
or higher, with the OneWireAPI.NET.dll in the same directory as the executable.
.NET Framework 2.0 Redistributable:
Visual J# .NET 2.0 Second Edition Redistributable:
When compiling this program, make sure that the program references
“vjslib”, and the OneWireAPI.NET.dll.
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 "Search". 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 project file
Get1WireAddresses.vbproj.user - VB.NET
project user file
GetAddresses.resx
- VB.NET resources file
GetAddresses.vb
- VB module containing source to
program
..\..\..\..\Lib\OW.NET\OneWireAPI.NET.dll - 1-Wire API
Readme.html
- This file.
..\bin\Get1WireAddresses.exe - Program executable.