12c?

S

steve marchant

Guest
Introducing myself to microprocessors and looking at Microchip's Pic series.
Absolute beginner. Keep seeing references to 12c. What is 12c? Can anyone
help .I've googled for an explanation, can't find one. TIA.
 
On 4/07/2007 00:50 steve marchant wrote:
Introducing myself to microprocessors and looking at Microchip's Pic series.
Absolute beginner. Keep seeing references to 12c. What is 12c? Can anyone
help .I've googled for an explanation, can't find one. TIA.
Hi Steve
It's actually I2C (I squared C) which is one way of allowing a
microcontroller to communicate with peripheral chips. Have a look at
http://en.wikipedia.org/wiki/I%C2%B2C for a start.
Good luck with the PICs. There are other micros around, but most
people think that PICs are all there is. :(
 
"Bob Parker" <bobp.deletethis@bluebottle.com> wrote in message
news:468a6ce2$0$12839$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
Hi Steve
It's actually I2C (I squared C) which is one way of allowing a
microcontroller to communicate with peripheral chips. Have a look at
http://en.wikipedia.org/wiki/I%C2%B2C for a start.
Good luck with the PICs. There are other micros around, but most people
think that PICs are all there is. :(

Thanks, Bob, for sorting that. The only reason I started with Pics is
someone gave me a pic programmer and Picbasic compiler, giving me a flying
start. It also seems to be well seviced by the literature and online
forums, etc., which is helpful in self-tuition. I know there are others
about - I'm told Motorola is larger than Microchip.
 
On 4/07/2007 05:40 steve marchant wrote:
"Bob Parker" <bobp.deletethis@bluebottle.com> wrote in message
news:468a6ce2$0$12839$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
Hi Steve
It's actually I2C (I squared C) which is one way of allowing a
microcontroller to communicate with peripheral chips. Have a look at
http://en.wikipedia.org/wiki/I%C2%B2C for a start.
Good luck with the PICs. There are other micros around, but most people
think that PICs are all there is. :(

Thanks, Bob, for sorting that. The only reason I started with Pics is
someone gave me a pic programmer and Picbasic compiler, giving me a flying
start. It also seems to be well seviced by the literature and online
forums, etc., which is helpful in self-tuition. I know there are others
about - I'm told Motorola is larger than Microchip.
No worries Steve,
Motorola's semiconductor division which is related to
microprocessors now has the strange name of "Freescale", and yes they're
bigger than Microchip. :) Serious industrial designers for engine
management systems etc go for those.
As long as you're not writing assembly code for PICs, they're no
harder to drive than any other, so I'm told.
Good luck with getting into using them.
 
On Jul 4, 12:50 am, "steve marchant" <steve.c.march...@tiscali.co.uk>
wrote:
Introducing myself to microprocessors and looking at Microchip's Pic series.
The PIC's are not microprocessors, they are microcontrollers, there is
a difference.

Absolute beginner. Keep seeing references to 12c. What is 12c? Can anyone
help .I've googled for an explanation, can't find one. TIA.
"12c" is probably the "I2C" bus as Bob has pointed out. You don't need
to know about that when starting out.

Dave.
 
On Jul 4, 12:50 am, "steve marchant" <steve.c.march...@tiscali.co.uk>
wrote:
Introducing myself to microprocessors and looking at Microchip's Pic series.
Absolute beginner. Keep seeing references to 12c. What is 12c? Can anyone
help .I've googled for an explanation, can't find one. TIA.
If you the absolute easiest way to start out then try the PICAXE
chips:
http://www.rev-ed.co.uk/picaxe/

They are pre-programmed PIC chips that can be programmed in a BASIC
like language or even with flowcharts, so no need for any code.

Dave.
 
"David L. Jones" <altzone@gmail.com> wrote in message
news:1183516775.045062.151140@j4g2000prf.googlegroups.com...
If you the absolute easiest way to start out then try the PICAXE
chips:
http://www.rev-ed.co.uk/picaxe/

They are pre-programmed PIC chips that can be programmed in a BASIC
like language or even with flowcharts, so no need for any code.

Dave.

Thanks, Dave, very interesting. Studying the leterature now.
 

Welcome to EDABoard.com

Sponsor

Back
Top