Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    10,683

    Re: Microcode studio will not compile

    Oh I see. It's an isolated MicroCode Studio problem.

    I can compile well from the command line and in MPLAB.

    I think my MicroCode Studio was damaged after playing with one of these:...
  2. Replies
    15
    Views
    10,683

    Re: Microcode studio will not compile

    Hi

    I have the problem described in post 1. I have also tried all the solutions in post 1, 2, 3. Nothing works. Nothing changes.

    I have programmed PBP code for years. Can't proceed because of...
  3. Re: Overwriting previous address contents... oh no - not again!

    Hi Darrel

    You are right about the .LST file. It looks approximately like this.

    It is a sad problem. I certainly do not have the energy to re-install Windows 8 with all programs and settings....
  4. Re: Overwriting previous address contents... oh no - not again!

    Via Google Translate:
    Very interesting, Darrel: Blink.pbp works for 16F88! It's only 18F that are affected by the problem.
    Okay, here's a longer program (DisplayRouter.pbp) I have written that I...
  5. Overwriting previous address contents... oh no - not again!

    Beginning to regret that I bought PBP3 for a lot of money. I'm so tired of this idiot system failure. I've had it 4 times before with PBP2.6. The only thing that works is to format the entire C...
  6. Re: Serial: PIC18F45K22 -> (Arduino) Uno = works | Uno -> PIC18F45K22 = fails Why

    Hi Henrik

    Yes you are right

    I found this:

    http://www.picbasic.co.uk/forum/showthread.php?t=18978&highlight=waitstr

    It clarified some things for me
  7. Re: Serial: PIC18F45K22 -> (Arduino) Uno = works | Uno -> PIC18F45K22 = fails Why

    However,

    why does this code not. It receives nothing

    Hserin 10000, start, [WAITSTR buffer\3]

    I need to wait for the three characters from an Arduino
  8. Re: Serial: PIC18F45K22 -> (Arduino) Uno = works | Uno -> PIC18F45K22 = fails Why

    Hi All

    All right. Thanks for the response.

    It's a bit embarrassing and I'm pretty confused for a sudden does it all as it should without I know what caused it. It's very simple setup but for...
  9. Serial: PIC18F45K22 -> (Arduino) Uno = works | Uno -> PIC18F45K22 = fails Why?

    Both running 5V
    9600 Baud
    Uses HSERIN PORTC.7

    Is there something with logic voltage levels I should be aware of?

    Have tried with pull up 4K7 and 10K ...

    Receives only 3 nonsense letters
  10. Re: Need help: hserin, serin and serin2 does not work for me

    Ok. Thanks for advice :-)

    - Jacob
  11. Re: Need help: hserin, serin and serin2 does not work for me

    Working code files:
  12. Re: Need help: hserin, serin and serin2 does not work for me

    I have found the error

    I had forgotten to put the ports for digital input / outputs

    Then I added:

    ANSELA = 0
    ANSELB = 0
    ANSELC = 0
    ANSELD = 0
  13. Need help: hserin, serin and serin2 does not work for me

    Hi all

    Programming PIC18F45K22 @ 64Mhz. Can't read any kind of input in to it.

    (hserout, serout, and serout2 works in the three code examples)

    It is not responding on any kind af input from...
Results 1 to 13 of 13