Connect to X-RACER F303 with Cleanflight/Betaflight on OSX

By default Cleanflight is not able to identify the flight controller when plugged in with USB.

But you can install the USBtoUARTBridge driver from SiLabs, and it will be able to connect just fine, you can find it here: https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx#mac

And you will then be able to find your model as /dev/cu.SLAB_USBtoUART in the menu:

screenie_1472160040_887212.png

 
6
Kudos
 
6
Kudos

Now read this

Protecting services with client certificates using Haproxy

What we want to achieve # We want to be able to connect to services inside a private network using client certificates, in this example we will be connecting to Redis. Install or compile Haproxy # I am using Debian, so this is what I use... Continue →