Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#155852 - 17/04/2003 09:41 Using an empeg as a Matrix Orbital display
thenominous
member

Registered: 22/12/2001
Posts: 189
Loc: UK
Does anyone know what is output to matrix orbital LCD' s with a serial input? Is it just pure ascii?
I would like to see if it is possible to hook up the empeg instead of the MO display, and have the info on the empeg's screen.
I imagine this is going to require a lot more programming than I currently can do, or think it will need

Top
#155853 - 17/04/2003 10:48 Re: Using an empeg as a Matrix Orbital display [Re: thenominous]
robricc
carpal tunnel

Registered: 30/10/2000
Posts: 4931
Loc: New Jersey, USA
You can view the manual for the MO displays online. here is one.

I don't know about using an empeg display. I would assume it is parallel and not serial, but there's probably even more to it than that.
_________________________
-Rob Riccardelli
80GB 16MB MK2 090000736

Top
#155854 - 17/04/2003 20:06 Re: Using an empeg as a Matrix Orbital display [Re: robricc]
V99
member

Registered: 12/01/2002
Posts: 192
Loc: Phoenix, AZ
With the limited command set of something like the display Rob linked to, it wouldn't be too hard to write a program to 'emulate' it using the Empeg's display.

Basically you would open the serial port and wait for incoming data, figure out what needs to be done (based on the command set of the display you're emulating), and do that thing on the Empeg display. You'd probably want to use vfdlib and maybe make yourself a custom font that matches MO's.

Top