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 Rockyvud

  1. R

    Baudrate in a code for 8051 microcontroller

    In this code for 8051 microcontroller MOV TH1,#-3 DOES -3 MEANS 9600 BAUDRATE,IF YES HOW?
  2. R

    8051 coding problem for a light bulb control

    8051 coding problem Baud rate is 9600 bps. MOV TH1,# -3 Is this right for getting 9600 baudrate?
  3. R

    8051 coding problem for a light bulb control

    I have been trying to control a light bulb through computer interface and usign 8051 microcontroller.I think i am wrong somewhere in microcontroller programming,can someone tell me where? following is the program org 00h mov p2,#00H mov tmod,#20H mov scon,#50H mov th1,# setb tr1 scan: jnb ri,$...
  4. R

    Problem with coding of 8051

    I have been trying to control a light bulb through computer interface and usign 8051 microcontroller.I think i am wrong somewhere in microcontroller programming,can someone tell me where? following is the program org 00h mov p2,#00H mov tmod,#20H mov scon,#50H mov th1,# setb tr1 scan: jnb ri,$...

Part and Inventory Search

Back
Top