Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Thread: Rac_int

    by mel4853
    Replies
    2
    Views
    1,961

    Re: Rac_int

    I wasn't clear, if I push the button and release it all works fine. Just when I hold it for say 30 seconds it will freeze up as stated.
  2. Thread: Rac_int

    by mel4853
    Replies
    2
    Views
    1,961

    Rac_int

    The interrupt works perfect but if I hold the button down for a little while then let up the interrupt will hang, but if you just wait it will come out of it and start working again.Using a 16F688.
    ...
  3. Replies
    0
    Views
    1,956

    16F1459 Support

    Is there support for this chip yet?
  4. Replies
    2
    Views
    3,634

    Re: HSERIN with a WAIT

    I get it now will try something different, thanks.
  5. Replies
    2
    Views
    3,634

    HSERIN with a WAIT

    Trying to get 3 different HSERIN to work. The 3 different ones come in at different times & will never effect the other.If I put the wait statements in there nothing happens, take the first one out &...
  6. Replies
    2
    Views
    2,459

    Using HSEROUT to send decimal string

    I'm trying to send a string of 9 bytes out in decimal form see code below. I don't know if I can do the decimal string.Using PBP3 and a 16F690



    define OSC 4

    '-----------------------Enable...
  7. Thread: ds1307

    by mel4853
    Replies
    7
    Views
    5,667

    Re: ds1307

    Thanks Darrel really thought it was my simulator, now I know that. Thanks again, will look more into how this works with my simulator or if I'm just SOL.
  8. Thread: ds1307

    by mel4853
    Replies
    7
    Views
    5,667

    Re: ds1307

    SDA to PORTA.0 & SCL to PORTA.1 sorry forgot to post that also.
  9. Thread: ds1307

    by mel4853
    Replies
    7
    Views
    5,667

    Re: ds1307

    I'm using a 16F690. I have never used any rtc's at all so don't know if my simulator will do this. It does have a rtc ds1307 in it though. My simulator is keeping time off the computers time.This is...
  10. Thread: ds1307

    by mel4853
    Replies
    7
    Views
    5,667

    ds1307

    I'm trying to read a ds1307 using code that Bruce wrote but it will only show 00:00:00 for time & date. I'm using real pic simulator. Do I blame it on simulator & go on?



    DEFINE OSC 4

    '...
  11. Replies
    2
    Views
    3,386

    Re: Recieve decimal with HSERIN

    Follow the decimal value with non-numeric character & it works great. Thanks Darrel
  12. Replies
    2
    Views
    3,386

    Recieve decimal with HSERIN

    I'm trying to get a decimal number to show up from PC. Nothing shows up with the DEC in front of setemp, but if I take that DEC out I get the ascii characters.


    Include "modedefs.bas"
    INCLUDE...
  13. Thread: lm34 math

    by mel4853
    Replies
    1
    Views
    2,366

    lm34 math

    Using a lm34 for temp, don't have vref pin so using 5vdc full. So if I take 5/1024 (using 10 bit because already using in another part of program) this gives me steps of adconversion? So that said if...
  14. Replies
    17
    Views
    11,771

    Put in the timeout and works perfectly. Thanks to...

    Put in the timeout and works perfectly. Thanks to all that helped.

    Mike
  15. Replies
    17
    Views
    11,771

    Shouldn't it exit when b2=$FF? I send a $FF at...

    Shouldn't it exit when b2=$FF? I send a $FF at the end of all the data I want sent.
    if b2 <> $FF then nextstep 'FF means end of data
    That's the way I understand, but I've been wrong...
  16. Replies
    17
    Views
    11,771

    I'm sending a varible amount of bytes, so far...

    I'm sending a varible amount of bytes, so far have lost none. The pause 600 is up where I read from eeprom. There's a pause 10 in interrupt routine to give time to write to eeprom. Everything works...
  17. Replies
    17
    Views
    11,771

    At the end of PC download (Angel.bas) it puts out...

    At the end of PC download (Angel.bas) it puts out 255 on all
  18. Replies
    17
    Views
    11,771

    Sorry trying to fix supper for my daughter and...

    Sorry trying to fix supper for my daughter and was reading to fast.

    Include "modedefs.bas"
    INCLUDE "DT_INTS-14.bas" ' Base Interrupt System
    INCLUDE "ReEnterPBP.bas" ' Include if using...
  19. Replies
    17
    Views
    11,771

    The Defines worked!!! Couple other little changes...

    The Defines worked!!! Couple other little changes and I believe it works, except for when I download from PC it just hangs. Cycle power and all takes off and works fine. Seems to get stuck in...
  20. Replies
    17
    Views
    11,771

    I'll try the Defines and whenever I use code tags...

    I'll try the Defines and whenever I use code tags the code jumbles up or leaves stuff out, tried this a couple times on other questions and it left parts of the code out.
  21. Replies
    17
    Views
    11,771

    It did work on a picaxe. I'm trying to write it...

    It did work on a picaxe. I'm trying to write it in PBP with the other program as a reference, being new at this having a heck of a time. Not giving up.
  22. Replies
    17
    Views
    11,771

    read/write eeprom

    First give credit to Peter Olsen who wrote these programs for a picaxe. I'm trying to convert using a 12F683 to write to a 24LC256 and read back from it. The Angel file downloads file to 24lc256 from...
  23. Thread: Serin2

    by mel4853
    Replies
    1
    Views
    2,154

    Serin2

    Can I use serin2 on MCLR pin set up as a I/0 pin? Using a 12F683 with MCLR off.
  24. Replies
    5
    Views
    3,209

    This is new file that works. Added...

    This is new file that works. Added option_reg.6=0,intcon.7=1 and ioc.2=1.
  25. Replies
    5
    Views
    3,209

    The handler only needs to pull in a relay as long...

    The handler only needs to pull in a relay as long as gpio.2 is low. Anyhow it works just fine now. Reread datasheet over and over and missed a couple registers that needed set.
Results 1 to 25 of 60
Page 1 of 3 1 2 3