fingerprint data conversion to hexadecimal

Status
Not open for further replies.

Gopikrissh

Newbie level 5
Joined
Jan 25, 2012
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,340
i am using FIM3030n fingerprint module for my project and now i don't know how to get the fingerprint data into hexadecimal code?????
i have searched for some code and got an example so.......

unsigned char connectcmd[25]={0x7E, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 };

unsigned char averifycmd[39]={0X7E, 0X00, 0X00, 0X00, 0X11, 0X00, 0X00, 0X00, 0X00, 0X00,
0X00, 0X00, 0X00, 0X00, 0X00, 0X00, 0X0A, 0X00, 0X00, 0X00, 0X00, 0X00, 0X00, 0X00, 0X1B,
0X55, 0X53, 0X45, 0X52, 0X41, 0X00, 0XCD, 0XCD, 0XCD, 0XCD, 0X00, 0X00, 0X04, 0XB4 };

unsigned char bverifycmd[39]={0X7E, 0X00, 0X00, 0X00, 0X11, 0X00, 0X00, 0X00, 0X00, 0X00,
0X00, 0X00, 0X00, 0X00, 0X00, 0X00, 0X0A, 0X00, 0X00, 0X00, 0X00, 0X00, 0X00, 0X00, 0X1B,
0X55, 0X53, 0X45, 0X52, 0X42, 0X00, 0XCD, 0XCD, 0XCD, 0XCD, 0X00, 0X00, 0X04, 0XB5 };


similarly how do i convert my fingerprint data to the format shown above..??????
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…