Introduction

 Details

 Download

 Examples

 Applications

 Background

 Sales

 Support

 
eRTOS "Embedded Applications...Fast and Free!"
 

eRTOS is no longer officially supported (2006)

You are still free to use it, and I continue to sell manuals and answer general questions about it. I just decided to stop adding functionality to it or fix earlier design decision. The system is quite stable, the only weak part is the RS-232 serial handling code.

Example eRTOS Applications

eRTOS ships with more than two dozen simple examples demonstrating its many features.

Also included are several larger examples including some with network capabilities:

  • 10 kHz sampling example
    • demonstrates high speed, fixed rate sampling
    • plays Windows WAV files on PC speaker or SoundBlaster card

    •  
  • a Web server using server-side-includes to add dynamic content, and client side Java program to graph the results
  • a simple Web based oscilloscope (downloadable)which
    • updates the Web graphics periodically
    • uses CGI to accept new parameters
    • FTP server for in-field updates
    • only about 4 pages of C source

    •  
  • an TELNET to serial port terminal server, includes
    • multiple inbound TELNET servers, one per serial port
    • web statistics/graph/configuration - See Slides because it's easy
    • userid/password protected web configuration
    • FTP server of in-field updates
    • SMTP and SYSLOG notification
    • only about 4 pages of C
  • CGI programming examples