Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    4,271

    Melabs Loader vs PIC16F877A

    I've been using the Melabs loader with a 16LF877 for several years now without a glitch.
    Now I have replaced this PIC by a 16LF877A. I've generated a new bootloader file.
    But when I try to load the...
  2. Replies
    11
    Views
    7,852

    Excellent, will try that. I'm convinced it'll...

    Excellent, will try that.
    I'm convinced it'll work.
    thanks
  3. Replies
    11
    Views
    7,852

    Hi, I thought about that. I removed the...

    Hi,

    I thought about that. I removed the hardware serial defines at the start of the program, and the problem remains.
    Or is there another way to disable HW serial?
    Btw I tried the same with a...
  4. Replies
    11
    Views
    7,852

    HSEROUT vs SEROUT2

    Melanie,

    I followed your register tutorial and ran into the following snag:

    I use HSEROUT on port C6 (the hardware Tx pin) and all works fine.
    However when I issue a SEROUT2 command on that...
  5. Thread: 18LF4680 on heat

    by MadAl
    Replies
    7
    Views
    4,211

    "EDIT: Just looked at your other posts... Get a...

    "EDIT: Just looked at your other posts... Get a new chip... "

    Are you saying this PIC means trouble?? Should I find a 'safer' alternative? Any suggestions are welcome!!

    I checked for shorts,...
  6. Thread: 18LF4680 on heat

    by MadAl
    Replies
    7
    Views
    4,211

    18LF4680 on heat

    I have taken up the project of converting a 16LF877 project to a 18LF4680
    Programming the bootloader works, as does bootloading the program.
    For some strange reason the PIC heats up like crazy when...
  7. Replies
    11
    Views
    7,852

    Cracked it

    The following lines solved the (first) problem:

    CMCON7=0
    ECCP1CON=%00000000
    TRISE.4=0
    TRISD=%0001111

    Amazing that a simple "INPUT PORTD.2" doesn't do it.

    I will study the datasheet on the...
  8. Replies
    11
    Views
    7,852

    Port D input

    Hi,

    just ported a program from 16F877 to this PIC. And Port D refuses to act as an input.
    I tried the following program snippet:

    ECCP1CON=%00000000
    TRISE.4=0
    TRISD=%0001111

    IF PORTD.2=1...
Results 1 to 8 of 8