Redpitaya RED PITAYA, OPEN SOURCE LAB RED Pitaya V 1.1 Fiche De Données

Codes de produits
RED Pitaya V 1.1
Page de 35
 
 
13 
The FTD driver is available o
 webpage. 
3.6.1.2  Linux users 
To access the serial console use one of the serial communication tools e.g. 'minicom'. Follow these 
steps: 
  Connect the USB cable between your PC and Red Pitaya. 
 
Open  a  terminal  window  and  check  the  USB  devices  (look  for  »Future  Technology 
Devices«): 
lsusb | grep Future 
Bus 005 Device 002: ID 0403:6015 Future Technology Devices International, Ltd 
The ttyUSB device must be listed in /dev: 
user@ubuntu:~$ ll /dev/ttyUSB0 
crw-rw---- 1 root dialout 188, 0 2013-11-27 08:09 /dev/ttyUSB0 
  Following that, run 'minicom' as shown below: 
user@ubuntu:~$ minicom -D /dev/ttyUSB0 
  Serial console will open. 
 
3.6.1.3  OS X users 
Download  and  install  the  MAC  OS  X  FTDI  driver  on  your  Mac.  The  FTD  driver  is  available  on 
 webpage. 
 
Then, follow these steps: 
 
Run XOS terminal (Launchpad → Other → Terminal) and list usbserial device: 
NOTE:  Some  older  Linux  distributions  (e.g.  Ubuntu  versions  10.04  and  11.04)  do  not 
recognize the FTD USB device automatically. To fix this, issue the following command in 
the terminal window: 
 
sudo modprobe ftdi_sio vendor=0x0403 product=0x6015 
 
To load the driver automatically at boot, add this line to /etc/modules file: 
 
ftdi_sio vendor=0x0403 product=0x6015