In order to configure the software with appropriate information we need to plug Faraday into the USB port and obtain the the port associated with our hardware. Each Faraday radio will have a different port so these steps apply to any radio being plugged into a computer.
The LEDs may blink briefly after plugging Faraday in. This is OK.
- Connect Micro-USB cable to Faraday Micro-USB P16
- Connect Micro-USB cable to computer USB port
- Allow necessary drivers to install from Windows Update, note COM port
- If you need to find the COM port of Faraday when plugged in at any time, simply check the Device Manager by searching for it in Windows Run.
You will need the COM port to configure the Proxy application.
Debian 8 did not need to install any additional drivers when plugging Faraday in. The Following steps will ensure your computer has the correct drivers:
- Ensure Faraday is plugged in, then run
dmesg | grep FaradayRFwhich should show the port name Faraday is attached to. i.e. "FTDI USB Serial Device converter now attached to ttyUSB0" indicates Faraday is attached to/dev/ttyUSB0. - Alternatively, in terminal
ls /dev/ttyUSB*to see what USB serial ports are connected. - Note the displayed filenames. This is the device dev path in Linux. If you have other serial devices plugged in you may want to remove Faraday and run the same command to see which file goes away. Faraday would be the file that disapeared.
Faraday will show up as /dev/ttyUSB0 if only one is connected
OS X requires you to install the FTDI Virtual COM Port. Once installed you will likely need to reboot your computer. Following successful installation and reboot (if steps below don't work), the following steps will show you what port Faraday is communicating through.
- In terminal
ls /dev/cu.*to see what USB serial ports are connected./dev/cu.usbserial-xis a valid USB Serial port where x is a number. - Note the displayed filenames. This is the device dev path in OS X. If you have other serial devices plugged in you may want to remove Faraday and run the same command to see which file goes away. Faraday would be the file that disapeared.
With the drivers installed and serial port addresses obtained it's time to configure the Proxy application for use.

