Go to advanced search

by MilanObrtlik
Fri Feb 05, 2016 6:56 am
Forum: Windows 10 for IoT
Topic: How to use GT-511C3 Fingerprint Scanner In raspberry pi 2
Replies: 2
Views: 2846

Re: How to use GT-511C3 Fingerprint Scanner In raspberry pi

Sorry, bad news. Library for Arduino is definitivelly NOT what you want. GT-51x0Ex is only fingerprint scanner. It scan raw image of fingerprint. That library is probably for fingerprint reader module with implemented fingerprint processing - Arduino have no capabilities to process fingerprint image...
by MilanObrtlik
Fri Jan 22, 2016 7:33 am
Forum: Troubleshooting
Topic: Connect to Firebird remotely via Window OS
Replies: 3
Views: 3459

Re: Connect to Firebird remotely via Window OS

You need edit /usr/lib/firebird/firebird.conf

Code: Select all

$ sudo nano /usr/lib/firebird/firebird.conf 
And comment line

Code: Select all

RemoteBindAddress = localhost
Result

Code: Select all

#RemoteBindAddress = localhost
And finally restart firebird service

Code: Select all

$ sudo nano /etc/init.d/firebird2.5-super restart

Go to advanced search