-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
Am also running into this error, any work around it? |
I also have this problem, using GT521F52 on the Tx/Rx pins of an RPi3. Commented on the most recent commit. |
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. |
@miqi95 Have you made any progress on that issue? I'm also at the same point where it only says "Command: Open" |
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
The text was updated successfully, but these errors were encountered: