Books advise please!


Results 1 to 5 of 5

Threaded View

  1. #2
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Megahertz View Post
    I know a little about picbasic pro, but I see that all other MCU from other companies cannot be programmed through this software. It is only useful for PICs.

    So, I have decided to learn 1 other language but I need some help in deciding which one. I know assembly is a good option, but C is generally more compatible, useful and can be used to program most of the MCUs and other devices from all other companies as well.

    Please advise me what is the difference between C, C++ & C hash. My aim is learn the correct language and program almost anything which is programmable in electronics.

    Can someone also advise some good books to study, considering I do not have any engineering background. Thanks
    Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications

    Covers both assembly and C.

    As a second language ANSI C would be the choice.
    A little background in assembly will help in understanding how a PIC works but C has been preferred over assembly for the last 10-15 years or more.
    I don't know that their is any advantage in C+ or C# over ANSI C for PIC's but could be wrong.

    Basic is still preferred for most jobs but sometimes their is example code in C.
    Basic can get at all the registers and is faster coding.


    Norm
    Last edited by Normnet; - 16th October 2010 at 22:42.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts