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 harishwww

  1. H

    cricket over counting display

    here is the pic
  2. H

    cricket over counting display

    dear sir i am doing over counting digital display using 89c51 micro i tried a lot to do for 99.6 overs but the code worked for only 9.6 overs how to make 99.6 overs port 1 is for hundred display port 0 is for tens port 2 is for units how to adjust my code to this i tried alot ORG 00H...
  3. H

    Adjustable/Resetable Digital Alarm Clock using 8051(89s52/89c52) in 7 segment display

    did you write your code by yourself ? where is rtc chip? ---------- Post added at 01:42 ---------- Previous post was at 01:38 ---------- as you said this is easy its easy to copy or easy to write code i could not understand ?
  4. H

    how to calculate baude rate

    i am using 89c51
  5. H

    how to calculate baude rate

    how to calculate baude rate hex value here is my code for one application MAIN: MOV SP,#40H MOV TMOD,#20H ;initilize serial port MOV TH1,#0FDH ;Slect 9600 baud rate MOV SCON,#50H MOV IE,#10010000B SETB TR1 ;start timer MOV COUNTER,#00H MOV P1,#00H AJMP $ now i...
  6. H

    [HELP] UART communication reception circuit for LASER communication

    https://www.edaboard.com/threads/193758/#post917661 the circuit you have posted is already posted by mr santoshaxl i think he knows better than me i also tried this circuit but never worked
  7. H

    PP-110 proximity reader interfacing problem

    says card is invalid how to display card no tell me ?
  8. H

    PP-110 proximity reader interfacing problem

    here is my project after one month of study still i could not read my card and display it to the lcd
  9. H

    PP-110 proximity reader interfacing problem

    i am waiting sir
  10. H

    PP-110 proximity reader interfacing problem

    pls help me on writting header files for atmega8L same code above should i change header file to .include m8def.inc ; Register/Bit Definitions for the atmega8L and i want to change crystal to 8 mhz so that how to calculate equ T0_period = 24 ; period of timer T0...
  11. H

    Assembly to Hex converter for AVR ATmega8, ATmega16, 32

    pls some one suggest me which version is suitable for asm to hex for atmega 8,atiny2313 etc
  12. H

    PP-110 proximity reader interfacing problem

    can i do same project using atmega8L i can't find that chip at90s1200 in india . is avr asm is free ? ---------- Post added at 23:49 ---------- Previous post was at 23:47 ---------- can you give me exact link to download avr asm
  13. H

    PP-110 proximity reader interfacing problem

    sir i am using 89s52 is it ok ?
  14. H

    PP-110 proximity reader interfacing problem

    my model is PP-110-0/PW26
  15. H

    PP-110 proximity reader interfacing problem

    thanks friends but i need to display the data sent by reader to pc screen i need vb software i want to display that data in text box can you help me ? will this code will do Private Sub Form_Load() ' Fire Rx Event Every single Bytes MSComm1.RThreshold = 1 ' When Inputting Data, Input 1 Byte...

Part and Inventory Search

Back
Top