Author Topic: ioBridge X Betabrite LED Sign  (Read 700 times)

Psychoarts

  • Newbie
  • *
  • Posts: 16
  • Peace, Love, and 1-Shot
    • Psychoarts.com
ioBridge X Betabrite LED Sign
« on: November 30, 2009, 04:09:50 PM »
I was given a used Betabrite sign. I already built a serial cable and can interface it with RSS feeds and the like. I was wondering if I could use the serial board to control the sign? Here is a link to the Spec sheet. http://www.adaptivedisplays.com/Media/97036011.pdf I know little about programming but, with a nudge in the right direction I can figure most anything out. I think I would like to interface with a Caller ID setup, display call info do a few things when a call is received.

Any help would be great.


nick

  • Full Member
  • ***
  • Posts: 174
Re: ioBridge X Betabrite LED Sign
« Reply #1 on: November 30, 2009, 05:01:00 PM »
If all you want to do is write characters to it you don't even need the serial smart board, you can do serial output with just the digital out pin.  The sign is an RS232 device and if it adheres to the RS232 standard it may require a higher signal voltage than the 5V the ioBridge provides.  There is a chip called a MAX232 that boosts 5V signals to RS232 levels, you can buy them on ebay two for a dollar.

In terms of programming: IObridge has widgets that allow you to send serial messages to the serial outputs. The spec sheet doesn't say anything about how it is controlled, I assume you have to mix control characters in with your message.  You'd probably want to make up a simple javascript program to send control characters and messages.