Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds; generated 30 minute(s) ago.

  1. Re: Getting back into the PBP saddle after a long absence

    Never mind, I first have to initialize the DS1620 ;)
  2. Re: Getting back into the PBP saddle after a long absence

    Dave, have you ever gotten a DS1620 thermal chip to work on a 18f26k22? I have tried on Ports A-C and cannot get this to communicate correctly.


    Mike
  3. Replies
    14
    Views
    20,959

    Re: DT_INTS and 18F26k22

    Bingo!

    Thanks Richard, this line
    anselc = 0 '0 = Digital input buffer enableddid it!


    Mike
  4. Replies
    14
    Views
    20,959

    Re: DT_INTS and 18F26k22

    Thanks Dave, no matter what I try on the 18F26K22 it will not jump to the interrupt. I'm ordering some different chips with 2 UARTS to give them a try.


    Mike
  5. Replies
    21
    Views
    11,511

    Re: DT_Ints w/18F26K22 stop if incorrect baud rate

    I don't know why mine needs the path specified but it does. The DT_INTS-18 is in the PBP folder but I need to tell it INCLUDE "C:\PBP\DT_INTS-18.bas" for the file to be found.


    Mike
  6. Replies
    8
    Views
    6,117

    Re: Quiet around here

    Hello, I've been a member since 2009 and visit to search existing issues, and occasionally ask a question. I also belong to other forums that are of the electronic nature, one site uses a chat...
  7. Replies
    14
    Views
    20,959

    Re: DT_INTS and 18F26k22

    Dave, are you using DT_INTS for RX1/RX2 interrupts? If so, how?


    Mike
  8. Replies
    21
    Views
    11,511

    Re: DT_Ints w/18F26K22 stop if incorrect baud rate

    Henrik, apparently Pic Basic Pro 3 does not do that you need to specify the folder.

    Mike
  9. Replies
    14
    Views
    20,959

    Re: DT_INTS and 18F26k22

    I have had some issues with the different versions of PBP so I upgraded to Vs PBPX 3.1.0.4

    This program compiles just fine but it does not enter the interrupt on RX

    INCLUDE "modedefs.bas"
    ...
  10. Replies
    21
    Views
    11,511

    Re: DT_Ints w/18F26K22 stop if incorrect baud rate

    I found that you need to point the Include to the location like,
    INCLUDE "C:\PBP\DT_INTS-18.bas"


    Mike
  11. Replies
    21
    Views
    11,511

    Re: DT_Ints w/18F26K22 stop if incorrect baud rate

    OK, Pic Basic Pro 2.6L will compile the project
    Version 2.60A gives these errors:
    Unknown Processor(18F26k22)
    Cannot open file (Include file "Pic18F26K22.inc" not found)
    Processor type is...
  12. Replies
    21
    Views
    11,511

    Re: DT_Ints w/18F26K22 stop if incorrect baud rate

    Richard, you are right, microcode studio version is 4.0.0.0, and the PicBasic Pro version is 2.6L :p
  13. Replies
    21
    Views
    11,511

    Re: DT_Ints w/18F26K22 stop if incorrect baud rate

    Richard, thank you for the respose,
    PBP version is 4.0.0.0

    Henrick, I altered the code to include a hserin but still no luck



    ...
  14. Replies
    21
    Views
    11,511

    Re: DT_Ints w/18F26K22 stop if incorrect baud rate

    I know this is an old thread but I am trying to get the DT_INTS to work with the 18F26k22, so far no luck with either RX1 or RX2,the program will not jump to the label in the ASM macro



    ...
  15. Replies
    14
    Views
    20,959

    Re: DT_INTS and 18F26k22

    Thank you for cluing me in :D
  16. Replies
    14
    Views
    20,959

    Re: DT_INTS and 18F26k22

    Terribly Sorry Richard, though it might be a fuse setting :confused:

    PBP ver = 2.60A
    DT_INTS ver = 3.3

    So far I have just a debug statement and a high/ low/ pause on PORTB.2
    I added the...
  17. Replies
    14
    Views
    20,959

    DT_INTS and 18F26k22

    Hi all, I am using PIC 18F26K22 and INCLUDE "DT_INTS-18.bas"

    I get error: Symbol not previously defined (INT_ENTRY_H)

    Any clues?

    Thanks

    Mike
  18. Replies
    4
    Views
    21,019

    Re: Code for SHT21

    mpgmike, I got the sensor to respond to my finger temp difference. Here is the code so far:

    Yes, yes, I am prototyping on a Stamp :/


    ' {$STAMP BS2p}
    ' {$PBASIC 2.0}

    tf VAR Byte
    tc...
  19. Replies
    4
    Views
    21,019

    Re: Code for SHT21

    mpgmike,
    Thanks for the response. I'll link the code for the sht11 on the parallax site and the data sheet for the sht21....
  20. Replies
    4
    Views
    21,019

    Code for SHT21

    Hello all,

    I have been using SHT11 and Tracy Allen's code for some time. I recently got a SHT21 and found the conversion does not work.

    I found this on the Basic Stamp Forum:


    Does anyone...
  21. Replies
    11
    Views
    6,328

    Re: 18F4550 issue with simple program.

    Not sure what the Pickit3 does, I know the MCLR pin needs to be held high (~10K resistor) to run the processor...give that a try
  22. Replies
    2
    Views
    2,819

    Re: serialout2 vs hserout

    Check here http://melabs.com/resources/pbpmanual/ the manual gives general instructions.
  23. Replies
    11
    Views
    6,328

    Re: 18F4550 issue with simple program.

    Is MCLR tied high?
  24. Replies
    6
    Views
    4,655

    Re: DT_Interupts with 18F2525

    Well...it was swapped pins on the x-bee module header. It was my mistake for grabbing one already soldered up and not checking the pin-out.
    Thanks for all the suggestions, here is the code

    ...
  25. Replies
    6
    Views
    4,655

    Re: DT_Interupts with 18F2525

    Hi Henrik,

    The Pic is running at 4 MHz with internal xtal. I can receive serial with SERIN2, will try HSERIN.
    The ASM interrupt will not trip and go to label Read_serial:
    At work at the moment;...
Results 1 to 25 of 57
Page 1 of 3 1 2 3