Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.4 KB

faq.md

File metadata and controls

29 lines (20 loc) · 1.4 KB

Frequently Asked Questions


I am using a LaunchPad device, how can I view display data?

LaunchPad projects general display output data through the use of a Display driver. For more information the specific driver used depends on the SDK and the example, but all of these drivers are thoroughly documented and may be modified to suit the project's needs.

To setup your PC to receive this data please follow the steps below:

  1. Install PuTTY or another serial terminal emulator

  2. Use the Windows Device Manager (Start → Run → mmc devmgmt.msc → Ok) to determine which COM port you should connect to:

    Device Manager

    • Note the COM port number of the XDS110 Class Application/User UART listed.
  3. Configure putty as a serial console with 115200 8N1.

  4. Fill in the Serial Line field with the COM port from above.

  5. When configured correctly, the program should look as below:

Main Screen Serial Screen
Putty Main Putty serial

You may need to unplug/replug your LaunchPad and restart PuTTY if you do not see any output.