Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    27
    Views
    34,929

    Re: MIBAM and 12F1822...

    I would try to re-install flashplayer and see what happen. Never messed that much with IE though...FireFox FTW :D
  2. Replies
    27
    Views
    34,929

    Re: MIBAM and 12F1822...

    Doies it start or it says it's blocked due to copyright plah plah? Works here though (Firefox)
  3. Replies
    27
    Views
    34,929

    Re: MIBAM and 12F1822...

    What happen if you Enable/Disable MIBAM within the IF/Then loop?


    main:
    gosub do_adc 'get ADC reading
    pause 20

    ;T1CON.0 = 0 'disable mibam
    debug "ADC: ",dec4...
  4. Replies
    27
    Views
    34,929

    Re: MIBAM and 12F1822...

    Again... your ANSELA line do not seems good...
    change it to
    ANSELA = %00001000

    and get rid of the DEFINE ADC_BITS 10 line

    Stil not for... replace the ADC reading by a ADC_VAL loop, see what...
  5. Replies
    27
    Views
    34,929

    Re: MIBAM and 12F1822...

    Another thing... RA4 = AN3, so you need to modify your ANSELA line
  6. Replies
    27
    Views
    34,929

    Re: MIBAM and 12F1822...

    try the one in the attachement.

    Attachment removed.
    The program was completely destroyed by the modifications.
  7. Replies
    27
    Views
    34,929

    Re: MIBAM and 12F1822...

    OK so the new parts have BSR which were only available on 18Fs before hence why There's quite a fer IFDEF BSR in MIBAM's code. Spot them and change them accordingly. I think it should work after...
Results 1 to 7 of 7