“ArriveDepart.exe” Readme

Introduction

“ArriveDepart.exe” is a GUI Demo app for exercising the 1-Wire API’s DeviceMonitor and DeviceMonitorEventListener classes in .NET.  It shows how you can monitor a 1-Wire network for arrivals and departures of iButtons and/or 1-Wire devices.


This particular example was written in Microsoft C# 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
After installing the prerequisites listed above, double-click the ArriveDepart.exe file to start the application. This program uses the "Default Port" adapter which can be changed using the "Default 1-Wire Net.exe" program found in the 1-Wire Drivers install.

Revision History
0.0.1 - First release.