Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some more info on fixing the access denied issue for MacOS #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyftdi/doc/defs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
.. _Zadig: http://zadig.akeo.ie/
.. _FTDI macOS guide: http://www.ftdichip.com/Support/Documents/AppNotes/AN_134_FTDI_Drivers_Installation_Guide_for_MAC_OSX.pdf
.. _Libusb issue on macOs: https://github.com/libusb/libusb/commit/5e45e0741daee4fa295c6cc977edfb986c872152

.. _handy helper for macOS 10.11: https://www.ftdichip.com/Drivers/D2XX.htm
.. _Installing D2xx drivers on macOS: https://youtu.be/Ir2PVz1870E
3 changes: 3 additions & 0 deletions pyftdi/doc/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ The system may already be using the device.
Please note that the system automatically reloads the driver, so it may be
useful to move the kernel extension so that the system never loads it.

FTDI provides a `handy helper for macOS 10.11`_ and later, to prevent automatic claiming of the device as a serial port.
They have also included a `Installing D2xx drivers on macOS`_ video, on how to install the drivers and the helper.

* On Linux: it may indicate a missing or invalid udev configuration. See
the :doc:`installation` section.

Expand Down