A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
----- Original Message -----
From: "Harold Hallikainen"
To:
Sent: Monday, May 19, 2008 8:30 PM
Subject: Re: [piclist] What happened to the PIC_Microcontroller Yahoo grou...
> At 08:40 AM 5/19/2008, Jason Hsu wrote:
> > Around late 2006 and early 2007, that group was taken over by
> > spammers. It's been quite some time since there has been any...
Hi all!
Does someone have a schematic for a usb charger?
I see some china charger, who have a short circuit between pin 3 and=20
4, and vcc in pin1.=20
Charges for ipod a...
Around late 2006 and early 2007, that group was taken over by
spammers. It's been quite some time since there has been any
legitimate activity there.
--------------------------...
I'm using MPLAB SIM to debug an Assembly language program. I'm able
to get it to build and run, but I can't get the symbols to update.
The symbols refuse to update in the Watch...
I am getting the following error in MPLAB 8.10. Any idea what's going
on? I don't even see any uninitialized variables in Main.c.
MPLINK 4.20, Linker
Copyright (c) 2008 Mic...
Page 11 of the Elmer 160 course (lesson 5) shows an example of a
counter. The code:
clrf Spot1
loop
incfsz Spot1, F
goto loop
The clrf command sets all ...
I'm trying to understand the Assembly language program contained in
the file Pic_swr.asm inside:
http://www.arrl.org/files/qst-binaries/picswr.zip
At the beginning of the prog...
Is there any command or macro in the MPLAB C18 Compiler that will send
text to the output window, like MFC's TRACE or Visual Basic's
Debug.Print? Printf and puts appear to do ...