Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to interface a LED matrix display with a PC?

Status
Not open for further replies.

solomone

Newbie level 1
Joined
Aug 25, 2004
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
8
LED matrix display

dudes! its my first time here... I need some hint about my project LED matrix display. how do i interface it with an IBM computer? can you give me some infortion on building it, please...??? tanx....
 

LED matrix display

You need a microntroller, a RS-232 cable to establish a serial connection between the PC and microntroller and control the LED matric display from PC using the microntroller or make the microntroller to control LED matrix display intelligently by making some small program you uploaded to microntroller device itself.

One good book is this: https://www.amazon.com/exec/obidos/tg/detail/-/0750676981/002-5494211-5094404?v=glance
 

LED matrix display

Just program it in PIC microcontroller.It is easier. Or using an IC.
 
Re: LED matrix display

Hi.....
you have got 2 options for controlling LED matrix display.....one is through serial port and other is parallel port...

If u use serial port then u would have to use some device like a Microcontroller / serial reciever to recieve data through serial port....
I normally use MAX 232 IC which converts serial port voltage levels to TTL levels . then after MAX 232 u require a microcontroller like 8051 , 89c51 to recieve serial data.......Then u can make decisions in microcontroller and send controlling bits to the LED matrix for appropriate display.....

2nd option u have got is the parallel port......It doesn't require any intermediate circuitry such as MAX 232 and some serial data reciever....The data is just latched on the parallel port when u send data to it......so u can send data to parallel port and give it directly to LED matrix ......also u can give data to 8051 or 89c51 microcontroller and that microcontroller can control the LED matrix....so u would have to program the microcontroller........and send appropriate bits for LED matrix controlling.....

Below is some helping material about serial port.....:) Max 232 data sheet........
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top