question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

possible cause of some serial issues on OSX

See original GitHub issue
reloading 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:open
  • Created 5 years ago
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gepdcommented, Oct 7, 2019

can you check if the last commit solves this problem?

1reaction
gepdcommented, Oct 1, 2019

I promise I’ll check it this weekend!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found