"ClockAdj.exe" Readme

Introduction
The "ClockAdj.exe" is an example program that allows 1-Wire/iButton clocks to be "set" (basically, any OneWireContainer that implements the ClockContainer interface).

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 ClockAdj.exe program, double-click on the "ClockAdj.exe" file.  You can set the 1-Wire/iButton clock to the PC’s time.


Files

AssemblyInfo.vb                     - VB.NET module containing manufacturer data

ClockAdj.sln                        - Visual Studio.NET solutions file

ClockAdj.vbproj                     - VB.NET project file

ClockAdj.vbproj.user                - VB.NET project user file

ClockAdjForm.resx                   - VB.NET resources file
 
ClockAdjForm.vb                     - VB module containing source to program

Readme.html                         - This file.

..\..\..\..\Lib\OW.NET\OneWireAPI.NET.dll  - 1-Wire API

..\bin\ClockAdj.exe                 - Program executable.