Created
November 7, 2018 04:07
-
-
Save rockstarartist/19d79a94422c1e999f9edc62a0be4295 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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