• PicŪ Basic


  • Wiki

     Number of Views: 2345 
    Categories:
    1. PICŪ BASIC
    2. Components
    3. Products
    4. Technology
    5. Community

    Welcome to the user wiki for Proton Development Suite, a Basic compiler for the PICŪ 10/12/16/18 series of microcontrollers by MicrochipTM, written and distributed by Crownhill Associates Ltd. This site is intended to facilitate the sharing of code, IDE plugins and other related items amongst users.Attachment 222

    Where posts are made in the forum that contain useful code examples or other information, community members can promote them to the WIKI area to preserve them in this managed, indexed area.

    Content on this site is submitted by users and is used at your own risk.




    Addition of content

    Addition of content to the site is open to all Registered users. Please keep all content closely related to the PDS Compiler. Moderators and Administrators manage the wiki to ensure that it is easy to search with articles correctly indexed.

    All Registered users are encouraged to contribute to the wiki, no snippet of information is too small.

    If you wish to test out some features of the wiki, you can freely post test articles in the [Sandbox]. Please do not post real articles in the [Sandbox], it will be cleared periodically.

    Please do not post support questions on this wiki. Instead direct them to the forum.

    Projects are indexed under their own section.



    Creating an article

    All REGISTERED users have article creation permissions, though only moderators and Admins can publish them for the community to view. Article creation is no more complex than posting on the forum, its no big deal !, simply click GO next to the create article option at the top right of the WIKI page and you'll see a dialogue with WYSIWYG editor, to allow you to enter text, images and links.

    If you wish to include ZIP or other files, please use the FILE UPLOADER to store the files on the File server.

    Uploading a file has never been simpler. Just follow these steps
    1. click browse and select the file you would like to upload.

    2. you must must must select the category you would like to upload to.

    3. click "submit" and wait until you are redirected back to the home page (this may take a few minutes).

    4. above the "proton development suite" image there will be a message that tells you where the file is uploaded to.

    5. copy the URL and insert it as a link on your post.
    Login for http://www.click-server.com/forumfiles/
    username:
    protonuser
    password:
    forumfiles
    A useful tutorial on article creation can be found here and if you need assistance any of the moderators will help, just post a message on the main forum asking for assistance in Article creation.

    If a you are likely to publish several articles, your chosen moderator will arrange for you to be granted Contributor status, allowing you to to create and publish articles at will without moderator approval.

    __________________________________________________ __________________________________________________ ________________

    What should be in the article

    Firstly, plan a short introduction as this will show on the index page. Tell your reader what the project does in one or two sentences.
    For example:
    "This project prints a scrolling string on an 2*16 LCD using a PIC16F628A"
    Next, write a short description of how it works.
    For example:
    "This project makes use of the Proton Development Board.
    The message to be scrolled is stored in EEPROM. At initialisation of the program the string is read and stored in the array aStoreString. An interrupt is setup to set a flag every 100msec. The main loop of the program checks for the flag and if set relocates the cursor and uses the subroutine called PrintNow to reprint the line."
    Inserting code
    When using someone else's code it is important to give them credit and post their exact code, including layout. You might do this by providing a link to their original or an exact paste.

    If you have modified the other person's code then acknowledge this in a suitable way:
    "Based on the code by XXX but modified by me (your name)"
    or
    "Thank you to XXX for the original code, I have modified his/her code because ...... and any questions about this version should come to me".
    Once code is modified it is good practice to change any header comments to both acknowledge the original source and be clear it is modified.

    Then, insert code using the "Switch editor to source mode", insert the code, highlight it and then click the # button to wrap it in code tags.

    If needed, write a section on the hardware construction for the article and perhaps add a photo if it adds value to the article.

    Lastly acknowledge any sources of code or construction details you have used or adapted.




    Links

    PDS is developed by Crownhill Associates Ltd. There is an active forum for PDS users at http://www.picbasic.org/forum.php.

    To purchase Proton Development Suite, please see the Where to buy article on this web site, or visit Crownhill's online order system to place an order direct on Crownhill in the UK.

    What is a cookie? A cookie is a small, removable data file stored by your Web browser on your computer. We place a unique ...

  • Recent Activity

    rcurl-44

    Re-initializing an LCD

    Thread Starter: rcurl

    Waaaay back in 2005 I asked how to re-initialize an alphanumeric LCD display, and Les's response was: ...and I have successfully done that in a...

    rcurl Today, 03:24 Go to last post
    nuclear__-1075

    pickit 3 programming strange behaviur

    Thread Starter: nuclear__

    HelIo I usually use an icsp ebay very cheap programmer and everything was Fine. I tried to program some times with pickit3 and even if procedure...

    nuclear__ Yesterday, 15:58 Go to last post