"FileApp.exe"
Readme
Introduction
The "FileApp.exe" is an example program that simply lists the files
system of an iButton along with being able to read hex and char values of files
and creating directories.
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 FileApp.exe program, double-click on the "FileApp.exe"
file. This runs the program. The main window of the program will
display all the devices on the 1-Wire after clicking the 'Search' button.
After the devices are listed just click on one and hit the 'ReadDir' button to
display the current file system of the iButton. You can also 'Format',
'Make New Directory', 'Read File' or 'Create New File' by clicking the
appropriate button.
Files
AssemblyInfo.vb -
VB.NET module containing manufacturer data
FileApp.sln -
Visual Studio.NET solutions file
FileApp.vbproj -
VB.NET project file
FileApp.vbproj.user -
VB.NET project user file
Form1.resx -
VB.NET resources file
Form1.vb
- VB module containing
source to program
Readme.html -
This file.
..\..\..\..\Lib\OW.NET\OneWireAPI.NET.dll - 1-Wire API
..\bin\FileApp.exe
- Program executable.