"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.
This particular example was written in Microsoft C# through Visual Studio .NET 2005.
Requirements
Only the Compact .NET Framework is required before this example program will
run. This particular example only functions on a serial port.
Compact .NET Framework 2.0 Redistributable:
When compiling this program, make sure that the program references
OneWireLinkLayer.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 button on the main window
of Get1WireAddresses.exe is titled "Search". Clicking on
"Search" will list each 1-Wire/iButton device's unique address.
Files
App.ico - Application icon
FormGet1WireAddresses.cs - C# module containing source to program
FormGet1WireAddresses.resx - Visual Studio resources file
AssemblyInfo.cs - C# module containing version/manufacturer data
Get1WireAddresses.csproj
- C# project file
Get1WireAddresses.csproj.user - C# project
user file
Get1WireAddresses.sln
- Visual Studio.NET solutions file
..\..\..\..\Lib\Compact.NET\OneWireLinkLayer.dll - 1-Wire API for Compact
.Net
Readme.html
- This file.
..\bin\Get1WireAddresses.exe - Program executable.