Download List

Project Description

The rt-stepper project provides a USB CNC controller solution. Most CNC controllers are designed to be driven with a PC parallel port. The rt-stepper solution replaces the parallel port with USB. Users can convert their existing parallel port CNC controller into a USB CNC controller. Designers can integrate the hardware into there own CNC controller. The PC side software is based on the popular EMC2 software at www.linuxcnc.org. EMC2 provides 4-axis support, a complete gcode interpreter, a trajectory planner, a GUI front-end, backplotting, and more. The best part of the solution is since the rt-stepper hardware provides the real time step pulses, you can now run EMC2 on Linux, Mac OS, and Windows.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-26 03:02
1.7.8

Initial release based on EMC2. Provides 4-axis support, a complete gcode interpreter, a trajectory planner, GUI front-end, backplotting, and more.

2010-04-22 14:07
1.5

Circular horizontal milling support was added with the G17, G18, and G19 gcode commands. The software was reconfigured into two components: application program and library. The applicaton program is the gcode interpreter, which calls the library for all CNC move commands. The library handles all the dongle specific USB IO for basic linear and circular moves. Now third-party developers can integrate the rt-stepper dongle into their own CNC application.

2010-01-03 22:31
1.4

A new control thread was added for INPUT0 processing. The new thread provides support for limit switches. Support was added for Windows 7 by using Microsoft's winusb.dll.

2009-07-29 21:52
1.3

Windows XP support was added. Windows packages can now be built using the MinGW cross compiler. Syslog support was moved to a local log file. Improvements were made to the event message queue.

2009-06-20 12:07
1.2

Initial release.
Tags: Initial freshmeat announcement

Project Resources