DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Last call! Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

Related

  • COM Design Pattern for Automation With Selenium and Cucumber
  • Simplify NoSQL Database Integration in Java With Eclipse JNoSQL 1.1.3
  • Domain-Driven Design: Manage Data With Jakarta Data and JNoSQL
  • Understanding and Learning NoSQL Databases With Java: Three Key Benefits

Trending

  • Is Agile Right for Every Project? When To Use It and When To Avoid It
  • Start Coding With Google Cloud Workstations
  • Automating Data Pipelines: Generating PySpark and SQL Jobs With LLMs in Cloudera
  • 5 Subtle Indicators Your Development Environment Is Under Siege
  1. DZone
  2. Data Engineering
  3. Databases
  4. Using Serial Terminal and COM Support in Eclipse Oxygen and Neon

Using Serial Terminal and COM Support in Eclipse Oxygen and Neon

Wish you had a terminal connection to your board within Eclipse without the need for an extra terminal program? Here's how to do it with Eclipse Oxygen and Neon.

By 
Erich Styger user avatar
Erich Styger
·
Oct. 10, 17 · Tutorial
Likes (1)
Comment
Save
Tweet
Share
15.6K Views

Join the DZone community and get the full member experience.

Join For Free

Most of the time, I use a dedicated terminal program like Termite or PuTTY to connect to a board using a virtual or non-virtual COM port. Another way is to use the Eclipse built-in Terminal view: That way, no extra program is needed to communicate with a real or virtual COM port with my target device:

Terminal Command Output

Terminal Command Output

Traditionally, adding Serial Terminal support to Eclipse seems to be an endless source of pain (see the links at the end of this article). That's mostly because of the underlying Java connection to the serial ports. The good news is that with Eclipse Oxygen, things can work out-of-the-box. For other Eclipse versions, some extra plugins might be necessary.

Installation

With Eclipse Oxygen (4.7.0, I’m using the 64-bit version), no extra plugins need to be installed!

Eclipse Oxygen Version

Eclipse Oxygen Version

Other Eclipse distributions need extra plugins installed if they do not have the Terminal view included, e.g. the NXP MCUXpresso IDE 10.0.2 (MCUXpresso IDE v10.0.2 [Build 411] [2017-07-11]), which is Eclipse Neon (4.6)-based.

For Eclipse Neon, use the menu Help > Install New Software and enter...

http://download.eclipse.org/releases/neon


...as the update site.

If you get an error like this...

Unable to read repository at http://download.eclipse.org/releases/neon.
Unable to read repository at http://download.eclipse.org/releases/neon.
Unable to read repository at http://download.eclipse.org/releases/neon/201703141400.
Input is not in the XZ format


Unable to read repository

Unable to read repository

...then the following fix worked for me:

  1. Close Eclipse
  2. Delete the following folder: <eclipse installation folder>\p2\org.eclipse.equinox.p2.core\cache
  3. Delete the following folder: <eclipse installation folder>\p2\org.eclipse.equinox.p2.repository\cache
  4. Start Eclipse

Then install the ‘TM Terminal’ plugin:

TM Terminal Plugin Installation

TM Terminal Plugin installation

To have the COM ports showing up, I also have to install the RxTx plugins from:

http://rxtx.qbang.org/eclipse/


rxtx runtime

rxtx runtime

Restart Eclipse, and this completes the installation.

Usage

Use the menu Window > Show View > Terminal to open a Terminal view:

Show View Terminal

Show View Terminal

In the Terminal view, use the ‘Open a Terminal’ button:

Open a terminal

Open a terminal

In the dialog, select ‘Serial Terminal’ and configure the serial port with baud rate.

Launch Terminal

Launch Terminal

Press OK, and it opens a connection.

I recommend using the ‘Toggle Command Input’ button, which adds an edit box to enter text:

Toggle Command Input

Toggle Command Input

The field has a ‘history’ function: using cursor-up or down, I can go through the previous commands:

Terminal Command Output

Terminal Command Output

Use the close connection button to close a connection.

Summary

With Eclipse Oxygen, a serial terminal connection using a COM port works out of the box. For earlier Eclipse versions, I have to install extra plugins plus the RxTx plugin. With this, I’m able to use a terminal connection to my boards within Eclipse without the need for an extra terminal program.

Happy COMmunicating!

Links

  • Serial Terminal View in Eclipse Luna
  • Serial Terminal View with Eclipse Kepler
Component Object Model terminal Eclipse Neon (light synthesizer)

Published at DZone with permission of Erich Styger, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • COM Design Pattern for Automation With Selenium and Cucumber
  • Simplify NoSQL Database Integration in Java With Eclipse JNoSQL 1.1.3
  • Domain-Driven Design: Manage Data With Jakarta Data and JNoSQL
  • Understanding and Learning NoSQL Databases With Java: Three Key Benefits

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: