Skip to main content
Skip table of contents

PC

The following page details configuring your PC such that it can communicate with the target hardware.

Setup

To establish a connection between your PC and the target hardware follow the steps outlined below.

Linux or Mac OS
  1. Check your FTDI kernel module is loaded (on Linux it is built into the kernel, so is likely already loaded):

BASH
user@pc> lsmod | grep ftdi_sio
  1. If not, load it:

BASH
user@pc> sudo modprobe -v ftdi_sio
  1. If that failed, see here for installation instructions (VCP driver).

  2. A USB device should now be present in /dev/ :

BASH
user@pc>ls /dev/ |grep USB1 
ttyUSB1

On some flavours of Linux, we've found that the device must be forced to baud 921600, after connecting the target hardware to your PC.

CODE
user@pc> stty -F /dev/ttyUSB1 921600

Windows
  1. If not already installed, see here for installation instructions of the FTDI (VCP) driver.

Next

See Firmware to setup the Lumorphix firmware.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.