(2016.2.27 Created)
(2017.5.17 Update)
このページではPCから指紋認証モジュールを操作するソフトを公開しています。このソフトではモジュールのほぼすべてのコマンドが使用可能です。ここでいう指紋認証モジュールは以下のものです。
ソースコードも併せて公開していますので、ご参考にしていただければと思います。
PCとの接続にはUARTを使用します。やり方は幾通りもあると思いますが、もっとも簡単なものはArduinoをUSB-UART変換器として用いることだと思います。Arduino UNO R3を用いた場合の接続法を以下に示します。
The software which can operate the fingerprint module by PC is provided in this page. The software can operate almost all commands.
The source code can also be download, so please refer it.
The connection with PC is using UART. To operate the module, using arduino as USB-UART converter will be the easiest way. The example is shown below.
COMポート、ボーレートなどを適切に設定してソフトを開始します。
Start the software with appropriate settings such as COM port, baud rate etc.
メインタブで指紋の登録、照合、削除を行うことができます。
You can register, search or delete the fingerprint in Main tab.
詳細タブでZFM-60の各機能を個別に使用することができます。
You can use each function of ZFM-60 in the detail tab.
システムタブではボーレートやパスワードの変更、ノートパッドの使用が可能です。
You can change baud rate and password, and use a notepad in the system tab.
何はともあれ、ダウンロードしてまずは使ってみてください。使っていただければわかると思います。
Please download and try it first. I think anyone can understand easily.
実行ファイルだけであれば以下のバイナリファイルをダウンロードしてください。
ソースはVisual studioのプロジェクトファイルとクラスライブラリをダウンロードしてください。ビルドを行うためにはクラスライブラリのインポートが必要です。
If you'd like to download the source project, please download both source project and class library.
Binary (Windows) | FPM_Ctrl_Serial_Bin.zip |
Source (Visual studio express 2015 C# project. Class library does not be included) |
DKS_FPM_Ctrl_Win_Src.zip |
Class library (C#, C++, Arduino example) |
DKSlib_FPM.zip |
'2016.2.7 | Initial version |
'2017.5.17 |
ZFM-20, R305, R307 support. GUI little improvement. Bug fix. |
'2018.8.27 | リンク切れ修正 |