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 smileguitar

  1. S

    LCD display problem in the code

    LCD Display Problem I see, Thanks! Now I understand. I've another question, due to my coding, how could I clear the LCD after displaying? I've been try to use B'00000001' to clear it, but not.
  2. S

    Questions about PIC Assembly Language Coding

    what is addlw in the assembly language the programme as below: cblock 0x20 count count1 counta countb tmp1 tmp2 templcd templcd2 endc LCD_PORT Equ PORTA LCD_TRIS Equ TRISA LCD_RS Equ 0x04 LCD_RW Equ 0x06 LCD_E Equ 0x07 org 0x0000...
  3. S

    Questions about PIC Assembly Language Coding

    pic24 assembly language Well the questions are stupid!! I just really want to understand it because my coding is like showing as below, very simply.The coding showing above is quite different from what I know, and I'm not really understand why need to creat LCD_LINE1W and LCD_LINE2W. Just need...
  4. S

    LCD display problem in the code

    Re: LCD Display Problem Is ok. Thanks! Added after 6 minutes: Wow! Thanks for your help. But why need WRONGCHK and CORRECTCHK? What is the instruction is for?
  5. S

    Questions about PIC Assembly Language Coding

    assembly language retlw clrf count Message movf count, w call Text xorlw 0x00 btfsc STATUS, Z goto NextMessage call LCD_Char call Delay255 incf count, f goto Message From the coding above, why need to clear count, what it is use for? And why increase f? is it a timing...
  6. S

    LCD display problem in the code

    Re: LCD Display Problem ok, thanks for your kindness. I'll post a lot of questions about PIC coding (assembly language) since I've a lot of coding not understanding yet. Thanks in advance! Added after 4 minutes: What did you mean by simulator coming with MPLAB from microchip? It is a...
  7. S

    LCD display problem in the code

    LIST P=16F877 #INCLUDE <P16F877.INC> errorlevel -302 errorlevel -207 __CONFIG _CP_OFF & _PWRTE_ON & _XT_OSC & _WDT_OFF ;==========VARIABLE=============== CBLOCK 0X20 NUM1 ;FOR NUMBER NUM2 ;FOR NUMBER NUM3 ;FOR NUMBER NUM4 ;FOR NUMBER D1 D2 D3 D4 ENDC...

Part and Inventory Search

Back
Top