Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    6,970

    Re: uC Hangs after second serout command

    Funny in 2.47 version of the compiler the timeout lable works with returns
    I see that 3.00 does not accept the return.
  2. Replies
    10
    Views
    6,970

    Re: uC Hangs after second serout command

    Hi I take notice off that.

    There are more strange things:

    After the:

    SEROUT2 XBEE_TX,84, ["Nieuwe kaart",13,10]

    The uC starts at INIT again and does not go back to the main routine.
  3. Replies
    10
    Views
    6,970

    uC Hangs after second serout command

    Hello,

    I'm using the following configuration:

    1 PIC 16F876A
    PIC Basic PRO 3 (demo)

    Why does the uC only runs this code one time. It does not loops it:
  4. Replies
    10
    Views
    4,697

    Last part of the interrupt question: In the...

    Last part of the interrupt question:

    In the PBP manual it says: on interrupt goto lable.
    Do i have to check in the lable for state on port INT0 INT1 INT2 example:

    On interrupt goto led

    ...
  5. Replies
    10
    Views
    8,179

    I have 50 temperature sensors, what I need is...

    I have 50 temperature sensors, what I need is that all the 50 sensors sends there data to one Central unit. This unit will put all the sensor data in a MYSQL database.

    When I setup peer to peer...
  6. Replies
    10
    Views
    4,697

    I think a give the answer :) thank you very much:...

    I think a give the answer :) thank you very much: mackrackit
  7. Replies
    10
    Views
    4,697

    I think after reading the datasheet again this is...

    I think after reading the datasheet again this is what I need, can sombody please confirm?


    INTCON = %10010000 ; Enable External Interupt INT0
    ; INTCON.7 = Enables all...
  8. Replies
    10
    Views
    4,697

    And do I understand it the right way that INTCON3...

    And do I understand it the right way that INTCON3 overwrite the INTCON2?
    Or do i have to set INTCON2 also?
  9. Replies
    10
    Views
    8,179

    I'm Using the XBEE modules from DIGI. When I...

    I'm Using the XBEE modules from DIGI.
    When I set one module as co-ordinato, I have to use the API for communication. Only then its possible to use sending and receive addresses. (correct me if i'm...
  10. Replies
    10
    Views
    4,697

    Oke I understand I can take a look at the INTCON3...

    Oke I understand I can take a look at the INTCON3 only I can not figure out how the INTCON settings work.

    What does INTCON = %10010000 do exactly
    And how do I have to config INTCON3
  11. Replies
    10
    Views
    4,697

    18F2455 - Interrupts config question

    I have a PIC 18F2455 and try to use serval interrupts:

    RB0
    RB1
    RB2

    I found the following in the PBP Manual:

    INTCON = %10010000
  12. Replies
    10
    Views
    8,179

    Sorry for the late reply but i want to use the...

    Sorry for the late reply but i want to use the XBEE-Pro modules
  13. Replies
    10
    Views
    8,179

    XBee Mesh networking

    Are there people who already create XBee Mesh networking. For my home sensor network I need good send / receivers. I hear a lot about XBEE pro modules. Only I can not find a good start up docuement...
  14. Replies
    7
    Views
    4,855

    Thank you very much for the feedback from all of...

    Thank you very much for the feedback from all of you.

    The Byte[74] I changed to [80] already but the biggest problem was the following:

    In the main routine I call the SUBROUTINE Check_RS232

    ...
  15. Replies
    7
    Views
    4,855

    To exclude the PIC I changed to a 18F4455 because...

    To exclude the PIC I changed to a 18F4455 because this one i have in stock:

    When programming the following code:


    '****************************************************************
    '* Name ...
  16. Replies
    7
    Views
    4,855

    I have some more problems with the...

    I have some more problems with the microprocessor.
    I only use the 18F4550 because of the memory 32KB memory and 2048 SRAM.

    I don't use any USB functions and only control a LCD and a few inputs...
  17. Replies
    7
    Views
    4,855

    18F4550 - Does strange things on D ports

    I have the following code written.

    When the debug code is send, the D6 & D7 port will also become HIGH.
    Why is this happening?

    code:
  18. Replies
    2
    Views
    5,456

    PIC12F675 problem with port 5

    I have teh following problem:

    PIC12F675 on GPIO 5 I have a buzzer that runs on 5V 11mA.
    When I connect it to the Microcontroller and High GPIO5 the Buzzer won't give a the right sound. It makes a...
  19. Replies
    6
    Views
    4,990

    Thank you mister_e, i'm using a ICD2 clone now. ...

    Thank you mister_e, i'm using a ICD2 clone now.

    ICD2 Clone

    I will try to use In circuit debug with this one i let it know.
  20. Replies
    6
    Views
    4,990

    @f5bqp Not yet but i use a lot of serout for...

    @f5bqp Not yet but i use a lot of serout for debugging at the moment


    @bbazor thats for the Epic not Microchip ICD2
  21. Replies
    18
    Views
    10,441

    So you guys say shut down the watchdog timer. How...

    So you guys say shut down the watchdog timer. How can i do this?
    Can this be the reason that a other microprocessor board with same config and same sort of simple program hangs after a few days.
  22. Replies
    18
    Views
    10,441

    I'm using a ICD2 compiler. He're is the hex...

    I'm using a ICD2 compiler.

    He're is the hex file
  23. Replies
    18
    Views
    10,441

    Yes every 2 seconds

    Yes every 2 seconds
  24. Replies
    18
    Views
    10,441

    This is a one time operation.

    This is a one time operation.
  25. Replies
    18
    Views
    10,441

    I Use the following A ports: Input1 VAR ...

    I Use the following A ports:

    Input1 VAR PORTA.0 'input
    Relais1 VAR PORTA.5 'output
    Data_In VAR PORTA.4 'serial data
    LEDRood VAR PORTA.2 'output

    I use the...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4