You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is because of compatibility problem of different versions of pyserial.
The text was updated successfully, but these errors were encountered:
Fibird
changed the title
branch master:AttributeError: 'Serial' object has no attribute 'setTimeout'
branch master:'Serial' object has no attribute 'setTimeout'
Aug 15, 2017
Fibird
changed the title
branch master:'Serial' object has no attribute 'setTimeout'
branch master:'Serial' object has no attribute 'setTimeout' and 'setWriteTimeout'
Aug 15, 2017
Fibird
added a commit
to Fibird/ros_arduino_bridge
that referenced
this issue
Aug 15, 2017
Update method to set serial read-timeout and write-timeout. In pyserial
v3.x, using setTimeout and setWriteTimeout to set read or write timeout
is not supported. The newest to set them is by attributes "timeout"
and "write_timeout".
I think it is because of compatibility problem of different versions of pyserial.
The text was updated successfully, but these errors were encountered: