Adaptive Microsystems ALPHA LED Sign on Lantronix MSS terminal server

Alpha LED Sign

Every few years I pull all this out again, and every few years I’ve forgotten a thing or two and have to poke around figuring things out again after loosing a part or two. MAGFest is soon approaching, and the goal is to ask attendees not to press start on the pinball machines more than one time.

Years ago I picked up some two line LED signs from Adaptive Microsystems. These were used in call centers, at least two from “Mac Warehouse” if anyone remembers that catalog. Probably ACD queue information provided by a middleware solution between the sign and a phone system.

These connect via serial line on a 6 pin RJ-11 (6P6C) cable. The business signs can do RS232 or RS485, while the consumer BetaBrite model can do RS232 only AFAIK.

I bought some Lantronix MSS10 units from eBay dirt cheap years ago when I originally bought these. I used velcro to hold the MSS10 boxes to the back of the signs and made cables to go from the RJ11 serial port to the Lantronix. I then wired in the 5vdc for the Lantronix straight from the power supply on the sign. This way there was only a single power cord and you could plug 10mbps ethernet straight into the sign and feed it data. All this was taken apart when these were located on Granby Street in a project for Art!Everywhere during the 757 Labs Hackerspace days. So I need to put it back together, and I couldn’t find the original cabling from when the term servers were on the signs just when they were hooked to a Livingston ortmaster for the art project.

As time has gone on a lot of pages have come up about the signs, much different than when I first got them. I recommend BB-XML for talking to the signs, it’s amazing. And Walt’s LED sign page.

The pinout to go from a RJ-11 6p6c shell to a DB25 female is:
GREEN to Pin 2
RED to Pin 3
BLUE to Pin 7
This is used with a rollover cable. This is where the two plugs facing each other tip to tip, the wires are the same on both sides (bottom is same color, top is same color.) See Walt’s page for info on this.

The pin full opposite of ground (WHITE) have a +5vdc line from the sign — it needs to be removed or protected from coming into contact with other pins. Insulate or cut the 3 spare pins.

In my old cables I swear I connected CTS to RTS on the host side or something, but I think I got around it this time.

The MSS10 setup should go like this:

Connect via null cable to the serial port:

Username: Whatever
SET PRIV
Password: system
change ipaddress x.x.x.x
change subnet mask 255.x.x.0
change gateway x.x.x.x
change speed 9600
change charsize 8
change stopbits 1
change parity none
change flow control ctsrts
change modem control disabled
change signal check disabled

The MSS10 listens on TCP port 2001

pom.pl :

#!/usr/bin/perl
my $moon = `uname -a`;
print "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\001" . "Z" . "00" . "\002" . "AA" . "\x1B" . " t" . "$moon";
print "\004";

./pom.pl | nc 2001