mrcbax / ReimageVideo

Open source firmware for the ImageVideo RDU 1502.
GNU General Public License v3.0
11 stars 1 forks source link

ReimageVideo

proto_image

Open source firmware for the ImageVideo RDU 1502 "Tally System".

Compile using SDCC

You will need an intel 8051 compatible MCU in the PLCC44 package style. This project uses the Atmel at89s8253

Goals

Command reference

Communication with the device is done over RS232 serial at 14400 baud.

Due to the design of the device, the 8051 chip can only receive data and cannot transmit. Instead, error messages are printed directly to the screen.

Use p for percentage fill, t for text, and c for clear.

color values are r for red, g for green, and y for yellow.

The p command takes a percentage as a value from 0.0 to 1.0 (leading zero and decimal point is required).

Values are persistent until changed. Percentage fills can be overlaid on text. When c is called both percentage and text are cleared.

Command structure is: <command> <color> <value>

Some examples: