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.

Ideas for port scanning on dot matrix

Status
Not open for further replies.

rodros04

Junior Member level 1
Joined
Nov 9, 2007
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,379
I want to make an experiment about port scanning on dot matrix, but I have no Idea yet, Anyone can have I suggestion or Idea on Portscanning, I try to use the PicBasic and any Pic devices..., what specific IC i will use??? THANS A LOT
 

Re: DOT MATRIX

you could use something like this:

**broken link removed**
 

Re: DOT MATRIX

thank you..., but i will use the 5x7 dot matrix.., how to do a port scanning???
 

Re: DOT MATRIX

you, can use mc AT89cxx ,pic16f877 ,etc


for 40 columns and 8 rows

assume there is large data to display


scan loop2.........

scan loop1..........scan this upto your requirment = 20-30 times (not exact)

take first byte and place on row
then select first column line
small delay

clear the row data
take 2nd byte and place on row
then select 2nd column line
small delay
|
|
|

so on upto 40th column

scan loop1..............................................

after this increment the data pointer by 1

scan loop2..............................................

ok

but , it is just example , brightness of display also depends scanning speed .

enjoy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top