Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Mitsubishi LCD Controller

Discussion about LCD's and other related hardware

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792

Post Reply
fuzzface
Posts: 2
Joined: May 11th, 2006, 2:46 am

Mitsubishi LCD Controller

Post by fuzzface »

Hi


I have a mitsubishi LCD controller, the model is M37510M6-093F, i got it out of a nortel Caller-ID. I was able to get a data sheet for this controller at

http://www.ortodoxism.ro/datasheets/Mit ... Xutuzx.pdf

i was hoping someone could tell me if this controller is compatable and possable how to wire it up

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

M37510M6-093F is not a simple lcd controller like HD44780, it is an 8-bit microcomputer who can directly drive a dot matrix LCD and has serial capabilities.

The only way to use it as a display for LCDSmartie is to write a program for it to accept data serially (because the microcomputer has serial capability) and put it out on the display like matrix orbital or crystalfontz display do.

I can't help you further. Try to find someone with spare time to write such a program for you or google for such a program: "7510 microcomputer serial lcd" would be a guess.
Or if you are lucky and it is already programmed as a serial lcd display, get someone to find the serial connection port and send some data for a test.

fuzzface
Posts: 2
Joined: May 11th, 2006, 2:46 am

Post by fuzzface »

What about using a serial-parallel converter to convert the parallel signal form the computer to serial data to the microcomputer? Would this work?

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

Why would you do that? Every PC has a serial port... LCDSmartie can send serial commands, your problem is in that microcomputer program!

_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Ceasar, most new PC's dont have Serial or Parallel ports. The problem is is that you have no idea what the microcomputer is running. What commands do what in the microcomputer?

J

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

Thanks, _X7JAY7X_, forgot about that, but we use USB -> Serial adapters don't we (I can't remember where the COM port is on the back of the computer since these serial adapters appeared :wink: )

Ofcourse we don't know what the microcomputer is running, but fuzzface could find a datasheet or documentation on the original setup from where he salvaged that display and maybe if he's lucky it is a serial display implementation and the commands for it are documented.

Anyway that microcomputer needs programming no matter what the approach is. It won't be easy.

Post Reply