Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,200

    Re: LCDOUT with a LONG Variable

    Hi,
    I think that SDEC instead of DEC will solve your problem!
  2. Replies
    1
    Views
    4,768

    Re: Macro AND?BBL

    Hi,
    I suspect nothing more complicated than a simple "typo".
    Could you post the code?
  3. Re: EEPROM query: easy for you, a mystery to me!

    Thank you everyone for showing me this patience.
    I have spent days delving successfully in code memory and my confidence was building: suddenly I was confused, in mystery-land again and not happy to...
  4. EEPROM query: easy for you, a mystery to me!

    Hi,

    I do not understand how I can *apparently* write to 8-bit EEPROM addresses *above 1k* on an 18F46K22.

    Unbelievably to me, the following code works just fine, writing and reading back at...
  5. Replies
    2
    Views
    2,909

    Re: speaker jet synthesizer chips

    Hi,
    The Raspberry Pi is very affordable and can provide high quality speech via e-speak.
    It is really easy to implement too!
  6. Replies
    0
    Views
    2,040

    18F/example writing to program memory?

    Hi,

    I have an application that writes successfully to EEPROM on the 18F46K22, changing bits at will within its 1k of memory.

    I would now like to use the program memory in the same fashion: and...
  7. Re: Picbasic/18F/internal data-EEPROM capacity > 1kbyte?

    Many thanks, friends, for the collective advice - all of it valuable.

    You have solved the problem!

    For this particular application, the writecode/readcode will get me out of trouble for...
  8. Picbasic/18F/internal data-EEPROM capacity > 1kbyte?

    Hi,
    I am looking to better the 18F46K22 for internal data-EEPROM capacity - which at 1kbyte is already quite large.
    A trip round the forum and Microchip's 'Configurator' shows nothing bigger.
    Is...
  9. Replies
    2
    Views
    2,731

    Re: Internal pullups on 18F45K22 - SOLVED!

    Hi Mark,

    Thank you for this: I had tried every similar variation but failed to make it work!

    Problem solved!
  10. Replies
    2
    Views
    2,731

    Internal pullups on 18F45K22

    Hi,

    I'm going round in circles trying to find how to set the weak pullups on Port B of the 18F45K22.

    It seems to involve INTCON2 to enable the pullups; and WPUB to set the individual bits.
    ...
  11. Re: Darryl's MIBAM code: won't compile for me!

    Just to complete the loop, I used the following and it worked perfectly ...

    Thank you - T o n y

    #CONFIG
    __config _CONFIG1, _INTOSCIO & _WDT_OFF & _MCLRE_OFF & _LVP_OFF & _CP_OFF
    #ENDCONFIG
  12. Darryl's MIBAM code: won't compile for me!

    Hi,

    I'm trying to compile Darryl's 'Cylon' scanner demo using his Bit-angle Modulation module, under PBP3 and MPASM, which I believe is the default.

    Reference:...
  13. Re: Darrel's SPWM: Frequency, processor time..

    Hi Dan,

    Just bumping your thread because I'm keen to know the answers to your questions myself.

    Especially regarding any workaround the issue of how to change the frequency on the fly.

    I...
  14. Re: New user: port configuration problem/unexpected interaction/16F887

    Thanks for replying, Phil.

    In fact the 'missing digits' and % sign slipped out during the operation to copy/paste the code.

    With the forum's help I found the software bugs; and I tracked down...
  15. Re: New user: port configuration problem/unexpected interaction/16F887

    Thank you very much for this, Steve.

    I 'll correct the program flow as you describe and will then investigate the voltages on D.0;

    I think I will need to simplify the wiring first, get it...
  16. New user: port configuration problem/unexpected interaction/16F887

    Hi,

    I am a recent convert from the easy-to-use Picaxe to the much more powerful PBP3 .

    My progress is inconsistent: with one step back for every two forward!

    The latest project scans a 3...
Results 1 to 16 of 16