ON 20050711@5:43:53 AM at page: http://www.piclist.com/techref/piclist/index.htm#38544.2385300926 Bao zeng Zhang[BzZ-SJTU-] Questions: Is anybody has example program of PIC12CE519,especially about using of EEPROM?Please tell me. Thanks. ON 20050711@7:17:33 PM at page: http://www.piclist.com/techref/piclist/index.htm#38544.2385300926 James Newton[JMN-EFP-786] removed post 38544.2385300926 |Delete 'Bao zeng Zhang of ShangHaiJiaoTongUniversity asks: " Is anybody has example program of PIC12CE519,especially about using of EEPROM?Please tell me. Thanks."
  • ' ON 20050711@7:17:40 PM at page: http://www.piclist.com/techref/piclist/index.htm#38541.2409259259 James Newton[JMN-EFP-786] removed post 38541.2409259259 |Delete 'umbe@despammed.com asks:
    Hi, I am trying to compile source code of AN615 from site www.microchip.com, but don't work.
    MPSAM show this message:

    Message[305]: Using default destination of 1 (file).
    Error[113] : Symbol not previously defined (PC)
    0001 01E0 00097 ADDWF PC ; Jump to
    one of 4 look-up entries

    Is it possible that microchip place on his site a bugged code?
    Where do I make a mistake?
    Thank.
  • ' ON 20050711@7:17:49 PM at page: http://www.piclist.com/techref/piclist/index.htm#38426.8969097222 James Newton[JMN-EFP-786] removed post 38426.8969097222 |Delete 'anilmailus@yahoo.com asks: " where can i get code for x modem in c which can run on pic18f252"
  • ' ON 20050711@7:17:56 PM at page: http://www.piclist.com/techref/piclist/index.htm#38416.1380439815 James Newton[JMN-EFP-786] removed post 38416.1380439815 |Delete 'ali_engineer2006@yahoo.com asks:
  • ' ON 20050711@7:18:41 PM at page: http://www.piclist.com/techref/piclist/index.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://www.piclist.com/techref/diff.asp?url=H:\techref\piclist\index.htm&version=252 ON 20050715@10:52:40 AM at page: http://www.piclist.com/piclist/questions.htm#38538.3596759259 James Newton[JMN-EFP-786] published post 38538.3596759259 man67313@hotmail.com asks:
    Could anyone check the code as shown below?
    It works but the variable "i" isn't incremented.
    How i can make the value of the variable "i" same as that of the register "Temp1" in my code.
    Thanks in advance.

    i = 0

    CAL macro value1
    CH1 = 5 * value1 + 963
    endm

    MOVLW 0
    MOVWF COUNT1
    MOVWF COUNT2
    MOVWF COUNT3
    MOVWF COUNT4
    MOVLW 2
    MOVWF Temp1

    DECF Temp1
    i ++
    SKPZ
    GOTO $-2

    CAL i

    NOP
    While CH1 > .1000
    CH1 = CH1 - .1000
    INCF COUNT1
    Endw

    While CH1 > .100
    CH1 = CH1 - .100
    INCF COUNT2
    Endw

    While CH1 > .10
    CH1 = CH1 - .10
    INCF COUNT3
    Endw

    While CH1 > 0
    CH1 = CH1 - 1
    INCF COUNT4
    Endw
    |Delete 'P-' before: '' but after: 'criradu@yahoo.com asks:
    Can you remake the schematics and the software to modify the DATA BUS from the display and the pic to use onli 4 line instead of 8 line; Use one of the free pic pine to conect on a switch and linked to the ground. If the switch is on then the display value to by multiply with 64. I hope You understend wath I want. Sorry for my english. Thanks You Very Mutch
  • ' ON 20050715@11:54:22 AM at page: http://www.piclist.com/piclist/weedfreq.htm#38548.4750231481 James Newton[JMN-EFP-786] published post 38548.4750231481 Hi, I just got this circuit to work, ended up using the WCT5.asm file and adding the code for 2x8 then compiling in MPLAB. One thing that really confused me was the schematic provided for this circuit.. you have to notice that the data buss lines get reversed.. IE pin 6 on the PIC goes to pin 7 on the LCD, not pin 14 as it would apear at first glance.. just hoping someone else can avoid this problem. Before when i had the data lines reversed the LCD just displayed the last half as black boxes.. so that is probably the reason that some people were getting the black boxes. |Delete 'P-' before: '' but after: '