Skip to content

Instantly share code, notes, and snippets.

@rockstarartist
Created November 7, 2018 04:07
Show Gist options
  • Save rockstarartist/19d79a94422c1e999f9edc62a0be4295 to your computer and use it in GitHub Desktop.
Save rockstarartist/19d79a94422c1e999f9edc62a0be4295 to your computer and use it in GitHub Desktop.
Install Silicon Labs VCP Driver:
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
specifically:
https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip
Install the legacy/older version
Verify that this exists:
/Library/Extensions/SiLabsUSBDriver.kext/
Use the legacy driver
/felixmercado/applications/wineskin/BlHelisuite32.app
Go into the wineskin directory of the skin you created:
cd ~/Applications/Wineskin/BlHeliSuite32.app/Contents/Resources/dosdevices
Create a link to the dev tty of the linker:
ln -s /dev/tty.SLAB_USBtoUART com1
ln -s /dev/tty.usbmodem1411 com1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment