Difference between revisions of "Beagleboard:BeagleBone Black Serial"

From eLinux.org
Jump to: navigation, search
(Friction-fit, low-profile open hardware design)
m
(5 intermediate revisions by 2 users not shown)
Line 32: Line 32:
  
  
    Board       Wire    Function
+
{| class="wikitable"
  Pin 1.....Black.....Ground<br/>
+
|-
  Pin 4.....Green.....Receive<br/>
+
! Board !! Cable
  Pin 5.....White....Transmit<br/>
+
|-
 +
| Pin 1 (GND) || Black (GND)
 +
|-
 +
| Pin 4 (RX) || Green (TX)
 +
|-
 +
| Pin 5 (TX) || White (RX)
 +
|}
  
'''NOTE: The naming of the signals reflect those of the cable. The swapping of TX and RX takes place on the board.'''
+
'''NOTE:'''
  
You will also find an extra RED wire on this cable. Just leave it unconnected.
+
You will also find an extra RED wire on this cable that supplies 5V @ 500mA which could power the board if connected to one of the VDD_5V pins (P9_05, P9_06). Just leave it unconnected.
  
 
== FTDI 3 Pin Cable ==
 
== FTDI 3 Pin Cable ==
Line 46: Line 52:
 
This cable only has three wires for connection. You can find the datasheet and a picture at *[http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_RPi.pdf Cable]<BR>
 
This cable only has three wires for connection. You can find the datasheet and a picture at *[http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_RPi.pdf Cable]<BR>
  
    Board     Wire      Function
+
{| class="wikitable"
  Pin 1.....Black......Ground<br/>
+
|-
  Pin 4.....Yellow.....Receive<br/>
+
! Board !! Cable
  Pin 5.....Orange.....Transmit<br/>
+
|-
 
+
| Pin 1 (GND) || Black (GND)
'''NOTE: The naming of the signals reflect those of the cable. The swapping of TX and RX takes place on the board.'''
+
|-
 +
| Pin 4 (RX) || Orange (TX)
 +
|-
 +
| Pin 5 (TX) || Yellow (RX)
 +
|}
  
 
== Olimex 3 Pin Cable (PL2303)==
 
== Olimex 3 Pin Cable (PL2303)==
Line 57: Line 67:
 
A third version is sold by *[https://www.olimex.com/Products/Components/Cables/USB-Serial-Cable/USB-Serial-Cable-F/ Olimex]
 
A third version is sold by *[https://www.olimex.com/Products/Components/Cables/USB-Serial-Cable/USB-Serial-Cable-F/ Olimex]
  
  Board     Wire      Function
+
{| class="wikitable"
  Pin 1.....Blue......Ground<br/>
+
|-
  Pin 4.....Green.....Transmit<br/>
+
! Board !! Cable
  Pin 5.....Red.......Receive<br/>
+
|-
 +
| Pin 1 (GND) || Blue (GND)
 +
|-
 +
| Pin 4 (RX) || Red (TX)
 +
|-
 +
| Pin 5 (TX) || Green (RX)
 +
|}
  
 
== Friction-fit, low-profile open hardware design ==
 
== Friction-fit, low-profile open hardware design ==

Revision as of 07:49, 16 July 2017

Serial Port Settings

The default serial port settings for the board are:

Baud 115,200
Bits 8
Parity N
Stop Bits 1
Handshake None


Standard FTDI Cable

The debug cable is a standard FTDI to TTL cable. Make sure you get the 3.3V version. You can purchase this from several different sources including but not limited to:

FTDI Cable.jpg

Pin 1 on the cable is the black wire and connects to pin 1 on the board, the pin with the white dot next to it.

Adafruit 4 Pin Cable (PL2303)

One is from *Adafruit. This is a Prolific chipset based cable. Some people have reported issues with the cable causing some issues with data corruption. You experience may vary. You will need to install the Prolific drivers. Those can be downloaded from Adafruit.

RPI Serial.png


Board Cable
Pin 1 (GND) Black (GND)
Pin 4 (RX) Green (TX)
Pin 5 (TX) White (RX)

NOTE:

You will also find an extra RED wire on this cable that supplies 5V @ 500mA which could power the board if connected to one of the VDD_5V pins (P9_05, P9_06). Just leave it unconnected.

FTDI 3 Pin Cable

You can purchase the another version direct from *FTDI
This cable only has three wires for connection. You can find the datasheet and a picture at *Cable

Board Cable
Pin 1 (GND) Black (GND)
Pin 4 (RX) Orange (TX)
Pin 5 (TX) Yellow (RX)

Olimex 3 Pin Cable (PL2303)

A third version is sold by *Olimex

Board Cable
Pin 1 (GND) Blue (GND)
Pin 4 (RX) Red (TX)
Pin 5 (TX) Green (RX)

Friction-fit, low-profile open hardware design