<<O>>  Difference Topic IOBox (r1.4 - 06 May 2006 - SimonMcAuliffe)

META TOPICPARENT DocumentationMain

IOBox

Line: 17 to 17

Firmware

Changed:
<
<
The compiled firmware is in the files section below. The source is in CVS at reprap/firmware/iobox
>
>
The compiled firmware is in the files section below. The source is in Subversion at reprap/firmware/iobox

The device resides at address 50 on the network.

 <<O>>  Difference Topic IOBox (r1.3 - 13 Feb 2006 - VikOlliver)

META TOPICPARENT DocumentationMain

IOBox

Changed:
<
<
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. it can be used with most of the hardware modules, but is probably most applicable to the Stepper Controller board.
>
>
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. It is envisaged that this will be used for prototyping, and also by hobbyists keen to exploit the simple and inexpensive technologies developed for RepRap in other projects - please do! Currently there is no specific board, but is probably most applicable to the Stepper Controller board which could drive, say 4 relays instead of the stepper motor coils.

Pinouts

  • B1, B2: Comms
 <<O>>  Difference Topic IOBox (r1.2 - 12 Feb 2006 - VikOlliver)

META TOPICPARENT DocumentationMain

IOBox

Changed:
<
<
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.
>
>
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. it can be used with most of the hardware modules, but is probably most applicable to the Stepper Controller board.

Pinouts

  • B1, B2: Comms
 <<O>>  Difference Topic IOBox (r1.1 - 10 Feb 2006 - SimonMcAuliffe)
Line: 1 to 1
Added:
>
>
META TOPICPARENT DocumentationMain

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

META FILEATTACHMENT iobox.hex attr="" comment="Firmware for IO Box" date="1139614960" path="iobox.hex" size="3916" user="SimonMcAuliffe" version="1.1"
View topic | Diffs | r1.4 | > | r1.3 | > | r1.2 | More
Revision r1.1 - 10 Feb 2006 - 23:49 - SimonMcAuliffe
Revision r1.4 - 06 May 2006 - 00:00 - SimonMcAuliffe