ON 20050801@12:04:56 PM at page: http://www.piclist.com/microchip/crackpic.htm#38564.9171875 James Newton[JMN-EFP-786] removed post 38564.9171875 |Delete ' /techref/microchip/crackpic.htm Crack Pic
  • ' ON 20050802@12:43:11 PM at page: http://www.piclist.com/microchip/pwmmult-sd.htm#38565.2700925926 James Newton[JMN-EFP-786] removed post 38565.2700925926 |Delete 'hadeelqasaimeh@yahoo.com asks:
    hi guys:
    i have two questions, first: i need to make 4 pwm on pic16f877 using i/o ports
    each two are identical, any body can help?????.

    second: also i need to make variable duty cycle pwm signal using potentiometer, whats the solution of this proplem!!!!

    sorry about my bad english and thanks alot

    ' ON 20050806@8:54:03 AM at page: http://www.piclist.com/techref/microchip/12C672-rs232-tn.htm#38570.3708680556 [kosme_lustosa-gmail-] Questions: Is it possible to modify the routine of delay to get a tax of 9600bps with 4MHz? grateful. ON 20050806@8:54:35 AM at page: http://www.piclist.com/techref/microchip/12C672-rs232-tn.htm# [kosme_lustosa-gmail-] I have agreed to maintain this page. ON 20050808@11:54:19 AM at page: http://www.piclist.com/microchip/devprogs.htm#38572.4745138889 James Newton[JMN-EFP-786] published post 38572.4745138889 joelseys@phason.ca asks:
    http://www.tech-tools.com/qwmain.htm I was wondering if anyone has any positive or negative experience with the QuickWriter programmer from Tech-Tool.com (http://www.tech-tools.com/qwmain.htm)
    |Delete 'P-' before: '' but after: '
    ;============================================================================
    ;
    ; CRC-16  (x^16+x^15+x^2+x^0)
    ; Loop Driven CRC Routine
    ;
    ; Input:  W = Data byte for CRC calculation
    ;         crc_hi:crc_lo 16 bit CRC register
    ;
    ; Output: crc_hi:crc_lo updated.
    ;
    ; Code written by David Salgado (C) 2005
    ;============================================================================
    
    CRC16   
    
    				; Save W in crc_buffer
    				BANKSEL	crc_buffer
    				movwf	crc_buffer
    				
    				; Start bit counter
    				movlw	H'08'
    				movwf	bit_count
    				
    crc16_loop
    
    				; Process CRC-16 for single input bit
    				movf	crc_lo, W
    				xorwf	crc_buffer, W
    				andlw	H'01'
    				bcf		crc_buffer, 0				
    				iorwf	crc_buffer, F
    				clrc
    				rrf		crc_buffer, F
    				skpnc
    				call	crc16_complement
    				call	crc16_rotate
    
    				; Decrement the bit counter
    				decfsz	bit_count, F
    				goto	crc16_loop
    				return				
    
    crc16_complement
    
    				; Complement some bits in CRC Registers
    				movlw	B'00000010'
    				xorwf	crc_lo, F
    				movlw	B'01000000'
    				xorwf	crc_hi, F
    				return
    				
    crc16_rotate
    
    				; Rotate the CRC Register bits
    				rrf		crc_hi, F
    				rrf		crc_lo, F
    				return
    
    |Delete 'P-' before: '' but after: 'l3aplww6vj@see.to :

    You are invited to take a look at some information about online poker online poker http://www.e-online-poker-4u.org/online-poker.html http://www.e-online-poker-4u.org/online-poker.html
    poker poker http://www.e-online-poker-4u.org/poker.html http://www.e-online-poker-4u.org/poker.html
    pacific poker pacific poker http://www.e-online-poker-4u.org/pacific-poker.html http://www.e-online-poker-4u.org/pacific-poker.html
    texas hold em texas hold em http://www.e-online-poker-4u.org/texas-hold-em.html http://www.e-online-poker-4u.org/texas-hold-em.html
    texas holdem texas holdem http://www.e-online-poker-4u.org/texas-holdem.html http://www.e-online-poker-4u.org/texas-holdem.html
    - Tons of interesdting stuff!!!

    ' ON 20050810 at page: http://www.massmind.org/techref/microchip/crcs.htm someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\crcs.htm.20050810.dif" ON 20050810 at page: http://www.massmind.org/techref/microchip/new200508.txt someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\new200508.txt.20050810.dif" ON 20050810 at page: http://www.massmind.org/techref/microchip/piclinks.htm someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\piclinks.htm.20050810.dif" ON 20050812@7:23:36 PM at page: http://techref.massmind.org/techref/microchip/pfu.htm# David A Cary[DAV-MP-E62a] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=H:\techref\microchip\pfu.htm&version=0 ON 20050818@1:05:17 PM at page: http://www.piclist.com/techref/microchip/devprogs.htm#38582.5453356481 James Newton[JMN-EFP-786] archive reference http://www.piclist.org/techref/postbot.asp?by=time&id=piclist/2005/08/18/143712a PICList post "Alternative to bootloader concept for smaller PICs" ON 20050818 at page: http://www.massmind.org/techref/microchip/devprogs.htm someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\devprogs.htm.20050818.dif" ON 20050818 at page: http://www.massmind.org/techref/microchip/new200508.txt someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\new200508.txt.20050818.dif" ON 20050820@3:13:51 AM at page: http://www.piclist.com/techref/microchip/index.htm#38584.134537037 faisal amin[ical-yahoo-] Questions: hello..Mr.james,how're u?my name is faisal
    i'm sry my english is not good.i'm from indonesia.
    i'm a student college in indonesia at technical faculty.i will finish my study,this month,
    at august 24th 2005.in actually my knowledge about microcontroller is low.
    sry, i've any problem about this project,that's, i make the termometer with pic 16f84,
    with the termistor and show on lcd.on the lcd, show more character,but
    we don't know about the character
    the termometer is not normally work,can't measure the temperature and
    so, on the lcd can't shows the normally measure character.sry, in your program(.asm)did any some file(macro file)hide?could you help me..
    because i want to finish this problem.thanks Mr. james.. ON 20050820@11:08:05 AM at page: http://www.piclist.com/techref/microchip/index.htm#38584.134537037 James Newton[JMN-EFP-786] removed post 38584.134537037 |Delete 'faisal amin asks:
    hello..Mr.james,how're u?my name is faisal
    i'm sry my english is not good.i'm from indonesia.
    i'm a student college in indonesia at technical faculty.i will finish my study,this month,
    at august 24th 2005.in actually my knowledge about microcontroller is low.
    sry, i've any problem about this project,that's, i make the termometer with pic 16f84,
    with the termistor and show on lcd.on the lcd, show more character,but
    we don't know about the character
    the termometer is not normally work,can't measure the temperature and
    so, on the lcd can't shows the normally measure character.sry, in your program(.asm)did any some file(macro file)hide?could you help me..
    because i want to finish this problem.thanks Mr. james..
  • ' ON 20050820@10:10:36 PM at page: http://www.piclist.com/microchip/index.htm#38584.1315856481 James Newton[JMN-EFP-786] removed post 38584.1315856481 |Delete ' hello..Mr.james,how're u?my name is faisal
    i'm sry my english is not good.i'm from indonesia.
    i'm a student college in indonesia at technical faculty.i will finish my study,this month,
    at august 24th 2005.in actually my knowledge about microcontroller is low.
    sry, i've any problem about this project,that's, i make the termometer with pic 16f84,
    with the termistor and show on lcd.on the lcd, show more character,but
    we don't know about the character
    the termometer is not normally work,can't measure the temperature and
    so, on the lcd can't shows the normally measure character.sry, in your program(.asm)did any some file(macro file)hide?could you help me..
    because i want to finish this problem.thanks Mr. james..
  • ' ON 20050822@3:24:02 PM at page: http://www.piclist.com/microchip/devprogs.htm#38572.6107291667 James Newton[JMN-EFP-786] published post 38572.6107291667 joelseys@phason.ca asks: " Has anyone used the melabs Serial Programmer by microEngineering Labs? How do they compare to the Tech-Tools QuickWriter?" |Delete 'P-' before: '' but after: ' http://www.devicetools.com Software Tools, Silicon and Resources for the Connected Embedded Device Developers |Delete 'P-' before: '' but after: ' http://www.devicetools.com Software Tools, Silicon and Resources for the Connected Embedded Device Developers
  • ' ON 20050831 at page: http://www.massmind.org/techref/microchip/i2c.htm someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\i2c.htm.20050831.dif" ON 20050831 at page: http://www.massmind.org/techref/microchip/links.htm someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\links.htm.20050831.dif" ON 20050831 at page: http://www.massmind.org/techref/microchip/new200508.txt someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\new200508.txt.20050831.dif" ON 20050831 at page: http://www.massmind.org/techref/microchip/rs232.htm someone[--] edited the page. Difference: "R:\bak\H\techref\microchip\rs232.htm.20050831.dif"