+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Book/tutorial for Proton Basic

  1. #1
    Unregistered
    Guest Unregistered's Avatar

    Default Book/tutorial for Proton Basic

    Hi,
    Is there any Proton Basic book or tutorial for the beginners? How did you learn this?

    Hi, its great to see you visiting our forum. Why not try Proton Compiler for FREE?

    Download the FREE version of Proton Compiler, Its called Amicus18 and its available from HERE

    Already using proton Compiler??? Get rid of these pesky messages... get LICENSED USER STATUS




  2. If you're a Licensed user of PROTON DEVELOPMENT SUITE, apply for Licensed User Status to remove these pesky messages
     and get access to additional forum areas, Beta test downloads and more!

  3. #2
    Super Moderator joesaliba's Avatar
    Join Date
    Sep 2004
    Location
    Malta
    Posts
    1,543


    Default Re: Book/tutorial for Proton Basic

    Reading th emanual is the way to go. Begin with something simple, turn ON or OFF an led and move on.

    Regards


    Joseph

  4. #3
    Super Moderator fanie's Avatar
    Join Date
    Oct 2005
    Location
    Crime riddled ZA
    Posts
    8,019


    Default Re: Book/tutorial for Proton Basic

    Have to agree with Joseph.

    Once you have the basics going it's almost rediculous how easy most things can be done.
    Just start playing and stick to it.
    In a short while you're going to be impressed with yourself.
    Fanie
    FAZE
    73 de ZS6FAZ
    http://fanie.cambs.net
    Stick to pic

  5. #4
    Licensed User Citius's Avatar
    Join Date
    Jul 2006
    Location
    Michigan, USA
    Posts
    304


    Default Re: Book/tutorial for Proton Basic

    ...and of course, when you get stuck...ask advice and the various coders/jokers/grumps & geniuses that reside here will point you right again! The forum is a great and fun resource that will encourage & entertain you...Guaranteed!
    "What one fool can do, so can another" -

  6. #5
    Licensed User ADLIN SYSTEMS's Avatar
    Join Date
    Jul 2004
    Location
    Pretoria Blue Bulls Country
    Posts
    764


    Default Re: Book/tutorial for Proton Basic

    Starting from today I am working on a course for proton on DVD or CD. Will keep all up to date as it is going. I need a nice front page for the course anyone have any ideas.

    Anton
    Proton User and insanely enjoying it.

  7. #6
    Licensed User chuckieboy's Avatar
    Join Date
    Mar 2003
    Location
    england
    Posts
    773


    Default Re: Book/tutorial for Proton Basic

    Anton is this for the DVD cover ?
    If so I will have a play and see what I can come up with
    Steve

  8. #7
    Unregistered
    Guest Unregistered's Avatar


    Default Re: Book/tutorial for Proton Basic

    A book something like 'Proton Basic For Dummies' would be really good for the beginners. Preferably free , by this community? Where it will start from the beginning, like
    * Setting up breadboard, crystal configuration, setting fuse bit.
    * Digital pin tutorial - blink led.
    * Implementing push switch to turn led on/off.
    * Read ADC.
    * Hardware serial tutorial.
    * Software serial tutorial.
    * Use of timer in different mode.
    * Use of interrupts (covers all in sub categories).
    * Sleep/idle tutorial.
    * SPI tutorial.
    * CAN tutorial.
    * Watchdog tutorial.
    * I2C tutorial.
    * LCD tutorial.
    * Usb tutorial.
    * Memory tutorial.
    Add more with example with schematic. And the thing will be like a course. Whoever completes this can make some good projects.

  9. #8
    Licensed User captainslarty's Avatar
    Join Date
    Sep 2006
    Location
    A Marina in Portugal
    Posts
    3,064


    Default Re: Book/tutorial for Proton Basic

    Quote Originally Posted by Unregistered View Post
    A book something like 'Proton Basic For Dummies' would be really good for the beginners. Preferably free , by this community? Where it will start from the beginning, like
    * Setting up breadboard, crystal configuration, setting fuse bit.
    * Digital pin tutorial - blink led.
    * Implementing push switch to turn led on/off.
    * Read ADC.
    * Hardware serial tutorial.
    * Software serial tutorial.
    * Use of timer in different mode.
    * Use of interrupts (covers all in sub categories).
    * Sleep/idle tutorial.
    * SPI tutorial.
    * CAN tutorial.
    * Watchdog tutorial.
    * I2C tutorial.
    * LCD tutorial.
    * Usb tutorial.
    * Memory tutorial.
    Add more with example with schematic. And the thing will be like a course. Whoever completes this can make some good projects.
    Hi Sir
    Whilst I sort of agree with your request, almost, if not ALL is there in the user guide.
    One has to accept that the pic monster is a beast, one NEEDS to have a copy of the datasheet for the appropriate pic in front of you. there is no book really that could be written to satisfy what you need. one needs to understand the datasheet. PDS is NOT a start and finish solution to all.. from zero to hero, it can't be.
    You HAVE to get to grips with the basic micro and then see what PDS can do for you, and that is a LOT.
    Joe
    Civilisation is the limitless mutiplication of unecessary necessities ... (Mark Twain)

  10. #9
    funlw65
    Guest funlw65's Avatar


    Default Re: Book/tutorial for Proton Basic

    Quote Originally Posted by captainslarty View Post
    Hi Sir
    Whilst I sort of agree with your request, almost, if not ALL is there in the user guide.
    One has to accept that the pic monster is a beast, one NEEDS to have a copy of the datasheet for the appropriate pic in front of you. there is no book really that could be written to satisfy what you need. one needs to understand the datasheet. PDS is NOT a start and finish solution to all.. from zero to hero, it can't be.
    You HAVE to get to grips with the basic micro and then see what PDS can do for you, and that is a LOT.
    It IS possible. Look at http://digital-diy.com to see what they did for Swordfish Basic. There are also Proton Basic tutorials.

    Vasi

  11. #10
    Licensed User captainslarty's Avatar
    Join Date
    Sep 2006
    Location
    A Marina in Portugal
    Posts
    3,064


    Default Re: Book/tutorial for Proton Basic

    Quote Originally Posted by funlw65 View Post
    It IS possible. Look at http://digital-diy.com to see what they did for Swordfish Basic. There are also Proton Basic tutorials.

    Vasi
    So what happened to SF ?
    YES, all is possible Vasi, but not aboslutely necessary, there is a steep learning curve to do more than flash an led or print 'hello world' on an lcd.
    PDS has MANY,. MANY examples, but, as pic micros get more complex, one needs to read the datsheet and UNDERSTAND it as a pre-requisite. THIS is not a fault of PDS, it is the way Mchips's pic's are going (Trademarks accepted etc etc) .
    The BASIC of PDS is covered superbly in the manuals, the wiki, and this site.
    The intracasies of individual micros is not totally covered, because many choose to use a certain type, and why not ?
    PDS cannot do EVERYTHING, it is a tool, and a bloody good one, the best in fact.
    Again, no zero to hero !. when a person understands the datasheet, then uses PDS to ease the way, he is making progress. there is NO QUICK SOLUTION.
    Neither do I think there should be. You pay (well, licensed users do) a very small sum for a superb piece of coding, PDS. it CANNOT continually update free of charge for every new type of device that comes out, and there is absolutely no reason to. It is just a matter of education for most.
    PDS is a tool, it is designed for people who understand HOW a pic works. And, at the end of the day, they are fairly simple devices. This might seem counter intuitive, but it is not.
    No Pain, no Gain. Almost ALL serious PIC programmers resort to ASM from time to time. that's how the world works, and use PDS when appropriate, without the nonsense of C C++ etc.
    Joe
    Civilisation is the limitless mutiplication of unecessary necessities ... (Mark Twain)

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 22nd February 2011, 20:16
  2. Proton Book ?
    By Alan in forum Proton Plus Compiler v3
    Replies: 0
    Last Post: 26th December 2007, 12:12
  3. A very basic BASIC tutorial, work in progress
    By Don Stratton in forum Proton Plus Compiler v3
    Replies: 6
    Last Post: 23rd April 2007, 14:12
  4. Assembly to Proton Tutorial
    By smclark in forum Proton Plus Compiler v3
    Replies: 7
    Last Post: 16th March 2007, 14:28
  5. converting from another basic to Proton Basic
    By Weird in forum Proton Plus Compiler v3
    Replies: 1
    Last Post: 17th April 2005, 21:36

Members who have read this thread since 4th May 2012, 19:40 : 2

Actions :  (Set Date)  (Clear Date)

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

Tags for this Thread

Posting Permissions

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