Tôi có một vấn đề kỳ lạ với cổng nối tiếp của tôi. Có vẻ như sth đã thay đổi sau khi hiện thực hóa và khởi động lại Ubuntu.
przem@przem:~/Pulpit/bat/scripts$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import serial
>>> ser = serial.Serial("/dev/ttyUSB0", 57600)
>>> ser.read()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/serial/serialposix.py", line 475, in read
raise SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)')
serial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
>>>
Tôi biết rằng tôi nên có kết quả '' (dấu trống) từ thiết bị của mình nhưng thay vào đó, tôi nhận được ngoại lệ:
'Thiết bị báo cáo sẵn sàng để đọc nhưng không trả lại dữ liệu (thiết bị bị ngắt kết nối hoặc nhiều truy cập trên cổng?) '
Câu hỏi này là một giới thiệu về vấn đề của tôi: https://stackoverflow.com/questions/32844942/serialport-doenst-work-c chínhly-after-Ubuntu-update?
Làm ơn giúp tôi.