pbp and linux


Results 1 to 32 of 32

Thread: pbp and linux

Threaded View

  1. #11
    Join Date
    Dec 2012
    Posts
    41


    Did you find this post helpful? Yes | No

    Post Re: pbp and linux

    I updated the pbp.lang file, here's the updated version, which should recognize all pbp and bas files as picbasic pro. Just put it in /usr/share/gtksourceview-2.0/language-specs/
    pbp.lang.zip

    also, I know alot of people out there that's just starting out still use the jdm programmers, so here's something for you too using picprog:
    #!/bin/sh
    comport="/dev/ttyS0"
    pic="16f628a"
    wine c:/pbp/pbpw -e -s -ac:/Program Files/Microchip/MPASM Suite/MPASMWIN -p$pic $GEDIT_CURRENT_DOCUMENT_NAME
    var=$GEDIT_CURRENT_DOCUMENT_NAME
    var2=${var%???}
    outasm=$var2"ASM"
    wine c:/Program\ Files/Microchip/MPASM\ Suite/mpasmwin /q /e /l $outasm
    outhex=${var2}"HEX"
    picprog --erase --burn --input $outhex --device $pic --p $comport
    Have fun and hope this helps some people that uses linux.
    also, I'd like to see your input on this macrackit btw, see what can be improved or added, I know it'd be nice to add a chip selector in the main program, but not sure how to do that atm.
    Last edited by Chirpy; - 7th December 2012 at 04:52.

Similar Threads

  1. Replies: 1
    Last Post: - 30th October 2012, 09:28
  2. Replies: 5
    Last Post: - 16th October 2012, 20:31
  3. Linux with PBP
    By sayzer in forum PBP Wish List
    Replies: 0
    Last Post: - 8th August 2006, 21:27
  4. LINUX IDE and PBP
    By mslaney in forum General
    Replies: 0
    Last Post: - 5th January 2005, 20:43
  5. Linux
    By mackrackit in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 5th February 2004, 21:56

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