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.

Recent content by sriraj_jan

  1. S

    DIY Moving Message Display

    hi to all..anybody is doing interfacing 8x8 dot matrix display with 89c51 controller give me circuit diagram..and code.
  2. S

    pc interfcaing to microcontroller

    hi...max 232 ic is used for voltage level conversion here ttl to rs232 levels... do serial communication by serial port..here is a sample program to send a character to PC by microcontroller-->see result on hyperterminal---> steps to go to hyperterminal on windows start-->all...
  3. S

    C code iam trying to interface 8x8 dot matrix disp

    here is the code iam trying to interface 8x8 dot matrix display to 89c51.. please help me out... /************* #include<reg51.h> sfr col = 0xA0; sfr row = 0x80; sbit r1 = P0^0; sbit r2 = P0^1; sbit r3 = P0^2; sbit r4 = P0^3; sbit r5 = P0^4; sbit r6 = P0^5; sbit r7 = P0^6; sbit r8 = P0^7...
  4. S

    8x8 Dot matrix dispaly interfaced to 89c51 controller.

    89c51 controller hi... help me out i am using 8x8 dot matrix display to display any character... 1.what do the hardware components do i need other than controller and display... 2.Can any help me out in writting C program..for the character to be displayed... ..... i) i have interfaced dot...

Part and Inventory Search

Back
Top