To ignore files generated by PVM like pyc and some others generated temporarily by vim or other editors.
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".