Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: bcd; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    11,052

    very cool !

    I was just struggling with a menu system and how to define the multiple arrays.

    My application is to have a remote PIC connected over a SPI link and the master then sends the config and text for...
  2. Fixed it !

    I did the upgrade to 2.60a and it made no difference.

    What got it working was to upgrade MPASM to 5.36 through an update to MPLAB.
    Looking through the release notes it mentions issues with...
  3. Ha Alain, Tried the 2.60a patch, but it made...

    Ha Alain,

    Tried the 2.60a patch, but it made no difference.

    Even a very simple program with the DATA statement shows the issue.

    I wonder if its a MPASM thing ? What version are you running...
  4. Issue using DATA statement with 16F1933 in PBP2.60

    Hi All,

    i have been using the 16F1933 with great success for a while now using PBP2.60 (unpatched), but today went to add the DATA command to load some values to eeprom and save space on doing a...
  5. Replies
    7
    Views
    9,096

    Ohh - you can't tease us like that !!! bill.

    Ohh - you can't tease us like that !!!

    bill.
  6. Replies
    772
    Views
    589,639

    I have done a lot of work on the PIC24F series...

    I have done a lot of work on the PIC24F series using MikroElektronika dsPIC Basic compiler, and have had no issues with Interrupt or having to implement a DT_INT style system. Interrupts are handed...
  7. Hi Guys, So I finally got some time to do some...

    Hi Guys,

    So I finally got some time to do some testing.

    I have an admission to make - the 60uS I was seeing that started this whole process off seemed to be caused by failing to set my debug...
  8. Interesting thoughts. I think its time to do...

    Interesting thoughts.
    I think its time to do some bare bones code to see which works out to be quicker.

    Bill.
  9. Hi Darrel, Nope - same time. 60uS. Think...

    Hi Darrel,

    Nope - same time. 60uS.
    Think something weird might be going on here - might do some bare bones code.

    bill.
  10. Quickest way to do an If val1 = val2 with Word variables

    Hi There all,

    I am working on a program that has an interrupt routine that need to do a very fast "if val1 = val2 then", but it seems to be taking a long time for the if..then to evaluate. Based...
  11. Replies
    7
    Views
    8,452

    I have listed some on ebay if you are interested....

    I have listed some on ebay if you are interested. - http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=280456399288
  12. Thread: PIC to GSM

    by bcd
    Replies
    14
    Views
    10,245

    If the phone has a built in modem I understand it...

    If the phone has a built in modem I understand it is pretty easy using a data cable and the AT commands - do a google and you should be able to find a Nokia AT command document.

    One Issue I can...
  13. Replies
    18
    Views
    15,643

    That 6v adaptor won't give a lot of headroom to...

    That 6v adaptor won't give a lot of headroom to the 5v reg if it is a standard 7805 style one - this might cause inconsistencies if it is borderline on the regulation and cannot supply the current...
  14. Replies
    772
    Views
    589,639

    I love the fact they are 5v as well - seemed a...

    I love the fact they are 5v as well - seemed a lot of the newer 18f series were moving to 3.3v only.

    I think they are my new favourite series of PICs.

    bill
  15. Replies
    772
    Views
    589,639

    I'll third that !!

    I find it is actually easier and quicker to deal with Microchipdirect than the local microchip office - seems to be a lot cheaper as well ! I wonder if the office just orders online and then drop...
  16. Replies
    772
    Views
    589,639

    Got 16f1936 and 16f1937 in DIP and some 16f1936...

    Got 16f1936 and 16f1937 in DIP and some 16f1936 in SOIC due to arrive with UPS today.
    Ordered them last week from microchip direct.

    Want me to send you a couple ?

    Bill.
  17. Replies
    772
    Views
    589,639

    New Enhanced Core Pics 16f193x ?

    Hey Darrel,
    Have you had a chance to try any of the new enhanced core pics yet ?

    I have a few 16f1936 chips on order and would love to know if you have had a chance to play with DT_INT on them...
  18. Replies
    4
    Views
    5,614

    The App Note has enough info in the code section...

    The App Note has enough info in the code section that you are able to recreate it in PBP. The hardware design in that app note does some tricks with the Analog inputs, but nothing that is impossible...
  19. Replies
    4
    Views
    4,265

    Got it working !

    Here is the secret to get it working. I did some debugging with my Salae Logic debugging tool and watched the data coming back and forth - very cool debugging tool.

    Here is the snippet of the...
  20. Replies
    4
    Views
    4,265

    Did you ever get any further with this ?

    I have just started with a DS2431 on a project that I want to use to store a single config Byte. I had run out of IO pins for an I2C eeprom, so went down the one wire path.

    I though I was...
  21. Replies
    9
    Views
    8,717

    I had a look on melabs and MCUmart, but can see...

    I had a look on melabs and MCUmart, but can see no mention of 2.60. Any more info anyone ?

    Bill.
  22. Replies
    2
    Views
    3,377

    OK, we might need a bit more info here. Is the...

    OK, we might need a bit more info here.

    Is the voltage you want to measure AC or DC ? What's the application - if its in a vehicle you will need to add some voltage spike protection to the sense...
  23. Replies
    3
    Views
    4,041

    Checkout http://www.circuit-ed.com/index.aspx -...

    Checkout http://www.circuit-ed.com/index.aspx - they have a graphic LCD with RGB backlight for $36us.

    I have used it with MikroE basic and it works well (other than missing all the non-GLCD...
  24. Replies
    2
    Views
    2,622

    Not clearing a pointer or an array start point ?...

    Not clearing a pointer or an array start point ?

    Without more info or a code snip I guess we'll all be kind of stabbing in the dark...
  25. Replies
    150
    Views
    222,565

    I played with BAM some time ago, but always found...

    I played with BAM some time ago, but always found this step in the middle of the range to be its big issue. Thank you for a workable solution !!!

    Its interesting that Artistic License (the...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4