Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,084

    Thanks!

    Thanks Mr. E. I did also contact melabs, and Charles Leo basically told me the same thing. So am now in the process of uninstalling all the programs (MPLABS 7.2, Pic Basic Pro 2.47, and Microstudio...
  2. Replies
    3
    Views
    4,084

    PIC Basic Pro Ver 2.47 Can't Do 16F886

    In trying to compile a program originally written for the 16F870, I wanted to compile the program for a 16F886. I get many errors, but the first one is:
    Error[132]c:\pbp\16f886.inc:Unknown...
  3. Replies
    3
    Views
    5,327

    Writing, Reading from Internal PIC EEPROM

    Thanks to Mister e and to mackrackit for your responses! The version I am using is KIT 149B. After seeing all the comments on mackrackit's thread, it would appear I should be asking Bob Axtell the...
  4. Replies
    3
    Views
    5,327

    Writing, Reading from Internal PIC EEPROM

    I'm using a 16F870, PIC Basic Pro ver 2.47, Microcode Studio Plus ver 3.0 and a programmer from KitsRUs.com (DIY 149 B) The code as follows:
    WRITE 0, B.btye0
    WRITE 1, B.byte1
    where I am asking...
  5. Replies
    2
    Views
    3,183

    Assembly Language Conflice

    Thanks Hinrik! That helped a lot! I did this before but forgot about having to edit the *.inc file! Getting old and forgetful is NOT fun!
  6. Replies
    2
    Views
    3,183

    Assembly Language Conflict

    I am using Microcode Studio Plus with PIC Basic 2.47 (I used to have 2.45 but recently upgraded). I used to be able to use an assembly language statement to set the PIC configuration in a 16F870 on...
  7. Replies
    5
    Views
    3,498

    Bingo

    My thanks to Skimask and Steve B for their advice. For Bingo, there really is no need to use the letters. Each letter has 15 places, i.e. B goes from 1 to 15, I goes from 16 to 30, N 31 to 45, G 46...
  8. Replies
    5
    Views
    3,498

    Using Arrays

    Hi Gandora: Thanks for the reply. I was thinking I could make an array large enough to hold all the bingo numbers, then use the random number command to pick one of those spots, but after reading...
  9. Replies
    5
    Views
    3,498

    How are arrays used?

    I am clueless as to how one uses arrays. My idea is to program a pic to do the Bingo game. Does anyone have any ideas on this?
  10. Replies
    7
    Views
    8,710

    Setting Config Fuses

    Thanks to Skimask, and Grounded! The info provided was just what I needed. I also found the same info on www.melab.com i.e.
    SETTING FUSES WITH PIC BASIC PRO and MICROCODE STUDIO PLUS

    1. The...
  11. Replies
    7
    Views
    8,710

    Setting Fuses using Microcode Studio Plus

    Does anyone know of a way to set fuses in any PIC supported by Microcode Studio Plus USING Microcode Studio Plus Commands? I tried using an assy line starting with the @ but putting things in like...
  12. Replies
    5
    Views
    4,490

    Control tmr1 using PIC Basic Pro

    I forgot to mention I am using the 16F870 PIC
  13. Replies
    5
    Views
    4,490

    Control tmr1 using PIC Basic Pro

    Thanks Joe!! That is terrific info.
    The end task I had in mind is to clk tmr1 from a noise clocking source (random clock pulses), then sample the timer count every 5 seconds or so and display the...
  14. Replies
    5
    Views
    4,490

    Controlling Timers in PIC

    How does one use PIC Basic Pro Commands to control the timer1 module, or can it even be done?
Results 1 to 14 of 14