Difference between revisions of "Beagleboard:BeagleBone Black Serial"
m (→Standard FTDI Cable: LogicSupply: Page Not Found, can't find any ftdi producs on there new pages...) |
(→Friction-fit, low-profile open hardware design) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
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: | 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: | ||
− | *[ | + | *[https://www.digikey.com/product-detail/en/ftdi-future-technology-devices-international-ltd/TTL-232R-3V3/768-1015-ND/1836393 DigiKey] |
− | *[ | + | *[https://www.newark.com/ftdi/ttl-232r-3v3/usb-to-serial-converter-cable/dp/34M8872?st=TTL-232R-3V3 Newark] |
*[https://www.sparkfun.com/products/9717 Sparkfun] | *[https://www.sparkfun.com/products/9717 Sparkfun] | ||
− | *[ | + | *[https://www.ftdichip.com/Products/Cables/USBTTLSerial.htm FTDI] |
*[https://www.adafruit.com/products/70 Adafruit] | *[https://www.adafruit.com/products/70 Adafruit] | ||
Line 62: | Line 62: | ||
|} | |} | ||
− | == Olimex 3 Pin Cable (PL2303)== | + | == Olimex 3 Pin Cable (PL2303) (Discontinued)== |
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] | ||
Line 79: | Line 79: | ||
== Friction-fit, low-profile open hardware design == | == Friction-fit, low-profile open hardware design == | ||
− | *[https://www.tindie.com/products/spirilis/beaglebone-black-ftdi-friction-fit/ Tindie order page] | + | *[https://www.tindie.com/products/spirilis/beaglebone-black-ftdi-friction-fit/ Tindie order page (Retired)] |
*[https://github.com/spirilis/bbbftdi Source] | *[https://github.com/spirilis/bbbftdi Source] |
Latest revision as of 13:11, 28 April 2020
Contents
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:
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.
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) (Discontinued)
A third version is sold by *Olimex
Board | Cable |
---|---|
Pin 1 (GND) | Blue (GND) |
Pin 4 (RX) | Red (TX) |
Pin 5 (TX) | Green (RX) |