Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:development:setup-serial-tool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:edge2:development:setup-serial-tool [2022/12/05 00:28]
hyphop [Hardware Connection]
products:sbc:edge2:development:setup-serial-tool [2023/04/03 22:30] (current)
nick
Line 9: Line 9:
 Take a serial tool, which is also known as an USB to TTL Converter like [[https://www.amazon.com/Adaptor-Download-Adapter-Converter-LinkMore/dp/B08VGRRJ67/ref=sr_1_4?dchild=1&keywords=USB+to+TTL+ch340&qid=1629184609&sr=8-4|CH340 USB to TTL Converter]]. Take a serial tool, which is also known as an USB to TTL Converter like [[https://www.amazon.com/Adaptor-Download-Adapter-Converter-LinkMore/dp/B08VGRRJ67/ref=sr_1_4?dchild=1&keywords=USB+to+TTL+ch340&qid=1629184609&sr=8-4|CH340 USB to TTL Converter]].
  
-An [[|Edge2 IO board]] is needed to work with the serial tool.+An [[/products/sbc/edge2/applications/gpio/40pin-header|Edge2 IO board]] is needed to work with the serial tool.
  
  
Line 16: Line 16:
 {{/products/sbc/edge2/development/edge2-io.webp?500|serial_connections}} {{/products/sbc/edge2/development/edge2-io.webp?500|serial_connections}}
  
-You can connect your serial tool to the board GPIO pins, referring to the following diagram,+^  ^ USB-TTL pin name  ^ Edge2 GPIO name ^ GPIO pin ^  
 +| 1 | ''GND''      | ''GND'' | 4 | 
 +| 2 | ''TXD''      | ''DRX'' | 3 | 
 +| 3 | ''RXD''      | ''DTX'' | 2 |
  
-^ UART tool ^ IO board pin label ^ Edge2 GPIO name ^ +Full [[/products/sbc/edge2/applications/gpio/40pin-header#reference-table| Edge2 GPIO header - reference table]]
-| ''GND''      | 1 | ''GND''+
-| ''TXD''       | 2 | ''DRX''+
-| ''RXD''       | 3 | ''DTX'' |+
              
 /* IMHO its ugly  /* IMHO its ugly 
 +
 +You can connect your serial tool to the board GPIO pins, referring to the following diagram,
  
   * Tool Pin ''GND'' <-> ''Pin1'' of Edge2 IO's GPIO   * Tool Pin ''GND'' <-> ''Pin1'' of Edge2 IO's GPIO
   * Tool Pin ''TXD'' <-> ''Pin2'' of Edge2 IO's GPIO ''DRX''   * Tool Pin ''TXD'' <-> ''Pin2'' of Edge2 IO's GPIO ''DRX''
   * Tool Pin ''RXD'' <-> ''Pin3'' of Edge2 IO's GPIO ''DTX''   * Tool Pin ''RXD'' <-> ''Pin3'' of Edge2 IO's GPIO ''DTX''
 +
 */ */
  
Line 155: Line 158:
 Install the CH340 driver. Install the CH340 driver.
  
-  - Download the [[https://dl.khadas.com/Tools/CH34x_Install_Windows_v3_4.zip|driver]].+  - Download the [[https://dl.khadas.com/tools/CH34x_Install_Windows_v3_4.zip|driver]].
   - Unzip the compressed file.   - Unzip the compressed file.
   - Run the installer.   - Run the installer.
Last modified: 2022/12/05 00:28 by hyphop