possible cause of some serial issues on OSX
See original GitHub issuereloading settings Packages/User/deviot.sublime-settings
reloading settings Packages/User/deviot.sublime-settings
reloading settings Packages/User/deviot.sublime-settings
Exception in thread Thread-1468:
Traceback (most recent call last):
File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/pyserial/serialposix.py", line 501, in read
'device reports readiness to read but returned no data '
Deviot (Arduino IDE).libraries.pyserial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/serial.py", line 138, in receive
inp_text = self.serial.read(buf_number)
File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/pyserial/serialposix.py", line 509, in read
raise SerialException('read failed: {}'.format(e))
Deviot (Arduino IDE).libraries.pyserial.serialutil.SerialException: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
On osx, sometimes starting serial doesn’t work, it gets stuck I have to toggle 3 times, then it creates a new group also. I logged this today.
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (5 by maintainers)
Top Results From Across the Web
Troubleshooting — Mac USB Serial 1.0.0 documentation
The first step is to actually check if the USB serial device is connected to your mac and recognized by OS X as...
Read more >What would cause corrupt serial number to…
Discovered that the serial number for the camera appears corrupted when displayed via About This Mac under the USB Device Tree.
Read more >How to Fix FTDI Driver Issue on Mac and macOS
The symptoms we have observed generally include the spontaneous loss of the USB serial port connection to the board or loss of the...
Read more >What causes a Mac to lose its serial number? - Ask Different
Other reasons appear to be possible but Apple does not enumerate ... However I have done this to several different macs without issues, ......
Read more >Are serial port or Serial.Write working differently on Mac and ...
The problem was with the OS X driver for the adapter that is using the "2303" Prolific chip. I found that both the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
can you check if the last commit solves this problem?
I promise I’ll check it this weekend!