Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Serial' object has no attribute 'getBaudrate' #31

Open
NipunBhalla opened this issue Apr 22, 2018 · 5 comments
Open

'Serial' object has no attribute 'getBaudrate' #31

NipunBhalla opened this issue Apr 22, 2018 · 5 comments

Comments

@NipunBhalla
Copy link

Here is the error I keep getting:

if baud <> self._serial.getBaudrate(): AttributeError: 'Serial' object has no attribute 'getBaudrate'
Using GT511C3 with a USB to TTY converter on RPi3.

Pretty sure it has something to do with pySerial. Currently using pyserial 2.7

@roboflank
Copy link

Am also running into this error, any work around it?

@miqi95
Copy link

miqi95 commented Jan 22, 2019

I also have this problem, using GT521F52 on the Tx/Rx pins of an RPi3. Commented on the most recent commit.

@miqi95
Copy link

miqi95 commented Jan 22, 2019

I changed the line in FPS.py from self.serial.getBaudrate() to self.serial.baudrate. That error is gone, but now it just says "Command: Open" and freezes up.

@meie1kyl
Copy link

@miqi95 Have you made any progress on that issue? I'm also at the same point where it only says "Command: Open"

@miqi95
Copy link

miqi95 commented Feb 15, 2019

@meie1kyl No, given the lack of support I decided to switch to the U.are.U 4500 scanner which is supported by fprint for my application. Coupling that with the python 3 subprocess module I'm able to use any scanner supported by the driver, plug & play.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants