TwlToolsRED/build/tools/MasterEditor/FingerPrinterTWL
2009-04-20 08:51:53 +00:00
..
FingerPrinterTWL TWLフィンガープリンタ:保存時にデフォルトのファイル名を表示することにした。カードアプリでTAD出力が選択されているときのエラー判定を修正。 2009-04-20 08:51:53 +00:00
FingerprinterTWL_ExternalComponents フィンガープリンタ:コマンドラインだとDLLがうまく呼び出されないので、環境変数PATHを実行前に一時的に書き換えることにした。 2009-04-17 12:32:34 +00:00
FingerprintTWLSetup フィンガープリンタ:コマンドラインだとDLLがうまく呼び出されないので、環境変数PATHを実行前に一時的に書き換えることにした。 2009-04-17 12:32:34 +00:00
FingerPrinterTWL.ncb TWLフィンガープリンタ:保存時にデフォルトのファイル名を表示することにした。カードアプリでTAD出力が選択されているときのエラー判定を修正。 2009-04-20 08:51:53 +00:00
FingerPrinterTWL.sln フィンガープリンタ:ASCIIでスペースが登録されないバグ修正。その他、細かなバグ修正。 2009-04-17 10:12:23 +00:00
FingerPrinterTWL.suo TWLフィンガープリンタ:保存時にデフォルトのファイル名を表示することにした。カードアプリでTAD出力が選択されているときのエラー判定を修正。 2009-04-20 08:51:53 +00:00
LICENSE.txt フィンガープリンタ:コマンドラインだとDLLがうまく呼び出されないので、環境変数PATHを実行前に一時的に書き換えることにした。 2009-04-17 12:32:34 +00:00
README.txt フィンガープリンタ:コマンドラインだとDLLがうまく呼び出されないので、環境変数PATHを実行前に一時的に書き換えることにした。 2009-04-17 12:32:34 +00:00

=============================================================================
TWL Fingerprinter
=============================================================================

Table of Contents
- Introduction
- Package Structure
- Required Environment
- Using the tool
- Licences
- Revision History

=======================================================================
Introduction
=======================================================================

This package includes the TWL Fingerprinter, a tool used to 
register the fingerprinter in the TWL ROM.

=======================================================================
Package Structure
=======================================================================

FingerprintTWLSetup.msi : Installer

=======================================================================
Required Environment
=======================================================================

Microsoft Windows XP SP2
Microsoft .NET Framework 2.0

Store following program and DLLs, which are not included in this package,
into the install folder.
  - maketad.exe (included in TwlSDK)
  - cygwin1.dll (included in Cygwin)
  - cygcrypto-0.9.8.dll (included in OpenSSL)

=======================================================================
Using the Tool
=======================================================================

The TWL Fingerprinter tool has GUI mode and CUI(Console) mode.

GUI mode:

  Execute either an icon on the desktop or on the install folder.

CUI mode:

  Type following words on the command prompt and see usage.

  > FingerprinterTWL.exe -h

=======================================================================
Licenses
=======================================================================

This product includes software developed by the OpenSSL Project
 for use in the OpenSSL Toolkit (http://www.openssl.org/)

=======================================================================
Revision History
=======================================================================
Version 1.0 (2009/04/17)
- Initial version.