Modifications

Sauter à la navigation Sauter à la recherche
1 380 octets ajoutés ,  9 février 2017 à 21:54
Ligne 62 : Ligne 62 :     
Now open a serial console for the FT232H board and check that anything you type is echoed back to you.
 
Now open a serial console for the FT232H board and check that anything you type is echoed back to you.
 +
 +
=== Windows ===
 +
On Windows you can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY] as a serial console.  Download and run PuTTY, then configure it for a '''Connection type''' of '''Serial''' as shown below on the right.  The '''Serial line''' should be set to the '''COM port you found for the USB serial converter''' in device manager (shown on the left), in this case COM5.  '''Speed''' should be set to '''9600 baud'''.
 +
 +
[[Fichier|RASP-FT232H-Serial-Uart-30.png|640px]]
 +
 +
Click open and you should see an empty terminal screen appear.  Try typing a message and you should see what you type echoed back to you, like below:
 +
 +
[[Fichier|RASP-FT232H-Serial-Uart-31.png|640px]]
 +
 +
If you don't see anything, make sure you've connected the D0 pin to the D1 pin on the FT232H board. 
 +
 +
Also make sure you're using the right COM port for the FT232H device.  Try unplugging any other USB to serial converter (including development boards like Arduinos!) and only connecting the FT232H board to make sure you can find its COM port in device manager.
 +
 +
=== Mac OSX ===
 +
On a Mac you can use a few included terminal commands to list serial ports and connect to a serial port to test the loopback connection. 
 +
 +
First start with the FT232H board disconnected and open a terminal to run the following command to list all serial ports.
 +
 +
<nowiki>ls /dev/tty.*</nowiki>
    
{{RASP-FT232H-TRAILER}}
 
{{RASP-FT232H-TRAILER}}
29 918

modifications

Menu de navigation