Hi ,
I'm doing a time and attendance project using a biometric reader(finger print) in asp.net with c#. If i want my softwate to communicate with the reader , i use the following code ,
bIsConnected = CtrlBioComm.Connect_Net("192.168.1.12", 4370);
where 192.168.1.12 is the ip of the reader.
But now i want to communicate with the remote reader. I have a static Ip.. Is it possible?.. Someone told me i have to use web service to achieve this.. Can anyone pls guide me..
Loading
Sam HobbsPosted Sep 23, 2011, 3:44 AM
The IP address is for a local connection. You did not say whether the server and the reader are in the same local network. If not then perhaps you need to configure the router for the system that the reader is in.