• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » Code Composer Studio » Code Composer Forum » Terminal Window for CCSv5 w/SSH, Telnet, and Serial support (COM)
Share
Code Composer Studio
  • Forum
  • Announcements
Options
  • Subscribe via RSS
Common Questions
  • Code Composer Studio Forum Usage Guidelines

  • Resources
  • Code Composer Studio (CCStudio) Product Folder
  • Troubleshooting CCS
  • CCS Wiki
  • Download CCS
  • Order CCS
  • Tools Insider Blog
  • Bug Tracking
  • Forums

    Terminal Window for CCSv5 w/SSH, Telnet, and Serial support (COM)

    • Gerry Simmons
      Posted by Gerry Simmons
      on Feb 02 2012 19:06 PM
      Intellectual850 points

      This is an EXTREMELY useful add-on (plug-in) for CCS that I discovered and I thought I would share this with the Community and how to set it up. Not sure why it isn't supplied with CCS as a standard, but it's not. Being able to connect your PC (especially Windows 7) via a COM port to an eval. board is essential sometimes, and being able to do it through your IDE is ... well, nice.

      This support comes in 2 pieces. The first, Target Management Terminal, is from Eclipse. The repository is actually already listed in CCSv5, it has simply been disabled. To enable this, go to Help ->  Install New Software, and click the Blue link "Available Software Sites" in the top section of the window pane. This brings up the Available Sites window pane, and if you scroll through the listed sites, you'll see several that have no names, just URLs. Find the one for http://download.eclipse.org/tm/updates/3.3 and label it Target Management. Then click on the check-box next to it to Enable it. Click OK.

      Now, you should be back to the Install New Software pane. The Target Management selection should be there. Select it. It should populate out a list of possible additions. Open up TM and RSE 3.3.1 Main Features by click on the arrow icon next to it. You'll see Target Management Terminal. Select it, and install it. CCS should ask you to restart, and please do! This package installs the Terminal plug-in, and you can pull it up with Window->Show View->Other (the first time)->Terminal. The Terminal window should pop up right next to your Console or Problems window. You will see Iicons to the right: a Connection icon, a Settings icon, and a New Terminal Connection icon - all enabled. If you go to Settings, and pull down the Connection Type list, you will see Telnet, SSH, and Serial support. Don't select Serial as yet, you will get an error due to RXTX not being installed.

      RXTX is the second piece (plug-in) needed to establish a serial connection. Add the following using Install New Software -> Add ...

      Name:   RXTX
      Location: http://rxtx.qbang.org/eclipse/

      Pick either version (not sure what works on what,) and install. This will install the RXTX Serial API and drivers needed by the Target Management Terminal. CCS will ask you to restart again, let it. Now, go to your Terminal window -> Settings, and select Serial connection. You will see the typical Serial settings like COM port, baud rate, start and stop bits, parity, etc. Connect up your EVM Serial port with a cable and ...

      ENJOY!!! 

       

      CCSv5 Terminal Serial COM
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Feb 03 2012 10:01 AM
      Guru116550 points

      Hi Gerry,

      Thanks for the tip! Those plug-ins are a favorite of mine also. We just ship with stock Eclipse and not any additional plug-ins (besides TI content) since that is the preferred platform. But we certainly encourage people to drop in any plug-ins they find useful.

      There is also an existing wiki topic on the terminal plug-in which has some screenshots for others who are curious:

      http://processors.wiki.ti.com/index.php/How_to_install_the_terminal_plugin_in_CCSv5

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Dmitry Gorulko
      Posted by Dmitry Gorulko
      on Jun 21 2012 04:52 AM
      Prodigy100 points

      Hello!

      I wonder if anybody can help me.

      I have installed Target Management Terminal and RXTX End-user Runtime (CCS 5.2 Linux).

      SSH and Telnet work fine, but when I am trying to use Serial, CCS gives this error message window:

      ------------------------------------------------------------------------

      Cannot initialize Serial:
      The RXTX library has not been installed properly!

      Installation:
      -------------
      * Either (a) Use Help > Software Updates, Add Site and install from:
         http://rxtx.qbang.org/eclipse/
      * Or (b) Download and install RXTX for Eclipse from:
         http://rxtx.qbang.org/eclipse/downloads/

      For other Platforms, more info and help see
         http://www.rxtx.org/
         https://bugs.eclipse.org/bugs/show_bug.cgi?id=175336#c6

      -----------------------------------------------------------------------

      Is there any way to solve such issue?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Jun 21 2012 09:27 AM
      Guru116550 points

      Hi Dmitry.

      CCSv5.2 comes with the RXTX plugin by default. So all you would need to install in the Terminal plug-in.

      The problem is if you reinstall the RXTX plug-in, it causes some issue where either the existing plug-in is broken or the newly installed one is broken. I haven't confirm that this is indeed the case in your case but I observed this on my own laptop when I did the same thing. You can try completely removing the RXTX plug-in and reinstall.

       ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Dmitry Gorulko
      Posted by Dmitry Gorulko
      on Jun 21 2012 22:17 PM
      Prodigy100 points

      Hello Ki-Soo!

      Today I have uninstalled and then install CCS 5.2 Linux again. Then I installed Terminal plug-in.

      Unfortunatelly still have the same error message.

      Search in files shows RXTXcomm.jar presents in two places:

      /ti/ccsv5/eclipse/jre/lib/ext

      and

      /ti/ccsv5/eclipse/plugins/com.ti.dvt.datamodel_3.2.0.201205011655/extensions

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Steven Barnett
      Posted by Steven Barnett
      on Mar 06 2013 15:43 PM
      Prodigy100 points

      Hi,

      I'm new to this and having difficulties with Console output from the eks-lm4f232 evaluation board. I was able to perform the first operation of your message but not the second, i.e. http://rxtx.qbang.org/eclipse/ . My web browser gets a "read time-out" error. Any help?

       

      Steve

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    TI E2E™ Community
    • Support Forums
    • Blogs
    • Videos
    • Groups
    • Site Support & Feedback
    • Settings
    TI E2E™ Community Groups
    • TI University Program
    • Make the Switch
    • Microcontroller Projects
    • Motor Drive & Control
    Other Communities
    • Deyisupport
    • Designsomething.org
    • beagleboard.org
    • TI on Element 14
    • TI on TechXchangeSM
    Other Technical & Support Resources
    • WEBENCH® Design Center
    • Product Information Centers
    • Technical Documents
    • TI Design Network
    • TI Technical Articles
    • TI Training

    All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

    Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

    Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
    TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

    TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
    embedded processors, along with software, tools and the industry’s largest sales/support staff.

    © Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
    Trademarks | Privacy Policy | Terms of Use