Skip to topic | Skip to bottom
Home"Wealth without money..."

Main.IOBoxr1.2 - 12 Feb 2006 - 20:46 - VikOllivertopic end

Start of topic | Skip to actions

IOBox

The IOBox is a simple test tool that acts like any other RepRap networked component and allows direct control of I/O lines from the host PC.

Pinouts

  • B1, B2: Comms
  • B0, B3-B7: Outputs
  • A0-A7: Inputs

Commands

  • 0: Get version
  • 1: Set outputs
  • 2: Get inputs

Firmware

The compiled firmware is in the files section below. The source is in CVS at reprap/firmware/iobox

The device resides at address 50 on the network.

Examples

echo 1 255 | tools/poke -d 50

Set all outputs to ON

echo 2 | tools/poke -d 50 -w

Read inputs (and display as decimal value)

For more details, see the Poke? tool documentation.

-- SimonMcAuliffe - 10 Feb 2006
to top

I Attachment sort Action Size Date Who Comment
iobox.hex manage 3.8 K 10 Feb 2006 - 23:42 SimonMcAuliffe Firmware for IO Box

You are here: Main > DocumentationMain > IOBox

to top

Copyright © 1999-2009 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding RepRap? Send feedback