Pic16c621
Archiver
Posts: 46,084
I would like to start programing the pic16 series, I
have knowledge about the HC11 microcontroller and the
Basic Stamp.
Who can tell me how can I program a pic,, if I need a
special board or if there is any squematic of a
programming board so I can build it.
Thank you very much
Alex
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
have knowledge about the HC11 microcontroller and the
Basic Stamp.
Who can tell me how can I program a pic,, if I need a
special board or if there is any squematic of a
programming board so I can build it.
Thank you very much
Alex
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
Comments
>I would like to start programing the pic16 series, I
>have knowledge about the HC11 microcontroller and the
>Basic Stamp.
>
>Who can tell me how can I program a pic,, if I need a
>special board or if there is any squematic of a
>programming board so I can build it.
Head over to <www.piclist.com> and follow the instructions to sign up to
the piclist. Also check out the code snippets and links - they will help
you get started quickly.
dwayne
Dwayne Reid <dwayner@p...>
Trinity Electronics Systems Ltd Edmonton, AB, CANADA
(780) 489-3199 voice (780) 487-6397 fax
Celebrating 18 years of Engineering Innovation (1984 - 2002)
.-. .-. .-. .-. .-. .-. .-. .-. .-. .-
`-' `-' `-' `-' `-' `-' `-' `-' `-'
Do NOT send unsolicited commercial email to this email address.
This message neither grants consent to receive unsolicited
commercial email nor is intended to solicit commercial email.
programming--such as PIC16F873, '876, '877--are easily programmed
directly with a Stamp. By that I mean the Stamp has all the smarts
needed to control the necessary timing and logic levels/edges. The
other PIC models need just a bit more hardware to control a higher
voltage level.
The only real challenge is presenting a hex file (the output of a
compiler/assembler, the input to a programmer) to your Stamp for its
further use. A small PIC program can be directly embedded in DATA
statements with the aid of a text editor and some patience. A
larger one requires contolled transfers from a PC.
I've been working on and off with this for a few months with good
results. I've been using Microchip's (free) MPASM assembler to
generate hex files, then a DOS program to read and download the hex
files to a Stamp which then programs the PIC. Gotta be the world's
cheapest way to play around with PICs if you already own a Stamp.
Or, if you don't have a Stamp, buying one is a relatively cheap way
to be the proud owner of an intelligent PIC programmer.
Have had further great fun and premature hair loss developing a
Stamp+PC system to run and control the '876/'877 on chip debugger
subsequent to programming. IMHO, the OCD is one slick capability on
these selected PIC models. Microchip wants a bit of cash for their
OCD development system--if you have a Stamp and a PC, you've already
spent all the money needed.
Microchip's programming specifications spell it all out for your PIC
of choice if you want to try this yourself. When I get the bugs out,
I'll be making my solution freely available.
Regards,
Steve
Sean T. Lamont wrote:
>
> I was wondering a while back if you could easily build a 16f84
> programmer out of a stamp...
> I would like to start programing the pic16 series, I
> have knowledge about the HC11 microcontroller and the
> Basic Stamp.
>
> Who can tell me how can I program a pic,, if I need a
> special board or if there is any squematic of a
> programming board so I can build it.
The http://www.piclist.com site already mentioned is a great resource.
Also Square One has a series of books that are good for beginners with
the PIC series. http://www.sq-1.com
Tim
out of a stamp...
On Tue, 12 Feb 2002, Alejandro Vazquez wrote:
> I would like to start programing the pic16 series, I
> have knowledge about the HC11 microcontroller and the
> Basic Stamp.
>
> Who can tell me how can I program a pic,, if I need a
> special board or if there is any squematic of a
> programming board so I can build it.
>
>
> Thank you very much
> Alex
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE Valentine eCards with Yahoo! Greetings!
> http://greetings.yahoo.com
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and Body
of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
Sean T. Lamont, CTO / Chief NetNerd, Abstract Software, Inc. (ServNet)
Seattle - Bellingham - Vancouver - Portland - Everett - Tacoma - Bremerton
email: lamont@a... WWW: http://www.serv.net
"...There's no moral, it's just a lot of stuff that happens". - H. Simpson