eefes
Eclipse Extensions for Embedded Systems
Homepage for Developers and Users

Project goal of eefes 

The project goal of eefes is to provide several enhancements for working with embedded systems under the eclipse environment. This includes enhancements for the CDT Project aswell as new extensions to communicate with embedded devices.

Participation
Join our Sourceforge Team
Please support us in the development of this project. If you have new ideas, wishes, changes or bug reports, feel free to write us an mail.
Subprojects

org.eefes.compiler  ( Current Version: V1.0 )

Enhancement of the Eclipse CDT Framework to support embedded compiler.

Currently supported:

  • Microtec Error Parser
org.eefes.terminal.shell   ( Project Start in planning )
This plugin will provide a shell for cygwin/dos to directly enter commands in the eclipse environment.
org.eefes.terminal.telnet  (Project Start in planning)
This plugin will provide a telnet interface to external devices.
3rd Party Documentation
Sun- Core Java - Java Communication API 
Suns entrypoint for rs232 and parallel communication with java.  
Java Comm Serial API How-To for Linux
Howto-Documentation for using the Java Comm Serial Api on Linux OS, together with RXTX and JCL.