Jump to content
Electronics-Lab.com Community

Search the Community

Showing results for tags 'debug port to quickly access pcduion8 uno'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Electronics Forums
    • Projects Q/A
    • Datasheet/Parts requests
    • Electronic Projects Design/Ideas
    • Power Electronics
    • Service Manuals
    • Theory articles
    • Electronics chit chat
    • Microelectronics
    • Electronic Resources
  • Related to Electronics
    • Spice Simulation - PCB design
    • Inventive/New Ideas
    • Mechanical constructions/Hardware
    • Sell/Buy electronics - Job offer/requests
    • Components trade
    • High Voltage Stuff
    • Electronic Gadgets
  • General
    • Announcements
    • Feedback/Comments
    • General
  • Salvage Area

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Skype


Location


Interests

Found 2 results

  1. There is a debug port on pcDuino8 Uno which can used to access system directly as command line mode. You just only use a USB UART cable to connect to this port, when system is up, system initialization information will print to this port and also you can use it to log in Ubuntu. It seemly like an Linux terminal and you can control the whole system without screen, keyboard or mouse. Very convenient, isn’t it? The following part will tell you how to use this debug port. 1. Get a USB UART cable I use this PL2303 USB UART cable, and the details has been shown in the following table. Color Description RED VCC BLACK GND GREEN TXD WHITE RXD 2. Install Drivers on PC(Windows as example) Download the PL2303 Windows driver and install it. 3. Connect One port of USB UART cable is connected to PC USB port。Another pins are connected to debup port on pcDuino8 uno. 4. Configure the Serial tool Open Device Manager to get which COM port has been recognized by PC. Open a serial tool(take Putty as example) and configure it: Serial line :COM11 Speed:115200 Then click “Open” button. Power on pcDuino8 Uno, the log information will print on the window. At the end, it directly login ubuntu as root, and you can input shell command to control the system.
  2. There is a debug port on pcDuino8 Uno which can used to access system directly as command line mode. You just only use a USB UART cable to connect to this port, when system is up, system initialization information will print to this port and also you can use it to log in Ubuntu. It seemly like an Linux terminal and you can control the whole system without screen, keyboard or mouse. Very convenient, isn’t it? The following part will tell you how to use this debug port. 1. Get a USB UART cable I use this PL2303 USB UART cable, and the details has been shown in the following table. Color Description RED VCC BLACK GND GREEN TXD WHITE RXD 2. Install Drivers on PC(Windows as example) Download the PL2303 Windows driver and install it. 3. Connect One port of USB UART cable is connected to PC USB port。Another pins are connected to debup port on pcDuino8 uno. 4. Configure the Serial tool Open Device Manager to get which COM port has been recognized by PC. Open a serial tool(take Putty as example) and configure it: Serial line :COM11 Speed:115200 Then click “Open” button. Power on pcDuino8 Uno, the log information will print on the window. At the end, it directly login ubuntu as root, and you can input shell command to control the system.
×
  • Create New...