Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,299

    First programming for 4 years. PBPP 2.6

    Hi everyone.
    I am just about to do a favour for a friend, which involves a small programming job on a 12F508.
    Trouble is, I havent done anything in this field for 4 years or so. Consequently it...
  2. Replies
    19
    Views
    12,738

    Re: PIC16F886 not running.

    Your schematic also is not showing a connection between the programmer and negative power (Vss)
    I imagine that should be the spare terminal on the program connector?
    Which programmer are you using?
  3. Replies
    19
    Views
    12,738

    Re: PIC16F886 not running.

    Um........That wouldn't blink the led (which is on PB0?) it would just turn it on permanently.

    Your main should be something like...

    main:
    portb.0 = 1
    pause 100
    portb.0 = 0
    pause 100
    goto...
  4. Replies
    3
    Views
    6,174

    Re: PBP3 stopped generating hex files

    Well, always nice for there to be a simple explanation.
    I will file that one away for future reference.
  5. Replies
    3
    Views
    6,174

    Re: PBP3 stopped generating hex files

    Far from being an expert in this stuff, the same thing happened to me a while ago.
    The solution was the .HEX file saved to a different location (somehow) than normal, so the programmer couldn't find...
  6. Replies
    16
    Views
    14,872

    Re: Use a switch by change not on/off status.

    I have used the following on a few occasions quite successfully:

    Lets say the switch is on portc.3

    SW VAR PORTC.3




    WHILE SW = 0 : WEND 'THIS WILL CONTINUALLY LOOP AS LONG...
  7. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    I think I will leave well enough alone.
    Thanks Alain.
  8. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    Boy o boy.
    I finally decided to do something that someone agrees with.
    Yep, I will leave well enough alone. I only use the smaller 16F and some 16C chips that all appear to be supported.
    Thank you...
  9. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    Did have 2 versions of MPLAB.exe, 5.49 installed feb 2013 and 5.03 inst mar 2006

    deleted the early one and reran the mplab setup then checked the close thing in PBP3 assembler edit.
    ALL NOW...
  10. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    There is no PBP3\MPASM-MPLAB_Setup anywhere.

    PBP_MPASM_Connector.exe is in MPASM_suite.

    Ran that with no difference in the outcome.

    Dammit, I just will put up with the extra mouse-click...
  11. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    Hmmmm...curiouser & curiouser.

    The desktop (XP pro) has the same version of MPASM, installed in 2013.
    PBP3 was installed 2 weeks ago.

    The programmer does what I want on the PC.

    The laptop ...
  12. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    5.49

    Didn't the MPASM suite come with the PBP3 download, only 3 weeks ago? That should have been the latest then?

    I does say for win 9x, I want to keep the same version on my Win7/64 laptop and...
  13. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    I have tried that. It comes up with

    Error in parameter "/s".

    Dunno what that means.
  14. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    All seems to be working OK.
    Just one more question:
    In my old MCS 2.60 when selecting COMPILE PROGRAM the programmer (MELABS usb model) loads up all ready to PROGRAM VERIFY from the programmer...
  15. Thread: Configurator

    by muddy0409
    Replies
    27
    Views
    25,048

    Re: Configurator

    Admittedly the price may be a worry, but as far as I am concerned, $80 for the programmer is much better than $hundreds of pulling your hair out.
    All mine went years ago, so I figure I am in front.
  16. Thread: Configurator

    by muddy0409
    Replies
    27
    Views
    25,048

    Re: Configurator

    Umm, no, you only have to alter the dropdown contents if you need to change anything.
    Before the programming starts, the existing config is read and doesn't change unless you tell it to. So makes...
  17. Replies
    22
    Views
    88,159

    Re: Graphic LCD support?

    I know there are heaps of different GLCD controller types around, but surely the gurus at MELabs could toss a coin and pick one that they consider to be the most popular (KS0108?) and do some GLCDOUT...
  18. Thread: Configurator

    by muddy0409
    Replies
    27
    Views
    25,048

    Re: Configurator

    I have a reasonably easy answer to the configuration method:
    Since all of my code is for inhouse use, ie for things I build for my own, or close contacts, I feel I don't really need to go through...
  19. Thread: PBP3 licence

    by muddy0409
    Replies
    11
    Views
    9,526

    Re: PBP3 licence

    Hic!
    Oh, 'scuse me.
  20. Thread: PBP3 licence

    by muddy0409
    Replies
    11
    Views
    9,526

    Re: PBP3 licence

    Did an uninstall and reinstall.
    all now fine.
    musta been a hiccup somewhere.

    thanks all.

    undoubtedly more questions to come...be patient.
  21. Thread: PBP3 licence

    by muddy0409
    Replies
    11
    Views
    9,526

    Re: PBP3 licence

    What? I gotta go through that every time I get up from the lounge laptop to go out to the workshop PC, and then again when I come back?
  22. Thread: PBP3 licence

    by muddy0409
    Replies
    11
    Views
    9,526

    Re: PBP3 licence

    Since I last posted I tried installing on my workshop PC. (XP Pro)
    Installed OK, but when started it asked for the activation stuff, (the same as happened on the laptop) when entered it came up with...
  23. Thread: PBP3 licence

    by muddy0409
    Replies
    11
    Views
    9,526

    PBP3 licence

    According to what I can find on the subject, the licence for silver allows 3 computers. It also says something about uninstalling and re-locating to the other computers. Are they serious?
    So If I...
  24. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    ok, A little bit of jiggery pokery looks like its going.
    Thanks.
    Am now printing on a LCD
  25. Replies
    16
    Views
    29,651

    Re: New PBP3 user

    ok, looks like I gotta use MPASMWIN, so I unchecked the USE MPASMX in the assembler selection.
    MPASMWIN should now be my assembler, so will give it a try.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4