My Personal Researches on this topic was ::
1) Use socket programming (i was able to connect to that ip and port but of no use? how to get data ??)
2) A lot of forums suggest the JNI or JNA way.. which i tried out and accomplished a connection to the port.
but the problem was the appoarch i used in JNA which only supports the loading of C/C++ dll files... not C# dll.... the BioMetric Finger Print device is coded in C#
so Im stuck here...